• Resolved cassyberthiaume

    (@cassyberthiaume)


    Just under the title (after the image), I would like to remove the ”by” (par) tag and the number of views. I tried to override the template file for the views, but I didn’t find the file called content-single-event_listing.php

    Thanks in advance.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello cassyberthiaume,

    Just add this piece of code in your css file and the ext will not be visible:

    .wpem-viewed-event{
    display: none;
    }

    Good luck

    Thread Starter cassyberthiaume

    (@cassyberthiaume)

    Thank you,

    It works to remove the views.

    I still have the ”par” tag, which is ”by” in english usually. It’s suppose to show the author of the event, but I don’t want to show this. I’ve already hid in my theme all meta data that are above the post, but this one won’t disappear.

    Thank you,

    Hi @cassyberthiaume

    Please Use the following CSS:

    .wpem-single-event-page .wpem-single-event-wrapper .wpem-single-event-body .wpem-single-event-left-content .wpem-single-event-short-info .wpem-event-organizer {
    display: none;
    }

    This will remove the required tag.

    Regards,
    Priya

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove ”by” tag + views’ is closed to new replies.