• Bogdan

    (@radoibogdan)


    Hello,

    I really enjoy the plugin and using it for my internship (newbie in WP)

    I want to create a custom single-event.php file but similar to the default one which I can’t find in the plugin files.
    I don’t want the author to show and category to show (and don’t want to use css to do it.
    Finding the initial template would help me.

    I have a child theme folder with a single-event.php file with the template found on this reply for the moment.
    https://wp-events-plugin.com/tutorials/modifying-the-event-calendar-html/

    Thank you !
    Bogdan

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

    You could always create single-event.php, This should work if you want to modify the template of the Single Events. As for the main content of events, You could modify those under Events > Settings > Formatting > Events > Single event page format. The contents from this settings would show on where the code the_content() is located on your single.events.php

    If you just want to hide the author,categories you may be able to hide it by using a quick hack of using display: none; of CSS.

    Thread Starter Bogdan

    (@radoibogdan)

    Thank you, Tim !
    Do you know how I can change the footer bar link (class icn-grid-empty) that shows after the ‘You might be interested by these articles’ ?
    The four little squares(icn-grid-empty) link to my Posts(wp default) and not my Events (from EM).
    Thank you again !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change template single-event.php’ is closed to new replies.