Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.14 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.14 KB

ionic-wordpress-app

Ionic Wordpress app (iOS & Android)

This is an updated version of juliansava.

  • The app shows the latest posts.
  • The categories and browse posts by category
  • Search through all posts
  • Pagination

Run

To try it out change the mainUrl variable in src/app/services/wordpress.service.ts and run

> ionic serve

If you have a self-hosted Wordpress blog it should work fine also with rest-api endpoints of your instance. https://developer.wordpress.org/rest-api/reference/
If you have a self-hosted wordpress blog change variable wp_org = true
public wp_org: boolean = true;
in src/app/services/wordpress.service.ts

Please support this project by simply putting a Github star ⭐
Share this library with friends on Twitter and everywhere else you can. 🙏
Check out also ionic6-wordpress-app based on React 🎉
https://github.com/julianvasa/ionic6-wordpress-react-app

It looks something like this:

Screenshot1 Screenshot2 Screenshot3 Screenshot4