Viewing 2 replies - 16 through 17 (of 17 total)
  • Author of the Genesis Agent Profiles plugin here. Correct, that plugin is no longer being maintained. However, in the very near future we will be releasing a newer version of the plugin that will work with any WP theme, not Genesis only.

    This is an odd issue and has not been seen or reported before, so I believe it may have something to do with a recent WP update.

    The only thing I can determine that would be causing this issue is the template redirect filter in the plugin that will use either the plugin’s included templates or templates in the theme.

    As the Extended plugin uses it’s own template redirect filter to reformat the agents page(s), you can keep using that one. Then simply disable the template include filters in the original plugin, which should fix this issue. Just add this to your child theme’s functions.php (or a site specific plugin):

    remove_filter( 'template_include', 'aep_template_include' );

    Thread Starter kfcurley

    (@kfcurley)

    Thank you very much for chiming in. I look forward to the new plugin.

Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘Agent Profiles Plugin is breaking my archive pages in AgentPress’ is closed to new replies.