How to reposition Jetpack Related Posts and Social Warfare buttons in Genesis

Posted on

Jetpack’s Related Posts and Social Warfare‘s social buttons, by default, attach themselves to the content and appear like this on single posts: Looking to move them below the content (and comments – if enabled) inside a new div on single posts in Genesis like this? Step 1 Add the following in child theme’s functions.php: add_filter( ‘wp’, ‘jetpackme_remove_rp’, 20 ); /** […]

Jetpack-like Related Posts without Jetpack in Genesis

Posted on

Jetpack’s Related Posts module has a “large and visually striking layout” option that shows related posts at the bottom of content like this: This tutorial provides the steps to show a similarly styled three related posts below the comments section on single posts in Genesis based on the code by Nick Croft and improvements by Andrea and Chinmoy and a single function […]

How to show a “Buy Now” link button below posts using Advanced Custom Fields in Genesis

Posted on

This tutorial provides the code to output a “Buy Now” link button below entry content in Genesis if a affiliate_product_url custom field created using Advanced Custom Fields plugin is not empty. We shall ensure that the link will be shown only if Affiliate Product URL has been entered for the individual posts. Step 1 Install and activate Advanced Custom Fields. […]

How to add a Read More button below content/excerpts in Genesis Featured Posts

Posted on

In the comments section of How to add a Read More button below content/excerpts in Genesis, a user asked: Perfect. However it does not seem to change the links on the featured posts. Do I need to add something? I have tried with no success. Thanks in advance. This tutorial provides the steps to use Custom Genesis […]