Hi guys,
Carrinton Blog is my theme of choice because it's made clever and has a nice structure.
I use a modified Carrington theme (v2.2) and since the Wordpress 3.2 update last Saturday I noticed strange behavior in main RSS feed and get_posts function. It took me the whole week to try figure out what was happen starting from database, as it was updated too. Last I changed the theme to Twenty Eleven 1.2 and all worked fine, that's why I'm writing in this forum.
The problems are:
- main RSS feed shows the posts in reverse mode starting from oldest first. This means when a new blog post is published the RSS feed is not updated, because the first 10 or 20 items in the feed are the oldest ones. The new post is at the bottom of the feed - outside the 10 items scope of the feed settings: http://www.kulinarno-joana.com/feed/
- using get_posts outputs the posts in reverse mode too no matter how I change the parameters. I've set up a test page to play with orderby and order parameters and the output stays the same: http://www.kulinarno-joana.com/posts-test/ (password: test). It outputs post_title | ID | post_date | post_modified
From the test page I realized the post are sorted (ordered) by their ID in ASC mode. I suspect this is the case also in RSS feed strange output. The general posts flow in the blog is in right order, also is the order in recent posts widget in the middle footer column.
So could anybody help with the strange problem? I won't give up the Carrington Blog theme.
Thank you,
Valentin