befree22
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Blog page not populating contentOh, the above is the wrong thread. I’m still troubleshooting the rss feed xml error.
Forum: Themes and Templates
In reply to: Blog page not populating contentI just found a solution, thanks to WordPress Codex.
http://codex.wordpress.org/FAQ_Layout_and_Design AND
Now, could someone tell me how to remove the // appearing before the title on denisejacksonmusic.com/blog ? The other webpages don’t display the // before the page title.
I love WordPress 🙂
Forum: Themes and Templates
In reply to: Blog page not populating contentWhy doesn’t the blank blog page populate with the latest posts according to http://codex.wordpress.org/Creating_a_Static_Front_Page ?
The theme uses the default WordPress index.php on the homepage but modified to included a widget section. Even if the theme is designed so that “Latest Posts” appear on the bottom of the homepage, I’d think that the following code is called on the blank Blog page per WordPress Codex
<?php if (have_posts()) : while (have_posts()) : the_post(); // the loop ?>I know that there’s a simple fix to getting the blank Blog page to populate with the posts.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorI created a backup of my WordPress database so that I keep the settings on my plugins when I reactivate them but is it required to do a database backup when deactivating plugins?
Forum: Themes and Templates
In reply to: Images not display in 2011 widget areaFor some reason, the speech bubble isn’t appearing in the center footer widget on my end. I emptied my cache but if it’s working for you, then I’ll leave it alone. Thanks for your help.
Forum: Fixing WordPress
In reply to: RSS feed xml parsing errorw3it.org WordPress user, http://wordpress.org/support/topic/xml-error-reserved-xml-name-at-line-2-column-38-39?replies=7 solved the problem by applying this solution http://www.w3it.org/blog/wordpress-feed-error-output-solution-how-to/
I wanted to add the following code to solve the problem but the feed files feed-rss2.php, feed-rss2-comments.php, feed-rss.php, feed-rdf.php, feed-atom.php, feed-atom-comments.php already contain a portion of the code.
header('Content-Type: text/xml; charset=' . get_option('blog_charset'), true); $more = 1; $out = ob_get_contents(); $out = str_replace(array("\n", "\r", "\t", " "), "", $input); ob_end_clean();Could someone help me fix my xml parsing error?
All of the WordPress 3.3.1 feed files start with the following code
<?php /** * RSS2 Feed Template for displaying RSS2 Posts feed. * * @package WordPress */ header('Content-Type: ' . feed_content_type('rss-http') . '; charset=' . get_option('blog_charset'), true); $more = 1; echo '<?xml version="1.0" encoding="'.get_option('blog_charset').'"?'.'>'; ?>Forum: Themes and Templates
In reply to: Images not display in 2011 widget areaForum: Themes and Templates
In reply to: Images not display in 2011 widget areaThe sidebar-footer.php code is in the parent 2011 theme and I pasted it here for you http://pastebin.com/U5fp619x
Forum: Themes and Templates
In reply to: Images not display in 2011 widget areaMy bad. I did have the correct file path on the widge http://mysite.com/wp-content/themes/business/images/callmeagain.png
Forum: Themes and Templates
In reply to: Blog page not populating contentwww.denisejacksonmusic.com/blogForum: Themes and Templates
In reply to: List subpages in WordPress navigation menuTo: Moderator
I downloaded this theme for free a month ago. Their support forum isn’t accepting new members. Thanks anyway.
Forum: Fixing WordPress
In reply to: What does this error mean – RSS feedI too have having the same error. I will have to check the W3 Cache plugin. I dislike having to use feedburner; I usually use http://www.mysite.com/feed and install a WordPress rss feed.
Forum: Themes and Templates
In reply to: List subpages in WordPress navigation menuHere’s the full code for the current header.php filej
[57 lines of code moderated as per the Forum Rules. The maximum number of lines of code that you can post in these forums is ten lines. Please use the pastebin]
Forum: Themes and Templates
In reply to: How to Justify Blog Theme – left and right marginsHi alvaro05,
It works! I thank you so much 🙂
X0X0X0Forum: Themes and Templates
In reply to: How to Justify Blog Theme – left and right marginsHere’s the code for the index.php
[code moderated - use the pastebin for any code over the forum limit of 10 lines]