New Landing How can we help? Themeforest Theme Support Dante Categories & Archive aren't showing on post pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Posted in: Dante
  • #71247
    dani_s
    Member
    Post count: 20

    I’m stumped, really not sure how to fix this. On the main blog page, You can see the categories on the right.

    However, when you click on a post, they disappear. and its just full width text.

    How do I add categories to the post pages?

    #71269
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to go to Theme Options > Archive/Category options and assign a sidebar to those pages

    – Kyle

    #71275
    dani_s
    Member
    Post count: 20

    I did this, but still no sidebar.

    #71279
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please could you provide me with a link so I can check?

    – Kyle

    #71280
    dani_s
    Member
    Post count: 20
    This reply has been marked as private.
    #71284
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sorry my mistake I thought you meant the category page, for the blog post you need to set the sidebar for the post in the post meta options

    – Kyle

    #71286
    dani_s
    Member
    Post count: 20

    Okay, so this works, but I have almost 4 years worth of blog posts. Is there any way to do this universally?

    #71384
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok try this:

    1. Open up single.php
    2. Find line 65:

    	if ($sidebar_config == "") {
    		$sidebar_config = $default_sidebar_config;

    and change to:

    	if ($sidebar_config == "") {
    		$sidebar_config = "left-sidebar";

    or

    	if ($sidebar_config == "") {
    		$sidebar_config = "right-sidebar";

    Let me know if this works

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register