• Resolved satpan

    (@satpan)


    Hello,
    I am using wp-3.5 and Twanty-Twelve theme. I,m using a plugin to show Recently Popular posts on my new website. They are showing as plain list, but i want to show them in Unordered List. Any help????
    Website: https://www.satpan.org

Viewing 15 replies - 1 through 15 (of 15 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, can you explain what you mean “Unordered List”? In web-terms, that means a “<ul>” element, which it actually is in.

    Thread Starter satpan

    (@satpan)

    Yup!!! I don’t know where to insert ul to change my list style. Its just plane, no list style after i installed it on my blog.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    So, you don’t need to add a <ul> element to it, it already is in a <ul> element. You can style it accordingly.

    Thread Starter satpan

    (@satpan)

    No Friend,
    Just visit my Blog satpan.org
    I just installed Recently Popular plugin and want to make it to display posts in list. Which code should I modify to show posts in a list style.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Is this the code you’re referring to?

    <ul>
        <li><a href="https://www.satpan.org/2013/01/how-to-remove-top-navigation-bar-from-blogger-or-blogspot/">How to Remove Top Navigation bar from Blogger or Blogspot ???</a><br></li>
        <li><a href="https://www.satpan.org/2013/01/how-to-restore-or-backup-your-theme-on-blogger-or-blogspot/">How to Restore or Backup your Theme on Blogger or Blogspot???</a><br></li>
        <li><a href="https://www.satpan.org/2013/01/what-is-difference-between-widgets-and-gadgets/">What is Difference Between Widgets and Gadgets???</a><br></li>
        <li><a href="https://www.satpan.org/2013/01/how-to-change-width-of-your-blog-content-area-and-widget-area/">How to Change width of your Blog, Content Area and Widget Area in Blogger or Blogspot???</a><br></li>
        <li><a href="https://www.satpan.org/2013/01/how-to-change-theme-of-your-blog-in-blogger-or-blogspot/">How to Change Theme of your Blog in Blogger or Blogspot</a><br></li>
    </ul>

    Thread Starter satpan

    (@satpan)

    I’m familiar with HTML and CSS, but not PHP. I want to edit this widget Recently Popular on right side of page to show posts in list (unordered list). But I don’t know how to do it.

    Thread Starter satpan

    (@satpan)

    This is code of this Widget:-
    [Large excerpt of code moderated – please use PasteBin to hold your code and link us those PasteBin’d pages instead]

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Sorry, I don’t understand what you’re trying to do. I’ll leave for someone else to help.

    Thread Starter satpan

    (@satpan)

    Thanks for trying to help…….

    Thread Starter satpan

    (@satpan)

    This is how posts are looking now:
    Post-1
    Post-2
    Post-3

    What I want

    • Post-1
    • Post-2
    • Post-3

    An other plugin or widget to do this???

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There’s some CSS you can add for this;

    list-style-type: square;

    https://www.w3schools.com/cssref/pr_list-style-type.asp

    Thread Starter satpan

    (@satpan)

    Let me try it other way.
    Can we edit Plugins or Widget???How???

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Yeah, download this plugin called Jetpack
    https://www.ads-software.com/extend/plugins/jetpack/

    Then use its Custom CSS section
    https://jetpack.me/support/custom-css/

    To hold this code;

    .widget-area .widget li {
     list-style-type: square;
    }

    Thread Starter satpan

    (@satpan)

    Thanks I will try it.

    Thread Starter satpan

    (@satpan)

Viewing 15 replies - 1 through 15 (of 15 total)
  • The topic ‘Show Recently Popular Posts in Unordered List’ is closed to new replies.