Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #286801
    Naoko
    Participant

    Hello

    I want to use Latest Posts Block in my side menu because wordPress 5.8 support Block Widget.
    However, in the list of Latest Posts Block, it doesn’t show bullet discs.
    Categories Block shows bullet discs. I want to put bullet discs in Latest Posts Block, too.

    Is it possible to add bullet discs to Latest Posts Block?

    The sample post with Latest Posts Block and Categories Block is;
    https://chokowalk2.sakura.ne.jp/flowers/block-test/

    #286805
    Skandha
    Participant

    @naoko-kaku: Hello there,
    You will need to use the Recent Posts widget for that and yo use that you will need to install and activate the Classic Widgets plugin.

    Let me know if this works out!
    Kind Regards,
    Skandha

    #286813
    Naoko
    Participant

    Hi Skandha,

    Thank you for your quick reply.
    It works.

    When I want to use block widgets also, I need to activate/deactivate the Classic Widgets plugin depending on which block I want to edit.
    I’ll consider which widgets I prefer to use.

    Anyway, thank you for your advice.

    Regards,
    Kuku

    #286836
    Skandha
    Participant

    @naoko-kaku: Hello there,
    You can use the Latest Post block and the add the following CSS Code to have bullets in front of the post links.

    .wp-block-latest-posts.wp-block-latest-posts__list {
        list-style: disc !important; 
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

    #286849
    Naoko
    Participant

    Hi Skandha,

    Thank you! It works out!
    I added your code to the additional CSS, then, my latest posts block turned to bulleted list.

    Many thanks,
    Kuku

    #286875
    Skandha
    Participant

    @naoko-kaku: Glad it worked out. Have a great weekend! 🙂

    Kind Regards,
    Skandha

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Latest Posts Block’ is closed to new replies.