Author Archives: C.O.P

Replacing default “Starter Pro” menu with your site name at Dashboard

There have a filter hook “starter_admin_menu” for admin menu. You’ll just drop the following code [...]

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 [...]

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