• I have events posted on our website for several charity events. People can register for an event and pay the registration fee online. Everything is working well so far. However, from a formatting perspective I have content on the screen that really does not need to be there.

    For our Golf Outing, I have the following title displayed:
    2018 Annual PAWM Charity Golf Scramble
    18 Jun, 2018 in Annual PAWM Charity Golf Scramble by Donald Michaud

    It is the second line that needs to be removed. The viewers do not need to know that I am the poster. When I hover over the info, it is asking to “view all posts by Donald Michaud”. I do not want the viewers to see all the posts I create. They only need to see this one post that is in front of them, the Golf Scramble. I do not want them being redirected to another page. It will confuse the viewer and generate support calls.

    I only want Line 1 to be displayed: The Event title.

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

Viewing 1 replies (of 1 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to add the below custom css at the end of your theme style.css or theme admin custom css section

    
    .entry-meta {
        display: none;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘How to remove “view all posts” under an existing title’ is closed to new replies.