{"id":14985806,"url":"https://github.com/ionicthemes/ionic-wordpress-integration","last_synced_at":"2025-04-06T18:14:56.334Z","repository":{"id":43417443,"uuid":"106022309","full_name":"ionicthemes/ionic-wordpress-integration","owner":"ionicthemes","description":"Ionic Wordpress starter app 😎. Learn how to communicate your ionic app with Wordpress REST API with this starter and detailed tutorial.","archived":false,"fork":false,"pushed_at":"2023-04-19T06:31:51.000Z","size":4777,"stargazers_count":265,"open_issues_count":8,"forks_count":128,"subscribers_count":24,"default_branch":"master","last_synced_at":"2024-05-13T20:55:19.088Z","etag":null,"topics":["angular","ionic","ionic-apps","ionic-framework","ionic-tutorial","ionic5","wordpress","wordpress-rest-api"],"latest_commit_sha":null,"homepage":"https://ionicthemes.com/tutorials/about/ionic-wordpress-integration","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ionicthemes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-10-06T15:45:16.000Z","updated_at":"2024-04-19T10:06:46.000Z","dependencies_parsed_at":"2024-01-17T01:34:53.441Z","dependency_job_id":"7fa9b33f-ccbf-4a94-9a04-8f05eda568e1","html_url":"https://github.com/ionicthemes/ionic-wordpress-integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionicthemes%2Fionic-wordpress-integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionicthemes%2Fionic-wordpress-integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionicthemes%2Fionic-wordpress-integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ionicthemes%2Fionic-wordpress-integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ionicthemes","download_url":"https://codeload.github.com/ionicthemes/ionic-wordpress-integration/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247526764,"owners_count":20953143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["angular","ionic","ionic-apps","ionic-framework","ionic-tutorial","ionic5","wordpress","wordpress-rest-api"],"created_at":"2024-09-24T14:11:42.854Z","updated_at":"2025-04-06T18:14:56.317Z","avatar_url":"https://github.com/ionicthemes.png","language":"TypeScript","readme":"## Ionic Wordpress Starter App\n\nLet's build an Ionic app for your Wordpress site using Wordpress REST API! This ionic tutorial will show you how to communicate with the WP API in order to get your Wordpress posts, categories, comments. We also added Wordpress Login using JWT .This ionic tutorial includes a working example you can reuse for your needs!\n\n**This app is built using Ionic 5 and Angular 11.**\n\n*The old version used Ionic 3, if you are still working with Ionic 3, check the Ionic-v3 folder.*\n\n**Please support this project by simply putting a Github star ⭐.**\n\n🤓 [Check the complete step by step tutorial](https://ionicthemes.com/tutorials/about/ionic-wordpress-integration).\n\n🚀 [Try the demo](https://ionic-wordpress-tutorial.web.app/).\n\n\u003cdiv\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-login.png\" width=\"270\"\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-signup.png\" width=\"270\"\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-posts-listing.png\" width=\"270\"\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-post-details.png\" width=\"270\"\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-add-comment.png\" width=\"270\"\u003e\n  \u003cimg src=\"https://s3-us-west-2.amazonaws.com/ionicthemes/tutorials/screenshots/ionic-wordpress-integration/ionic-wordpress-post-with-images.png\" width=\"270\"\u003e\n\u003c/div\u003e\n\n## Installation\n\nInstall  dependencies\n```sh\nnpm install\n```\n\n## Wordpress Configuration\n\nThe REST API is included in the Wordpress Core from WordPress 4.7! Plugins are no longer required, just install the latest version of WordPress and you're ready to go.\nIn order to check that you are able to make requests to the REST API you only need to make a request to the following url: http://YOUR-WORDPRESS-SITE/wp-json/wp/v2/\nPlease note that you need to change 'YOUR-WORDPRESS-SITE' with your own value.\n\n\n## Run the app on the browser\n\n```sh\nionic serve\n```\n\n## Run the app on your phone\nThis project uses [Capacitor](https://capacitor.ionicframework.com/docs/) (spiritual successor to Cordova).\n\n[Read this post](https://ionicthemes.com/tutorials/about/native-cross-platform-web-apps-with-ionic-capacitor) to get an introduction about Capacitor and learn the main differences between Capacitor and Cordova.\n\nBefore starting make sure to read the [Capacitor Required Dependencies](https://capacitor.ionicframework.com/docs/getting-started/dependencies).\n\nThe Capacitor workflow involves a few consistent tasks:\n- [Develop and build your Web App](https://capacitor.ionicframework.com/docs/basics/workflow/#1-develop-and-build-your-web-app)\n- [Copy your Web Assets](https://capacitor.ionicframework.com/docs/basics/workflow/#2-copy-your-web-assets)\n- [Open your Native IDE](https://capacitor.ionicframework.com/docs/basics/workflow/#3-open-your-native-ide)\n- [Periodic Maintenance](https://capacitor.ionicframework.com/docs/basics/workflow/#4-periodic-maintenance)\n\n#### iOS Platform\nRead how to [build this app for iOS](https://capacitor.ionicframework.com/docs/basics/building-your-app#ios).\n\n#### Android Platform\nRead how to [build this app for Android](https://capacitor.ionicframework.com/docs/basics/building-your-app#android).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionicthemes%2Fionic-wordpress-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fionicthemes%2Fionic-wordpress-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fionicthemes%2Fionic-wordpress-integration/lists"}