Change summary details displayed for listings

This topic contains 4 replies, has 2 voices, and was last updated by  Guust 5 years, 7 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #448891

    Andrew
    Expired Member
    Post count: 197

    Hi,

    I’d like to change the details shown for each listing on different pages (e.g., the search page, user profile page, etc.). For example, on the search page I’d like to display the address rather than the rating/number of reviews. Is this possible?

    See attached images.

    Cheers,
    Andrew

    #448893

    Andrew
    Expired Member
    Post count: 197

    Attached search page image here.

    #448901

    Guust
    Moderator
    Post count: 29970

    To add the address to the Listings and Search pages, go to GD > Place Settings > Custom Fields and include the Address field in the “Listings page”.
    https://wpgeodirectory.com/docs/core-place-settings/#show

    To hide the star rating and review number on the Search pages, try this CSS:

    
    
    .search-results .gd-star-rating {display: none;}
    .geodir_category_list_view li .geodir-addinfo a.geodir-pcomments {display: none !important;}

    For more CSS tweaks: https://wpgeodirectory.com/docs/customizing-your-style/

    Thanks

    #448976

    Andrew
    Expired Member
    Post count: 197

    Awesome – thanks for that!

    #448980

    Guust
    Moderator
    Post count: 29970

    You’re welcome 🙂

Viewing 5 posts - 1 through 5 (of 5 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket