Wordpress

Articles about wordpress

‘wp’ is not recognized – Solved

WordPress is popular content management system. By using WordPress we can make blogs and custom websites. Millions of websites run on WordPress which includes popular blogs, eCommerce stores, travelling websites, and more. For developers wordpress provides command line interface which helps developers to create plugins, activate/deactivate plugins and themes and more common works. For using […]

‘wp’ is not recognized – Solved Read More »

wordpress url functions

There are many url functions in wordpress which will tell you what is the address of different directories in wordpress. Let me discuss each of these:- plugins_url() gives you address of plugins directory. For example http://www.yoursite.com/wp-content/plugins includes_url() gives you address of wp-includes directory. For example http://www.yoursite.com/wp-includes content_url() gives you address of wp-content directory. For example

wordpress url functions Read More »

Order posts randomly by query_vars[‘suppress_filters’] in wordpress

First of all i want to tell you why we use query_vars[‘suppress_filters’]. suppress_filters is optional argument. When its value is set to false that means you disable the function from not using any filters on it’s query. That mean any filter if applying to the query will be disabled and it gives you result in

Order posts randomly by query_vars[‘suppress_filters’] in wordpress Read More »