• I went into my theme and then went into the editor. I went down to side bar and I went in and add a picture and text. I only wanted it to show up on one of my pages, but when I clicked on each page it showed up!Can someone please help me add content to the side bar of a page. There is different content that I want on the side bar of each page. Thanks

Viewing 10 replies - 16 through 25 (of 25 total)
  • Tim

    (@thegreentimtam)

    If you’re not too HTML savvy, I’d say there’s not really a way you can do it apart from this…

    Thread Starter msheffield

    (@msheffield)

    But now gow do I add that logo that I had? I also want more pics, maybe strolling pics or something

    Thread Starter msheffield

    (@msheffield)

    How do I do this???(This is what you wrote)

    so I’d try that out… toss out the sidebar and put the sidebar content you want for that particular page as part of the page.

    Tim

    (@thegreentimtam)

    Sorry… I’m not too sure that I can help…

    Thread Starter msheffield

    (@msheffield)

    ok thanks!

    Tim

    (@thegreentimtam)

    Wait, actually, it looks like the theme you are using has a “Full Width” page template. If you go to the right of the post editor you can change the template of your page to Full Width. The sidebar will disappear and you can add the content as you please by uploading and floating the images to the right…

    Maybe that would work???

    Thread Starter msheffield

    (@msheffield)

    I tried to the full width page but I was still having trouble spreading the content across the page. How do you float images to the right?

    How do I do this???(This is what you wrote)

    so I’d try that out… toss out the sidebar and put the sidebar content you want for that particular page as part of the page.

    Well, you’ve tossed out the sidebar… looking good so far. I notice that the page content isn’t stretching all across the page as desired. Make this change…

    In single.php (I think… that’s my best guess where this code lies):
    Look for <div class=”grid_16 alpha”> and replace “grid_16” with “grid_23”. That’ll stretch the content across most of the way.

    Now, as for adding the images back in… I’d try adding the images that were in the sidebar to the post’s content itself as right-aligned images. If that doesn’t look quite right, remove the images from the post and place them in a <div> block as such…

    <div style="float:right; width: 225px; margin-left: 10px;><img src="..." alt="Alt text" /><br /><img src="..." alt="Alt text" /></div>

    The dots should be replaced with the URL path to the images.

    Lemme know if this works ok.

    Tim

    (@thegreentimtam)

    Yeah, sorry. I thought I knew how to float images to the right, but it doesn’t seem to be working in my editor… strange…

    Thread Starter msheffield

    (@msheffield)

    Ok I am going to try this first thing in the morning! Im getting sleepy:) But one more question If you look at the Bio page to me it seems a little off. LIke the text is off or something. Any suggestions for this, or anythinig I can add to make that page look better? Youve been a great help. I am going to continue to send ou message throught the process of me creating my site! Cant wait to see the final product!

Viewing 10 replies - 16 through 25 (of 25 total)
  • The topic ‘How to add content to sidebar of a page’ is closed to new replies.