• Hello!
    I notice a conflict between the plugin and the “get_the_title” function.
    I use that function in my footer.php file :
    <a href="<?php echo get_permalink(ID); ?>"><?php echo get_the_title(ID);?></a>
    to print the title of a page (in my case “Legal notice”), but when I am on a event page, it displays the title of the event (and the link remains OK).

    Do you know this issue?

    http://wordpress.org/extend/plugins/events-manager/

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Events Manager] conflict with get_the_title function’ is closed to new replies.