Wordpress

How to Automatically Inset Ads in all WordPress Post Content

How to Insert Advertisements in WordPress Post Content

Inserting Ads in post content can lead to explosive CTR (Click Through Rate). It’s a good practice to insert advertisements in WordPress post content especially if your CTR has been low. In this article, i do not only show you how to create Ads in WordPress post content, but also how to change Ads with …

How to Insert Advertisements in WordPress Post Content Read More »

How to get related custom posts by custom taxonomy in Wordpress

How to get related custom posts by custom taxonomy in WordPress

In case you want to get custom posts by custom taxonomy in WordPress, it isn’t so hard like you think. But before we proceed, we need to have registered a custom post and a custom taxonomy. If those two are not registered then this is not the right post for you. The code below will …

How to get related custom posts by custom taxonomy in WordPress Read More »

How to transfer Wordpress site from localhost to live server

How to transfer WordPress site from localhost to live server

Migrating a WordPress website from a local server to a live server can be quite simple if done the right way and can be a nightmare too if the wrong procedures are used. During my rookie days as a WordPress developer i used to export the content from the localhost WordPress dashboard then make a …

How to transfer WordPress site from localhost to live server Read More »

How to Install Wordpress on a server

How to Install WordPress on a server (Step by Step Guide)

WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, it’s probably the easiest and most powerful blogging and website content management system (or CMS) in existence today. Many Websites, especially blogs have resorted to using WordPress because of it’s simplicity and so many great features it comes with. …

How to Install WordPress on a server (Step by Step Guide) Read More »

How to Create a Custom Wordpress template for Custom post type

How to Create a Custom WordPress template for Custom post type

You might get caught up in a situation where you want the default Single.php file to return a different layout and also want a separate whole new layout for your Custom Post. I was caught up there sometime back not knowing the answer is quite simpler than i thought. I tried creating two separate templates …

How to Create a Custom WordPress template for Custom post type Read More »

How to register a custom taxonomy in Wordpress

How to register custom taxonomy in WordPress

Taxonomies are used for categorizing posts in WordPress. Each WordPress installation comes with a default taxonomy commonly known as Category but how about you want to create your own category and give it your own name? Truth is registering Taxonomies is something you can’t run away from considering you are deep into WordPress development. The …

How to register custom taxonomy in WordPress Read More »