Viewing 10 replies - 1 through 10 (of 10 total)
  • The post must be of a category. If you do not select a category the post won’t show.

    Plugin Author faebu

    (@faebu)

    works for me, even if there is no categorie assigned. maybe there is an unexpected output, when the calendar date is asychronously read. please deactivate ALL plugins except WP Calendar an try again.

    have same problem on a new site just set up everything seems to be installed correctly with calendar displaying with 1 event on it and the widget showing 1 event but when clicked the Event page shows but there is nothing on it at all only the default text i put on the page directly

    i am a idiot right in front of me all the time
    put shortcode on events page

    hello dsg257,
    which schortcode did you used on the events page?

    kind regards

    this is what it looks like

    <h1> {events_print; categories= 9} <span style="color: #000080;">{event_subject}</span></h1>
    <h3><span style="color: #000080;"> </span><span style="color: #ff0000;">{event_starttime; fmt=l j @ g:i ; hideifallday=y}</span></h3>
    <h2>{event_location}</h2>
    <h2><span style="color: #f8f8ff;">{event_description}</span></h2>

    the codes are the ones in the template for widgets and on the calandar document page
    Hope this helps

    oh sorry click link on calendar to see the info on the page

    ah, that works fine now.
    Thank You very much for Your Support!

    May, You can also tell me if it’s possible to link a Calendar Entry to a WP-Article instead?

    if you mean put the calendar entry in a post you can you just need to use the right codes with the entry id

    in the documentation
    o pass the ID by url, just append the paramter event to your url (e.g. https://www.yourblog.com/pages/myevent?event=37). To load an event in your post without passing by url, use the tag {event_id; id=x} (e.g. {event_id; id=538} directly in your post before using the other tags. By using this tag it is also possible to load more than one event in a sequentiall mechanism. Everytime you insert the event_id tag another event can be loaded.
    you can also put a post into the calendar (a new feature ) by looking down left side on post and click create event

    Hope this helps

    Yes, I wanted to put a post into the calendar.
    Thanks again for Your help and greetings to beautiful Scotland!

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘[Plugin: WP Calendar] Events not showing in Calendar’ is closed to new replies.