Forums

[resolved] Feed Error (5 posts)

  1. triplemoons
    Member
    Posted 11 months ago #

    Created an Administration plugin to customize the WP Admin view. All fine an dandy on my server, but when I put it live on the multisite network it needs to go on, the XML feed does not display on the dashboard (though it does on my testing server).

    Error:
    RSS Error: XML error: Reserved XML Name at line 2, column 38

    Plugin code:

    function dashboard_custom_feed_output()
    {
    	echo '<div class="rss-widget">';
    	wp_widget_rss_output(array(
    		'url' => 'http://www.dvmelite.com/feed',
    		'title' => 'News from DVM Elite',
    		'items' => 2,
    		'show_summary' => 1,
    		'show_author' => 0,
    		'show_date' => 1
    	));
    	echo "</div>";
    }

    I checked functions.php and their are no spaces outside <?php ?> that could be causing this error (which you would think if that was it it would show on my testing server as well).

  2. triplemoons
    Member
    Posted 9 months ago #

    Moderator, please delete this post as DVME does not want their URL visible in the above post.

  3. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

  4. triplemoons
    Member
    Posted 9 months ago #

    I need the URL removed, please.

  5. esmi
    Theme Diva & Forum Moderator
    Posted 9 months ago #

    Please read the section at the link I posted above. This is not an extreme circumstance.

    And please do not use the modlook tag to gain moderator attention for your issues. That is not what it is meant for.

Reply

You must log in to post.

About this Topic

Tags