Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    this is already been available under events > settings > formatting > events > list events by date title

    also, here is another thread which can help you with this – https://www.ads-software.com/support/topic/events-manager-eventslocation-pages-cant-get-sidebar?replies=21

    Thread Starter alexander.oswald

    (@alexanderoswald)

    Hi Angelo,

    thank you for the reply. I think my question was misunderstood.

    I have to specify more clearly what I mean:
    Its not the events list which I mean. It is the single event.
    I show the event on a single page: events > settings > pages : events pages: display as page.

    Then I have for each page a heading which is the same as the event title. This is enclosed in <h1> tags from the theme.

    I want to expand this by the date of the event.

    Means: somewhere events manager probably hands over the title of the event to wordpress theme variable which is put in between the <h1></h1> tags. Please see following html snippet from the header where the Event Name is displayed. This I want to expand by the date

    <header id="page-header">
    <img .... class="page-header-image wp-post-image" title="" />
    <h1>Event Name</h1>
    </header>

    I assume that I have to manipulate this part of the code to expand it but I cannot find it.

    Regards

    Alexander

    Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to create custom wordpress template for this, you can check the link I shared above.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Include Date in Event Name in Heading’ is closed to new replies.