• Hello everybody,

    I just want to display blog posts on my sidbar in a custom order. All I could find were those recent blog post widgets which I do not like.

    What would be the best way to display blog posts of my wishes on my sidebar?

    Regards!

Viewing 1 replies (of 1 total)
  • You can take the help of a programmer to develop a custom widget for you.
    If you dont want to do it with custom coding, here’s what i can suggest:
    1) Drag a ‘Text’ widget into your sidebar
    2) Enter the follwing html in there

    <ul>
    
    <li><a href='http://mydomain.com/a-post-about-orange/'>A post about Orange</a></li>
    
    <li><a href='http://mydomain.com/a-post-about-apples/'>A post about apples</a></li>
    
    </ul>

    This involves some html, but nothing scary. Just be careful with single quotes and angular brackets. Each <li>....</li> is one item. You’ll obviously need to replace these dummy urls and titles with actual urls and titles of your posts.

    3) Hit save

    • This reply was modified 7 years, 4 months ago by ckchaudhary.
Viewing 1 replies (of 1 total)
  • The topic ‘Widget to display posts in custom order’ is closed to new replies.