• Resolved Julian M

    (@julimuslia)


    Hello, is it possible to add an external link to the event for example when i click on the event, not to be opened the event page in my wordpress site, but the official event site.
    Example:
    I have the event called “EVENTUS”. My website is example.com
    I dont want to be opened the example.com/event/eventus but i need to be opened the eventus.com website.
    Hope i was clear.

    Best regards!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support jathinhelp

    (@jathinhelp)

    Hello ,
    @julimuslia We’d like to inform that redirect functionality is not available in our plugin. However you can add the redirect in your hosting. Please contact your hosting provider to add the redirect.



    Regards,
    WP Event Manager.

    Plugin Support jathinhelp

    (@jathinhelp)

    Hello,
    @julimuslia We’d like to inform you that you can override the template file called “content-event_listing.php” and change the redirect link.


    Regards,
    Wp Event Manager.

    Thread Starter Julian M

    (@julimuslia)

    Hi @jathinhelp thanks for your suggestion.

    I have somehow resolved it, but I could not modify the url as a “snippet” i need to modify the original code, and i will need to do it every time there is an update :/ Can you help me with the correct Hook name so i can try to edit the template ? ( Sorry not an expert here)

    Best regards
    Julian

    UPDATE:
    I found the video on youtube https://www.youtube.com/watch?v=mLAM0sPZ5k8
    Thanks a lot for your help!

    • This reply was modified 6 months, 1 week ago by Julian M.
    Plugin Author Rita Kikani

    (@kikanirita)

    Hi @julimuslia,

    Yes, you can achieve this functionality by overriding template file and by this method, you will not loose your changes if plugin update.

    To achieve this functionality using template override, you need to override template file called “content-event_listing.php” from “\wp-content\plugins\wp-event-manager\content-event_listing.php” to “\wp-content\themes\YOUR_CHILD_THEME\wp-event-manager\content-event_listing.php“. at your theme side file, you need to change code as per your requirement.

    You can read more about template override from here : https://wp-eventmanager.com/knowledge-base/template-files-override/

    In above file, on line no.17, you will find code like ‘<a href=”<?php display_event_permalink();?>”‘, here you need to add your permalink/link for redirection.

    I hope this guidance will help you.If you need further guidance then please continue in this thread. We will help you to resolve your issue.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event linked with another website’ is closed to new replies.