• Resolved Wilfredo Perozo

    (@wiljope007)


    Greetings in the distance Greg! How are you? Please, could you tell me if instead of adverts_list for the home page, you could use some other fragment that only shows a specific category?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    Hi,
    hmm, i am not exactly sure what do you mean by “other fragment that only shows a specific category”?

    What exactly you would like to show? It would be best if you could post a screenshot that would explain it, thanks.

    Thread Starter Wilfredo Perozo

    (@wiljope007)

    Show only a specific category and no adverts_list

    Thread Starter Wilfredo Perozo

    (@wiljope007)

    <figure class=”wp-block-image size-large”></figure>

    Thread Starter Wilfredo Perozo

    (@wiljope007)

    That’s what I mean, that it appears not as adverts_list but as adverts_categories but specific categories for each row

    Plugin Author Greg Winiarski

    (@gwin)

    Ok, so for example if you have two categories:
    – “Electricity, audio and video” with ID = 100
    – “School supplies” with ID = 200

    Then you can have a similar display like in your screenshot with the below code

    
    Electricity, audio and video
    [adverts_list category="100" show_pagination="0" search_bar="disabled" posts_per_page="4" display="grid"]
    School supplies
    [adverts_list category="200" show_pagination="0" search_bar="disabled" posts_per_page="4" display="grid"]
    

    More [adverts_list] params you can find here https://wpadverts.com/doc/creating-ads-list-adverts_list/

    Thread Starter Wilfredo Perozo

    (@wiljope007)

    Thank you Greg!

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