• Resolved nmon

    (@nmon)


    Hello,

    When I create a new listing, I see it creates a new custom post type. It shows “by Name_of_the_author | Feb 27, 2020 |” on top of the page and also the author bio at the bottom along with the comments.

    I’d like to remove those post features from each listing page. Actually, making those custom post types to behave like a page and not like a post.

    Is this possible?

    • This topic was modified 4 years, 1 month ago by nmon.
    • This topic was modified 4 years, 1 month ago by nmon.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,
    This is a feature in wordpress admin panel go to Appearance > Customize > Blog
    Select single post. Under Meta click the eye on the left of each feature and it removes them eg: author publish date.
    In the structure you can also move the Title above the image which is something I like.

    I hope this is what you are looking to do. Maybe different for this plug in.

    • This reply was modified 4 years, 1 month ago by atagrill.

    Also under settings for this plugin, under general, towards the bottom is: Show / Hide (in listing detail page). Where you can unclick date added, listing owner name etc.

    I think this is more what you were asking.

    • This reply was modified 4 years, 1 month ago by atagrill.
    Thread Starter nmon

    (@nmon)

    Actually even doing all that, the post meta data still shows. My website has blog posts that need their post meta data. So I had to do was to hide it using CSS:

    class {
    visibility: hidden;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Disable post features from Listings page’ is closed to new replies.