Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Adam Heckler

    (@adamkheckler)

    This may be due to your theme not having a get_sidebar() call in whatever template file it’s using for single jobs.

    If you FTP into your site and open your theme’s single.php file, is “get_sidebar” anywhere in there? If not, that’s the issue. You’ll need to add a sidebar there if possible, or ask your theme author about how to add one.

    Let me know, thanks! ??

    Thread Starter Filipe Marques

    (@filimm)

    Hi Adam, Thanks for you response. My theme single.php there is this line calling the sidebaar: <?php generated_dynamic_sidebar(); ?>

    Should I use this code anywhere to call it ?

    Plugin Author Brandon Kraft

    (@kraftbj)

    Code Wrangler

    Howdy,

    generated_dynamic_sidebar isn’t a WordPress function, it might be something unique to your theme. I’d suggest contacting your theme’s support folks to inquire on how to add a sidebar to your theme.

    Cheers!

    Thread Starter Filipe Marques

    (@filimm)

    Yeah, for some reason the theme is recognize the post type is a full width no sidebar page instead a sidebar page. I’ll try to figure out with the developers what is going on.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Single Job Page Sidebar’ is closed to new replies.