Wordpress Development

How to Add Custom Text Field in WordPress Without Plugin

WordPress has given lot of flexibility to use custom field in post/page type by Adding Meta Box. So, i would…

9 years ago

How to display Random Post in WordPress

Sometimes we may need to display the random posts in Worpdress. If you do not use any plugin you just…

9 years ago

How to load “wp-load.php” file in WordPress

Sometimes we need to include or load wp-load.php file to get access from WordPress core & theme function action and…

9 years ago

Get Related Posts by TAGS in WordPress without Plugin

In my last tutorial i have described how to get related posts by category. In this post i will show…

9 years ago

Get Related Post by Category in WordPress without Plugin

Interlinks in your blog articles will allow all types visitors to get related content to the current post. This will…

9 years ago

Get Page ID by SHORTCODE in WordPress

For Wordpress developer, sometimes we are required to know in which page the shortcode is placed and this example will…

9 years ago

Add Text Field Under General Settings in WordPress

In this article, i'll try to show you the way for adding text field(s) under general settings which may help you to make dynamic control…

10 years ago

Add Custom Post Type in WordPress without plugin

There are numerous plugins can be found through search results against Custom Post Type in Wordpress repository which will allow…

10 years ago