Viewing 1 replies (of 1 total)
  • Plugin Author WillBontrager

    (@willbontrager)

    Hi sbarreau,

    It may be something in the code at myfeed.php, or it may be a protest of the use of “../” in the URL.

    To test the former, check your error logs.

    To test the latter, try

    [insert_php]
    include($_SERVER['DOCUMENT_ROOT'].'/whatever/site/OWN_PHP_PAGES/myfeed.php');
    [/insert_php]

    Will

Viewing 1 replies (of 1 total)
  • The topic ‘it works but shows the code too’ is closed to new replies.