Skip to content

giuseppebonanno/ionic-wordpress-app

 
 

Repository files navigation

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

About

Ionic 5 Wordpress app (iOS & Android)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 68.2%
  • SCSS 17.3%
  • HTML 9.6%
  • JavaScript 4.9%