Category Archives: WP Tutorials
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] [...]
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 [...]
