• Resolved ryan-nobby

    (@ryan-nobby)


    I am currently using the WEN Corporate theme and would like to add a a sidebar to the blog post.

    Would I be able to do this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    This should rob be posted in the themes section. But you will need to edit the theme file and add something like:

    <?php get_sidebar( ); ?>

    or if you have specific sidebars (named):

    <?php get_sidebar( $name ); ?>

    Cheers

    Thread Starter ryan-nobby

    (@ryan-nobby)

    HI,

    I have reposted in the themes section.

    Thanks for the help, but what theme file will this need to be in? I have already added this to single.php as suggested by other forums.

    Regards,
    Ryan

    Well if its the single posts page then single.php is normally the right place but it depends on the structure of your theme really. Im not familiar with the one you are talking about so Id need to look into it.

    Could be content-single.php or others

    Thread Starter ryan-nobby

    (@ryan-nobby)

    Resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How can I add a sidebar to a blog post?’ is closed to new replies.