• Resolved mrtechnique

    (@mrtechnique)


    My client uses the wpjobboard.net plugin, and it is causing on conflict when I try to search by location. Both plugins use ?location=x in its searches. Here is the dev site’s search form:

    https://rmn.mrtechnique.com/jobs/attorneys/

    If I type in “Los Angeles” in the location field, I get a 404 error. If I deactivate the Events Manager plugin, the search by location works. Please advise.

    I was thinking of using a different events plugin, but I’m hoping you could help first.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try to rename EM location custom post type under events-manager/em-posts.php EM_POST_TYPE_LOCATION

    Thread Starter mrtechnique

    (@mrtechnique)

    Thanks, Angelo. Wouldn’t that change be overwritten with a plugin update? The job board plugin author sent me a great solution. I want to post it on here just in case someone else runs into this problem.

    Just add this code to the wp-config.php file to change “location” to “event_location”

    define('EM_POST_TYPE_LOCATION','event_location');

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with WPJB’ is closed to new replies.