Admitedly I am a total newbie to PHP. Can someone see the extra "." in this code?
Thanks!
<?php if (empty($wp)){ require_once('w p-config.php');wp ('feed=rss2');} header(Content-type:text/xml; charset='.get_s ettings('blog_c harset')', true);
$more = 1;?> <?php echo "<?xml version=\"1.0\" encoding=\"get_ settings('blog_ charset').\"?". ">"; ?>
<!-- generator="word press/<?php bloginfo_rss('v ersion') ?>" -->
<rss version="2.0"
xmlns:content=" http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http ://wellformedweb.o rg/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
<?php do_action('rss2 _ns'); ?> >
<channel>
Thanks!
<?php if (empty($wp)){ require_once('w p-config.php');wp ('feed=rss2');} header(Content-type:text/xml; charset='.get_s ettings('blog_c harset')', true);
$more = 1;?> <?php echo "<?xml version=\"1.0\" encoding=\"get_ settings('blog_ charset').\"?". ">"; ?>
<!-- generator="word press/<?php bloginfo_rss('v ersion') ?>" -->
<rss version="2.0"
xmlns:content=" http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http ://wellformedweb.o rg/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
<?php do_action('rss2 _ns'); ?> >
<channel>
Comment