• gwoodard

    (@gwoodard)


    Greetings. I am running journalized sand at https://www.gregwoodard.com. If you look at the page, you see that my link boxes in the right column run together. This is the code I am using:
    <div class=”rightsideSection”>

      <?php get_links_list(‘_id’); ?>

    </div>

    I would like each set of link to be in its own box like all the items on the left side are.
    Can anyone help me tweak the code? If it helps, here is the code for the entire right column:
    <div id=”rightside”>
    <div class=”rightsideSection”>
    </i> Personal blog of Greg Woodard. Greg is a Dean of Men at Minnesota Teen Challenge, has worked in various churches and holds a Master of Arts in Christian Thought from Bethel Seminary.

    </div>

    <div class=”rightsideSection”>

      <?php wp_votd(); ?>

    </div>

    <div class=”rightsideSection”>

      <?php get_links_list(‘_id’); ?>

    </div>

    <h4>books:</h4>
    <div class=”rightsideSection”>

      <?php amm_getMedia(‘amm_default_output’, 5, AMM_BOOKS); ?>

    </div>

    <h4>music:</h4>
    <div class=”rightsideSection”>

      <?php amm_getMedia(‘amm_default_output’, 5, AMM_MUSIC); ?>

    </div>

    </div> <!– end right column –>

    Thanks,
    Greg

Viewing 3 replies - 1 through 3 (of 3 total)
  • moshu

    (@moshu)

    Hmm. I see 3 section for links:
    God Blogs
    Blogs of Note
    Blogroll

    However your Books section is screen wide and below the blog at the bottom – in Firefox.

    p.s. Please, don’t post long code here – especially not without putting it between backticks. Netx time use https://pastebin.com or a similar service.

    Thread Starter gwoodard

    (@gwoodard)

    Thanks. Take another look. I just corrected the Books & Music section. And yes, I have three sections for my links. How do I put them in their own seperate boxes?
    Sorry for posting so much code.

    Thanks for your help.

    moshu

    (@moshu)

    Use Template_Tags/get_links or Template_Tags/get_linksbyname multiple times and with the proper parameters and wrap them in their own
    <div class="rightsideSection">

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Sidebar Question’ is closed to new replies.