Increase your Blog ad revenue with this system dramatically. Get details about an excellent adsense alternative.
[WordPress] Display HTML Tags inside Pre
Display HTML Code in WordPress Post In WordPress posts if we write any HTML codes in Text editor, the code will not be displayed. Instead of code, WordPress, sends the HTML code as it is. The web browser compiles the code to display its output. Hence the code will not […]
Display Related Posts with Thumbnails in WordPress without Plugins
Display Related Posts with Thumbnails from Current Post Category Using the below PHP code, we can generate related post links from the current post category and add them just after the post content. This can be achieved by showing related posts link from the category of current post. Showing related […]
Create Shortcode for Google Ad Units in WordPress
Steps to create Shortcode for Google Ad Units Shortcodes can be used for many purposes, using it for adsense is just one of them. In this article, we cover the creation of shortcode for Google Adsense Ads in WordPress blog. Lets create a shortcode to display the adunit block of […]
Enable PHP Code in Text Widget without Plugins ( WordPress)
Why do we need to Enable PHP Code in Text Widget In certain cases, we need to execute the PHP code inside Text widget. But if we just place the PHP code inside the widget, it will just show the code AS-IS in the page. By Default, whatever text that […]
How to Add Popular Posts with Thumbnails to WordPress Blog (without Plugins)
Display Popular Posts with Thumbnails using PHP Code Popular post is not the readily available feature under WordPress widgets. But there are tons of plugins available to add this functionality to the website. We can achieve the similar functionality just by adding few lines of PHP code. The reason why […]
How to Create a Child Theme in WordPress – Simple Steps
Create a Child Theme in WordPress Without Plugins If you are a beginner in the development area of WordPress, then this article is for you. If there is a need to make any customizations to the code now or in the future to wordpress theme, we need to plan “Child […]
WordPress – Recent Posts Widget with Thumbnail – Without Plugins
Add Wordpress Code for Recent Posts Widget with Thumbnails – without using any plugins. Get to know the simple steps to add these few lines of PHP code to Show Recent Posts with Thumbnails. You can DIY without installing any Plugins in Wordpress website.