-
How to Disable Genesis SEO Feature Completely
Completely remove SEO feature of Genesis theme by remove the code from seo.php where it detects the presence of any SEO plugins.
-
Add Widget area after the Header of Genesis theme
The above style is for 4 columns widget area. You can change the width to customize according to your requirement. for example width: 50%; for 2 column layout.
-
Add Widgets in Front Page of Genesis Theme
We have earlier shared “How to Add Widgets to Homepage of Genesis theme”. Now we are sharing a similar guide, “how to add widgets in frontpage of any genesis theme” so that it become a magazine theme.
-
Move Footer Menu below Site Header in Genesis
By default the Secondary Menu in Genesis Sample theme is placed inside Footer section. To relocate this menu to below the site header we need to follow the steps as mentioned below.
-
How to Display Post Modified Date in Genesis Theme
Add the following code inside the Genesis theme functions.php file: $post_info = ‘Updated: [post_modified_date] by [post_author_posts_link] [post_comments] [post_edit]’;
-
Add a Search Box in Primary Navigation
How to add a search box in primary menu of a genesis theme which is located at the site header. This is applicable for secondary menu also.