• Resolved gafm24

    (@gafm24)


    hey there =)

    at the end of my posts I’d like to insert a list of all post that belong to the same category that synchronizes itself if I add a post to that category or remove one

    that’s one of my posts: https://green.pc-web.eu/gummistiefel/
    in the grey container I’d like to put that list, in this case a list of all posts that belong to the category “Produkte”, I want to use this list as additional navigation option to get to related posts

    anyone any ideas?

Viewing 5 replies - 1 through 5 (of 5 total)
  • You should be able to do that with this plugin.

    Thread Starter gafm24

    (@gafm24)

    yep, it works =D

    thanks a lot

    Thread Starter gafm24

    (@gafm24)

    the plug-in’s author told me that I need to add customized CSS to modify the result’s appearance, e.g. I’d like to remove the listing so that the list’s elements show as in text flow (Gartenschuhe Gummistiefel Sneakers …)
    how do I target the shortcut and how do I remove the listing?

    Sure, this should work:

    .display-posts-listing {
        list-style: none;
    }
    .display-posts-listing li {
        display: inline-block;
        margin-right: 10px;
    }
    Thread Starter gafm24

    (@gafm24)

    it works perfectly, thanks =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘insert list of all category posts’ is closed to new replies.