Skip to content

aabozaid0094/ionic4-wordpress-app

 
 

Repository files navigation

ionic4-wordpress-app

Ionic 4 Wordpress app (iOS & Android)

A simple app build with Ionic v4.

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

npm start to try it out

change the mainUrl variable in src/app/services/wordpress.service.ts

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

It looks something like this:

Screenshot1 Screenshot2 Screenshot3 Screenshot4

About

Ionic 4 Wordpress app (iOS & Android)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 93.5%
  • Objective-C 4.9%
  • Java 0.9%
  • TypeScript 0.3%
  • C# 0.2%
  • HTML 0.1%
  • Other 0.1%