• Resolved adeizasama

    (@adeizasama)


    Hi,

    I am trying to add a left sidebar so I was wondering if you could help me. I followed the instructions here so that means creating a new sidebar php file, registering it in functions.php and calling a get_sidebar() function from (what I assume is the right location) page.php.

    Perhaps I haven’t done something in another file or set the alignment of the sidebar? Thank you for your assistance.

    Adeiza

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Misam Saki

    (@misamplus)

    You must do many changes.
    1. Define new sidebar in theme functions
    2. Create sidebar-SIDEBARNAME.php file and fill it.
    3. Put the sidebar by this functions: get_sidebar(SIDEBARNAME)

    Thread Starter adeizasama

    (@adeizasama)

    I’ve done those 3 but it isn’t showing. Maybe it is overlapping with the first sidebar because I don’t remember setting it’s alignment to the left side.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding a left sidebar’ is closed to new replies.