• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2551

Original Genesis Tutorials & 6000+ Guaranteed Code

Snippets

  • Support
  • Newsletter
  • Register
  • Videos
  • Log in

Add Widget After Posts Using Custom Post Type

Here’s the code you can add to the end of your child themes functions.php file which will create a new widget that displays your content after all single posts assigned to a custom post type named portfolio.

If the name of your custom post type isn’t portfolio, you can change the name from portfolio to another in this line of code:

if( 'portfolio' == get_post_type() && is_single() && is_active_sidebar( 'portfolio-widget' ) ) {

If your posts are simply assigned to a category and NOT a custom post type, then use this code.

Custom Post Type

Primary Sidebar

How it works :

I write tutorials for you which include the custom code you need for a flat $49.99 fee. You get 1 tutorial request as well as access to all 2500+ existing tutorials for 1 month.

  • Premium Members Only
  • Access Premium Tutorials
  • Support