ajackson+ 0 Report post Posted June 14, 2010 Hi - brand new PageLines user, really enjoying working with WhiteHousePro. To change some of the formatting on the "Recent Posts" sidebar widget, what files and lines do I need to be looking for to edit? I would like to do the following two things: 1) Make the widget's text (title and posts) darker; 2) Have the post titles in the widget also include the date and author. Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 15, 2010 Please provide a link to your site and I'll create a solution for you. Thanks, Bryan Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 15, 2010 Hi, Bryan. Here is the site I am working on: http://www.thejacksongroup.com/newsite The "Latest News & Posts" widget on the short sidebar is what I am referencing. Thanks. Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 15, 2010 You could actually use the RSS widget instead, which does show title, date, excerpt, and author Just use your own RSS feed then we can style it from there accordingly. Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 15, 2010 Adam: thanks for the idea. How might I find my own blog RSS feed? I thought I had it, but it gives me an RSS Error:XML error when I try to use it. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 16, 2010 It's always /feed/ and for comments /comments/feed/ So; http://www.website.com/feed/ OR http://www.website.com/blog/feed/ http://www.website.com/comments/feed/ OR http://www.website.com/blog/comments/feed/ Thanks, Bryan Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 16, 2010 Hi, Bryan. I tried using the address format you gave me for the feed, and I got the error message "RSS Error: A feed could not be found at http://www.thejacksongroup.com/newsite/feed/". Any thoughts? Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 16, 2010 Your RSS feed is this `http://www.thejacksongroup.com/newsite/?feed=rss2` Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 16, 2010 Thanks - I tried using it, and am getting the following error in the widget window: RSS Error: XML error: Reserved XML Name at line 4, column 38 Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 16, 2010 Hmm. strange...try looking into this http://blog.alien109.com/2009/02/11/wordpress-xml-parsing-error/ possible white space in the config file? Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 16, 2010 I looked at my config file and did not see any white space. My config file is exactly like the original WordPress file I downloaded upon installation (with just the edits made for my configuration). Any other ideas? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted June 17, 2010 You could try a more manual approach. Deactivate any RSS Plugins or Widgets that are possibly messing up your feeds... to get back to the default WordPress feed; http://www.thejacksongroup.com/newsite/feed/ And then use a method like the following: http://perishablepress.com/press/2009/04/26/import-and-display-rss-feeds-in-wordpress/ Thanks, Bryan Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 17, 2010 If I try to visit my feed location (http://www.thejacksongroup.com/newsite/?feed=rss2'>http://www.thejacksongroup.com/newsite/?feed=rss2), I get the following message in Firefox: XML Parsing Error: XML or text declaration not at start of entity Location: http://www.thejacksongroup.com/newsite/?feed=rss2'>http://www.thejacksongroup.com/newsite/?feed=rss2 Line Number 4, Column 1: <?xml version="1.0" encoding="UTF-8"?> ^ Rather that worrying about how to have it show up in the sidebar, I am more concerned with how the feed is working overall. Is there a file I need to find and see if there is a typo somewhere, or I need to recreate from the original WordPress installation? Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 17, 2010 The idea was to easily get your recent posts with author and date but this does seem like a serious problem to have accidentally come across. Try removing the ????>??? at the end of the page Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 17, 2010 And which page am I to delete that from? Config or some other? Share this post Link to post Share on other sites
cmunns 16 Report post Posted June 18, 2010 sorry, I should have posted this before http://validator.w3.org/feed/docs/error/WPBlankLine.html has all the necessary checks Share this post Link to post Share on other sites
ajackson+ 0 Report post Posted June 21, 2010 Deleting the "?>" from the end of those pages did the trick - the RSS feed shows up properly now. Thanks! Share this post Link to post Share on other sites