Front Page Setting

This topic contains 8 replies, has 3 voices, and was last updated by  sadaf abbas 4 years, 11 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #480797

    sadaf abbas
    Free User
    Post count: 107

    Hi

    How can i hide reviews and content in front page??

    [gd_listings title=”Featured Places” post_type=”gd_place” sort_by=”az” title_tag=”h3″ layout=”gridview_onehalf” post_limit=”5″ show_featured_only=”1″]
    [gd_listings title=”Popular Places” post_type=”gd_place” sort_by=”az” title_tag=”h3″ layout=”gridview_onehalf” post_limit=”15″]

    i have attached file. i want to show images like this in my front page.

    #480800

    sadaf abbas
    Free User
    Post count: 107
    This reply has been marked as private.
    #480909

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #480931

    sadaf abbas
    Free User
    Post count: 107
    This reply has been marked as private.
    #480955

    Alex Rollin
    Moderator
    Post count: 27815

    You can either

    1. Write custom CSS to hide it OR
    2. Adjust the display with GD Post Content – add it to your details template and remove the post meta key=”post_content” shortcode

    https://wpgeodirectory.com/docs-v2/geodirectory/design-elements/#gd_post_content

    Please share a link to the site here.

    #481009

    sadaf abbas
    Free User
    Post count: 107
    This reply has been marked as private.
    #481020

    sadaf abbas
    Free User
    Post count: 107
    This reply has been marked as private.
    #481091

    Alex Rollin
    Moderator
    Post count: 27815

    You will need to create your own CSS to hide items inside specific GD Listing instances.

    As an example, this will hide posts titles in ALL GD Listings elements:

    
    
    
    .geodir-listings .geodir-post-title {
        display: none;
    }
    
    #481283

    sadaf abbas
    Free User
    Post count: 107

    ok

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

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

Open Support Ticket