Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I had the same problem and just used ‘home’ instead of ‘wpurl’ in the get_bloginfo.

    From what I can remember, I solved this by looking into the functions.php for the theme. I know I experienced this with Starkers and TwentyTen (which both have functions that do something with wp_title). I believe this happened with a few themes from ThemeForest as well. Removing whatever was in functions.php that was modifying wp_title seemed to fix it for me.

    Thread Starter travisneel

    (@travisneel)

    Hi Eric.

    One one site, I get these 3 errors:

    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: Entity: line 3: parser error : Extra content at the end of the document in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>
    <br>
    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: <b>Warning</b>:  Cannot modify header information - headers already sent by (out in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>
    <br>
    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: ^ in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>

    and on another I get about 25 line of errors like this:

    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: Entity: line 117: parser error : Opening and ending tag mismatch: li line 112 and ul in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>
    <br>
    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: 	</ul> in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>
    <br>
    <b>Warning</b>:  simplexml_load_string() [<a href="function.simplexml-load-string">function.simplexml-load-string</a>]: 	     ^ in <b>/home/wordpres/public_html/wp-content/plugins/client-status/dashboard.php</b> on line <b>77</b><br>
    <br>

    The other 3 sites I have it running on are working fine.

    Thanks.

    travisneel

    (@travisneel)

    Anybody have any ideas to resolve this? I’m experiencing it on multiple sites. Force rewrite doesn’t seem to help. I either get titles duplicated (like SitenameSitename) or I get every page on my site with the same title.

    I am having the same problem. Duplicate titles on every page. If I remove the Sitename and Site Description from the WP Settings page, it seems to generate the title correctly. But then, anywhere that pulls in the bloginfo(‘sitename’) variable appears empty.

    Hi Rincewind.

    Thanks for the reply.

    Perhaps I should have worded it differently.

    For example: I may have pages where the content is being pulled from a page, but not linked anywhere on the site. I may have Page’s listed in the footer nav that aren’t part of the main site’s navigation that I don’t want to appear in the Sitemap. I have pages that make up for the shortcomings in Custom Post Types that I don’t want to appear in the site map, but they are actually in use. It seems a little odd to force every page on the site to appear in the Sitemap when there’s already a function that displays only the pages that are part of the site’s navigation.

    I too needed to generate a sitemap that only displays the pages that are actually in use on the site. I made a small modifictaion to the plugin to use wp_nav_menu instead of wp_list_pages and that seems to work. However, it would be nice if that were an option, since the nav menu actually has a list of pages that are in use.

Viewing 7 replies - 1 through 7 (of 7 total)