Google AdSense not showing up on Category-Tag Pages Have you ever encountered this scenario ? In few pages of the website like Category / Tag pages, Google Adsense stopped showing up which were working before. It did happen in one of the websites that we support. Under the initial thought […]
Change WordPress Excerpt Length and Default Read More
Use this techniques to change the default WordPress excerpt length of 55 and increase it to your need. Also change the setting for Read more as explained.
Remove Yellow Box in Google Adsense on Page Load – WordPress
Google Adsense and Where this Yellow Box Issue Occurs? Google Adsense is one of the key monetizing platform used by the Website/Blog publishers which is authorized by Google. Advertisements will be placed on a website and based on the number of user clicks on a specific Ad block, Google will […]
Create own Social Media Widgets for WordPress Blog
Need of Social Media Networks Be it a Business or Personal Blog, its success is closely tied with Social Media Networks. Social Media helps to spread the information quickly and plays a key role in promoting the products. If you haven’t created Facebook Page, Twitter or Google Plus profiles for […]
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 Enable Shortcodes in Text Widget without Plugins?
Write your own PHP Code to Enable Shortcodes in Text Widget: Text widgets are just wonderful feature available in WordPress. It is a multipurpose widget available and we can extend its usage according to our need. Text widget can be used in many ways, 1) Plain text can be displayed […]
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.