Need to remove, category and tag links from a single product? There's 2 steps. (1) The input and (2) the output. Step 1 - You can use
Free Genesis Tutorials
Support for installation & modification of the code in free & premium tutorials is provided for registered users.
Tutorials which take 1 hr or less are tagged free. Any work which takes more than 1 hr is only available for members.
Subscribe to the raw rss feed for posts in this category or Feedburner.
Subscription includes delivery of both free & premium tutorials.
Remove Related Products Per Single Product – WooCommerce
Need to remove related products from a specific product page? There's many ways to do this using PHP code or CSS. This solution uses custom
Add Custom Field Content Before & After Products – WooCommerce
This PHP code enables you to add custom content before and/or after your WooCommerce products. You can use this code to add any type of
Submit Button Notice for Product Reviews – WooCommerce
Using a code editor, copy & paste the PHP code from the view raw link in the Gist to the end of your child themes functions file or
Remove Current Single Product From Shortcode Products – WooCommerce
Add to the end of your child themes functions.php file or custom functionality plugin. The gallery shows the green colored single product
Add Reusable Blocks Link To WordPress Dashboard Menu
Paste this code in your custom functions plugin, themes functions.php file or Must Use plugin. [code] add_action( 'admin_menu',
Wrap Entry Title & Widget in Same Entry Header Class
If you want to add a custom widget area below your entry title in Genesis and wrap both elements in the same div, you can using PHP code in
Load CSS 2 Google Fonts In Genesis Child Themes
Google Fonts now fully supports variable fonts in the CSS v2 API update. Let's look at how to modify the PHP code in your Genesis child
Show Videos in WordPress Post Comments
By default, adding the embed code or a link to a YouTube video in a comment form, won't display your video because the oEmbed discovery for
Free Local Speed Plugin Speeds Up Your Local WordPress Installation So It Loads Much Faster
This free plugin makes your local installation load much faster by removing connections to WordPress themes and plugins you don't really
Using get_post_meta In Replace of ACF Repeater Sub Field Functions
By default, the Advanced Custom Fields plugin uses the_sub_field() function to output the value of a sub field from a repeater field you
Outreach Pro Theme Fixed Header
You can make the Outreach Pro themes header sticky by using the CSS from the Genesis Sample theme. [code] @media only screen and
Add Sidebar To Navigation Pro Single Posts Template
The way Navigation Pro is coded, doesn't let you change the layout on single posts because of this line of PHP code located around line 31
I’m a Paid Member BUT Cannot Download Premium Tutorials
A common message sent to WP SITES from brand new members is : I'm a registered member and logged in. Why can't i download code from premium
How To Modify The Responsive Menu Text In Genesis
This simple solution enables you to change the name of the responsive menu from the default text which is MENU to something else. All you
Add Content To Posts In Specific Taxonomy Term ( Conditional Tag )
This conditional tag enables you to target single entries assigned to a specific term for a custom taxonomy. In this case, the taxonomy
Order Posts By Rating Value In Taxonomy Term Archive
This PHP code, added to your child themes functions file, enables you to order you posts using any WP_Query parameters. I this case, we
How To Enable Shortlinks In WordPress
By default, the Get Shortlinks button next to your permalink URL on the Edit Post/Page screen is hidden. You can enable it by adding this
Add Custom Field Support To AgentPress Listings CPT
This code adds support for custom fields to any posts type enabling you to use custom fields to add content on any CPT single edit screen.
Remove Sorry, no content matched your criteria in Genesis
There's at least 3 ways to remove the "Sorry, no content matched your criteria text" displayed when no posts exist for your query. 1. Add
You must be logged in to post a comment.