• Resolved garethf

    (@garethf)


    Hi, I just subscribed for the all add-ons bundle and am working on my site.

    One of the things I want to do is have two different types of listings, completely unrelated and displayed differently on the site.

    So far, I added two custom forms for adding these into their respective categories, which is how I have separate them so far (one for “press releases” and one for “events”. Each of them has different information and different required fields.

    How do I go about displaying these on their respective pages on the site? The information displayed for each post category will be different, other than the title, gallery and description which are contained in both.

    I also want to make it so that any posts in press releases need to be approved by an admin, but not for events.

    In the future I plan to add a number of new categories in a similar fashion so want to hit the nail on the head now to make this process repeatable.

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

    (@gwin)

    Hi,
    1. i understand that publish press releases and publish events will be posted on separate pages, if so then you could use there the [adverts_add] shortcode as

    For press releases

    
    [adverts_add _form_scheme="press-release" moderate="1"]
    

    For events

    
    [adverts_add _form_scheme="events" moderate="0"]
    

    Then the press releases will require moderation and the events will not.

    2. i am not exactly sure where you would like to have the different displays and which part of the page should display differently, can you maybe show some screenshot which would explain it more clearly?

Viewing 1 replies (of 1 total)
  • The topic ‘Different displays for different categories’ is closed to new replies.