How To Publish A Post In WordPress With PHP

How To Publish A Post In WordPress With PHP

Have you ever tried to publish a post in WordPress with PHP? If no then this post will teach you how to publish a post in WordPress using PHP. It is a very easy task. What you have to do is just copy the code given in this article and include it in your program and...
Add A Fixed Message To All WordPress Posts

Add A Fixed Message To All WordPress Posts

Sometimes we need to display a fixed message or warning message like the disclaimer at the end of each of your WordPress Posts. So instead of manually copy pasting each time you want to publish an article, I am gonna show you how to add the message programmatically at...
Open Any Website In New Window On Page Load

Open Any Website In New Window On Page Load

There are many plugins and one of them surely fits for your requirement. But, the main problem with plugins is that it slows down your website speed while loading. In this tutorial, we are not going to use any plugin to open any website in a new window from your...
How To Exclude a Category From Homepage

How To Exclude a Category From Homepage

It’s obvious that we all have selected different themes for our website or blogs and all these themes have default settings to show certain categories on homepage. Most of the themes we came across displayed the recent articles from all the categories. But at times we...