TechMagazine is a unique and fully mobile responsive Genesis 2 Child theme exclusively made for News and Tech blogs. With refined typography, TechMagazine will help to grow your website as a brand. Built for Genesis 2 Framework – World’s most ... Read Further ➟
Auto Insert Featured Image in All Posts : Genesis Framwork
You might have seen several blogs which displays full width image above the post title in all posts, This Insertion can be done with just few lines of code and user only have to set featured image for a post. Here is a Genesis Framework Code ... Read Further ➟
Copyblogger 2 – Free Genesis 2 Child Theme (HTML5 and CSS3) [updated]
Copyblogger 2 is a premium quality Free Genesis 2 Child theme suitable for Professional bloggers, Marketers and Personal bloggers. Free doesn't means cheap, You are a getting a premium quality WordPress theme without any cost, Please Test it yourself ... Read Further ➟
Display Custom Author Box with Social Media Links without Plugin – Genesis Framework
Its been long time I came up with complete design tutorial,So in this post I thought to share how I created a custom author box with Social media links using Custom profile fields. This will work on Genesis framework only, I will come up with another ... Read Further ➟
How to Exclude Posts of Particular Category from Front Page : Genesis Framework
Sometimes you might need to exclude certain posts from Home/Front page.This post will help you to do that in Genesis Framework. 1. Create a category and assign the posts to that category. 2. Now go to Posts >> Categories and Edit the ... Read Further ➟
Adding Custom Favicon on Genesis Child Themes
This code snippet will help you to display your own Favicon in Genesis Child Themes. /** Adding custom Favicon */ add_filter( 'genesis_pre_load_favicon', 'custom_favicon' ); function custom_favicon( $favicon_url ) { return ... Read Further ➟
How to create landing pages on Any Genesis Child Theme
Landing pages are very important to generate leads.For example here at WPStuffs I use it to create WordPress Services's page and Home page. What is Landing Page ? Landing page is a page template which excludes most of the website components like ... Read Further ➟