Author Archives: C.O.P

Add Avatar or Logo Before Site Title

Adding My Avatar Before The Site Title add_action( 'genesis_site_title', 'gd_add_my_avatar', 9 ); function gd_add_my_avatar() { [...]

Creating Header Middle Widget Area between Site Title and Header Right Widget Area

In this article I am using one of my super cool plugin “Genesis Widget Areas [...]

Showing full content on category page

Drop the following code in your functions.php file add_action( 'genesis_entry_content', 'show_full_content', 1 ); function show_full_content() [...]

How to change the “View Listing” text – AgentPress Listings Plugin

Lot of users are asking this question: How to modify the “View Listing” text?. Very simple [...]

Remove H1 from home site title

Here have a handy solution for non-technical Genesis users. Just drop this single line of [...]

Showing limited amount of categories on post meta

I am trying to find a way to limit the amount of categories the [post_categories] [...]

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