• Hello,

    I am not so techie and needed an urgent help, if you can please.

    I found your plugin very interesting and tried on localhost and it really works well. But I am stuck to an imp point, if you can sort this out please.

    I understand, by default all the posts (that falls under one specific category) can be list down on any page using a shortcode, even including thumbnail.

    But I want to list down the posts column vise (of if you say horizontally). How can I do it please?

    Thank you.

    Raiza

    https://www.ads-software.com/plugins/list-category-posts/

Viewing 6 replies - 1 through 6 (of 6 total)
  • You might want to check out this support thread:

    https://www.ads-software.com/support/topic/cat-list-in-2-or-3-colums

    It’s been answered by the plugin author, I think it’s a good starting point for what you want to achieve with this great plugin.

    Adek

    Thread Starter raizaduran

    (@raizaduran)

    it doesn’t work exactly. because I want something which show the posts horizontally.

    for an example, if there are 4 blogs it should look like this:

    1 2 3
    4

    and let’s say this increases in near future to 10, so automatically it should show

    1 2 3
    4 5 6
    7 8 9
    10

    now in the thread which you have given, I will be defining how much data to be shown in one column, which can certainly change anytime depending on the volume of posts under that category.

    Hope you got my problem. Let me know if there is any confusion, I would try to explain it in better way.

    You should be able to use a template to accomplish this. By default the items are an unordered list inside a foreach() loop. Instead you could write your own template which iterates through 3 records at a time, in separate divs, and float your div tags left. Make sure to apply the CSS method clear: both; after 3 to start a new line.

    Thread Starter raizaduran

    (@raizaduran)

    since I am a complete newbie in tech, unfortunately I would not be able to write any specific CSS for this.

    hence I would be expecting any sort of plugin to achieve this.

    The plugin actually does support this but if you’re looking for customization you will need some basic knowledge of PHP. Take a look at templates here https://www.ads-software.com/plugins/list-category-posts/other_notes/

    Thread Starter raizaduran

    (@raizaduran)

    oh I see. That sounds good David.

    I will give it a try! will study first and then will try to implement it ??

    Thanks for the help.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘show list of posts horizontally (column vise)’ is closed to new replies.