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...
How To Unlike All Facebook Pages At Once

How To Unlike All Facebook Pages At Once

Have you ever been in a situation where you want to like a Facebook page and Facebook is not allowing you to do so, because you have reached the max allowed Likes per user? It is really annoying, isn’t it? Facebook will notify you that is you want to like a new...
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...