Category Archives: WP Tutorials
Creating checkerboard effect with featured posts on Atmosphere Pro Home page
Requirements WordPress 4.0+ Genesis 2.2.0+ Atmosphere Pro Theme Genesis Featured Posts Combo Plugin Step 1 [...]
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 [...]
Removing The Cart Icon from Astra Header for Guest Users
I am using the free Astra theme and default Astra header layout. Also I am [...]
