Add a menu bar

  • Unknown's avatar

    Hi

    I am hoping, as I build my blog, to have a menu bar on the right, or something like that, so people can click directly to my earlier posts rather than scroll down.

    Can you please advise?

    Mark

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi @timescape23

    You can add a widget to your sidebar that lists your earlier posts.

    To do so, go to your site’s Dashboard then click on Customize → Widgets → Sidebar, then click on Add a Widget button, a list of widgets will show up, scroll down until you find Text widget then click on it.

    You’ll see that widget’s settings look like this:

    Fill in the Title, and put the following code in the content area:

    [display-posts posts_per_page="6" order="ASC"]

    This code will display your posts list from oldest to most new. (Since you want to display earlier posts).

    If you want to display more or less than 6 posts, just change that number 6 to whatever number you want.

    Let me know if this works for you.

  • The topic ‘Add a menu bar’ is closed to new replies.