Viewing 6 replies - 1 through 6 (of 6 total)
  • That is coming from the ninja-galleries plugin, if I look at the XML sitemap source I see this:

    <b>Warning</b>: call_user_func_array() [<a href='function.call-user-func-array'>function.call-user-func-array</a>]: First argument is expected to be a valid callback, 'wpnj_mediatags_google_sitemap_pages' was given in <b>/home/volumew/public_html/wp-includes/plugin.php</b> on line <b>470</b><br />

    Unfortunately it hasn’t been updated for more than 2 years ??

    Thread Starter VolumeWatchers

    (@volumewatchers)

    Thanks ! I will take a look @ it. I use this plugin because, I can query the media files by media tag, so that i can create dynamic posts with images. Is there anyway, I can bypass/exclude this plugin while creating the xml site map?

    Not really bypass it, but you can change the plugin file of the media tag plugin:

    Open wpnj-media-tags/media_tags.php

    search for this line (should be #59) and delete it:

    add_action("sm_buildmap", 'wpnj_mediatags_google_sitemap_pages');

    Thread Starter VolumeWatchers

    (@volumewatchers)

    You are awesome. That took care of the issue. One more question, not related to the plugin, but related. I have google feedburner pingshot option. So, the pages get indexed in matter of seconds. Is there any option for bing, like that ? Also, bing takes a month or so for index my site where google does it in sec. Any advise would be helpful.

    The plugin will also Ping Bing automatically, but based on my experience they are just not as fast as Google…

    Thread Starter VolumeWatchers

    (@volumewatchers)

    Yeah. They suck.

    Thanks again for the great work.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Invalid XML tag’ is closed to new replies.