• Sounds like this is exactly what I need for my site but when I installed it and activated it I get a bunch of PHP code and an error from WordPress about unexpected output.

    post_content); echo '
    ' . $post->post_title . '
    
    ' . $content; } exit(0); } else { // return posts as-is return $a; } } } } if (class_exists('BetancourtAjaxContent')) { $betancourt_ajax_content_plugin = new BetancourtAjaxContent(); } // action and filters if (isset($betancourt_ajax_content_plugin)) { add_action('the_posts', array(&$betancourt_ajax_content_plugin, 'detect'), 0); }

    https://www.ads-software.com/plugins/ajax-content-renderer/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Bud Manz

    (@manzwebdesigns)

    I am getting the same thing…

    post_content); echo '
    ' . $post->post_title . '
    
    ' . $content; } exit(0); } else { // return posts as-is return $a; } } } } if (class_exists('BetancourtAjaxContent')) { $betancourt_ajax_content_plugin = new BetancourtAjaxContent(); } // action and filters if (isset($betancourt_ajax_content_plugin)) { add_action('the_posts', array(&$betancourt_ajax_content_plugin, 'detect'), 0); }

    My WP version is 3.9.1 and the plugin version is 1.3.3.1.

    https://www.ads-software.com/plugins/ajax-content-renderer/

    Plugin Author Claude

    (@cbetancourt)

    @manzwebdesigns, arsdehnel: I am sorry you encountered issues while installing the plugin.

    I am unable to duplicate this issue on a fresh installation of 3.9.1 with a new database.

    Nothing malfunctioned during installation using the plugins page wizard that let’s you find, install and activate a plugin. Let me know where in this process you encountered the error. I also tested the plugin with every theme included with WP 3.9.1, Twenty Ten, Eleven, Twelve, Thirteen and Fourteen.

    Please reply with more details about your installation, plugins, themes, etc. and I will be happy to take a look.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Characters of Unexpected Output’ is closed to new replies.