Start with installing a plugin WordPress REST APIĀ on your wordpress site Second, install Chrome Plugin called “POSTMAN” on your PC To access the JSon Open Postman with GET type : http://your-site-name/wp-json/wp/v2/ To view all posts GET http://your-site-name/wp-json/wp/v2/posts/ To view specific posts/pages, use its id GET http://your-site-name/wp-json/wp/v2/posts/<post id> GET http://your-site-name/wp-json/wp/v2/pages/<page id> Example : GET http://your-site-name/wp-json/wp/v2/posts/30 GET […]
Author: Irfan Moosani
How to create RSS feeds in Joomla 3.x
To create rss feed for you Joomla 3.x site, you dont need to install any 3rd party extension or plugin. Simple add ?format=feed&type=rss at the end of your blog page url for example your joomla site url is http://myjoomla3xsite.ext/blog.html then the RSS feed will read as http://myjoomla3xsite.ext/blog.html?format=feed&type=rss If under Global Configuration > Site > SEO […]
Service Estimation and Quotation
Service Estimation and Quotation
Website Maintenance
Website Maintenance
Customer Technical Support
Customer Technical Support
Project Management
Project Management
wget command for windows
You can copy the exe file from
Irfan Moosani Joomla and WordPress custom and maintenance work
Joomla Expert with Knowledge of LOVE FACTORY , Community Builder, RSForms WordPress Expert with Knowledge of WooCommerce PHP, MYSQL, C, C++ trainer
not a valid image while uploading pdf file using media manager
Sometimes Joomla will not allow me to upload the pdf file, saying it is “not a valid image”, and then other times I can upload the file but it only appears as a pdf icon. Solution to this issue is : DO put “.pdf”, “” in allowed extensions. DON’T put pdf into allowed images, DON’T […]
RSS mod_syndicate missing rss icon in Joomla
Solution is quiet simple 1. Navigate to templates\YOUR_DEFAULT_TEMPLATE_FOLDER\html\mod_syndicate 2. Change name of mod_syndicate to something like old_mod_syndicate This will do the Trick..