Changed URL slug

Home Forums Calendar Products Events Calendar PRO Changed URL slug

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18731
    Katrina
    Participant

    Hi!

    I started using Events Calender Pro and was able to see it live on my site but I changed the title page of it and the calender does not show any more. I also changed the url slug and it still does not show. I been researching on how to fix and tried many ways but still can’t seem to solve the problem. Any suggestions?

    Also, My client wants the calender to be accessed in two different sections on their site. (One under events and the other accessed under members.) Is that possible to do?

    Thank you so much for your time!

    #18788
    Jonah
    Participant

    Hi Katrina,

    Have you tried clearing your permalinks by visiting Settings > Permalinks? That might fix it.

    It is possible to show the calendar in another page, you basically just need to include the gridview.php file wherever you want it to show. For example:

    if(is_page('your-page-slug')) {
    include('wp-content/plugins/the-events-calendar/views/gridview.php');
    }

    I hope that helps but let me know if you need anything else.

    Cheers,
    – Jonah

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Changed URL slug’ is closed to new replies.