Category Archives: Genesis Tutorials

Moving the front page 1 widget area above the site header on Home Page of Altitude Pro Theme

Step 1: Removing the code of front page 1 widget areas from altitude_front_page_widgets() function. This function is locating in front-page.php file. [...]

How to remove “Archives for” text from date archive title?

Original request was: At the moment it says ‘Archive for june 2016’ but I want [...]

To move the Archive Intro Text from the top (default) position to the bottom of the page (after shop loop)

add_filter( 'genesis_term_intro_text_output', 'wpautop' ); add_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 ); function genesis_do_taxonomy_title_description() { global $wp_query; if [...]

Dividing the site footer into 2 widget areas

One of my Facebook group’s member is requested it. In this article I am dividing [...]

Adding Custom Information to Entry Meta in Genesis

On single post details I shall add some custom information at entry meta bar. Site [...]

How to add a search form in nav menu in Genesis

This tutorial provides the steps to add a search form with a Font Awesome’s SVG [...]

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.