• Resolved amy1314

    (@amy1314)


    Hello,

    is there a way to remove how many views an article has and the date it was created?

    Thank you in advance.

    Kind regards

    Amy

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author BasePress

    (@codesavory)

    Best way to achieve this without problems would be to add CSS rule in your theme’s Custom CSS file.

    .bpress-post-views, .bpress-post-date{display: none;}

    Adding this rule should fix hide the views and date.

    Hope this helps. If you liked our product and support, can you please add a review? Your review will help our small business.

    Thread Starter amy1314

    (@amy1314)

    Thank you very much! That did the job immediately.
    I really like your plugin. I just left you a review ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove the date and views from an article’ is closed to new replies.