You can add "Google Drive' functionality to WordPress website allowing users to save any file in their respective Google Drive account. For starters, Google Drive provide free storage for files and documents (linked and accessed via Gmail or Google account). "Save to Drive" button can be added … [Read more...]
Show specific pages list as drop down box in WordPress
Listings displayed in the form of drop down box look neat and do not take much space on your website. Unlike posts, we generally publish limited number of pages on a WordPress website. Hence, one better way to show pages listing is in the form of drop down box. Display Pages list as drop down box … [Read more...]
How to add new widget section on homepage in Genesis
You may want to add a new widget section on homepage of your Genesis powered WordPress website. New widget area can be used for any type of widget content like for showing featured posts, responsive slider, introduction tagline text and so on. Create new widget area on homepage in Genesis 1. Add … [Read more...]
How to execute shortcodes in WordPress text widgets
We have already seen quick and easy way to execute PHP code in widgets. We can also execute and run any shortcode within default text widgets. WordPress starters are usually not familiar with shortcode concept. On the face, it look difficult but in fact it is very easy to understand and implement. … [Read more...]
Exclude specific category posts in WordPress search results
By default, WordPress search will display relevant results from entire post content on your website. Do you want to stop specific posts from appearing in WordPress search results? This can be easily implemented using piece of custom code. Code to exclude category in WordPress search results 1. To … [Read more...]
Display Adsense Ads anywhere within WordPress post
Displaying Adsense Ads at the start or end of the post content is most preferred setup among majority of publishers. If you have a long article content, then you can experiment by embedding Google Adsense Ad (or other Advertisements) bang in the middle of the content. You can easily implement this … [Read more...]
Show specific Post Title in WordPress using php code
WordPress has in-built core php coding to display latest posts on the homepage. Users with advanced PHP knowledge can easily create custom code for showing posts and related information as per requirement. However, for users trying to learn PHP syntax, even simple code can be tough nut to … [Read more...]





Highlight & style Post Author comments in WordPress
WordPress has feature rich in-built commenting system. By default, it allow website visitors to comment on various posts and pages content. As a post author you can reply to any comment by adding own comments. In a post with lots of comments, your comment might get lost. One easy way to make your … [Read more...]