Managed web solutions
Fix missing Recent Posts in Arthemia WordPress theme
Not sure why there are so few posts to fix this as Arthemia is a very popular, clean, magazine style, FREE WordPress theme. You can get more details on the theme and download it from the homepage. Of course, if your blog is hosted with Dx3webs just shout and we will install the theme for you.
This is the new version of Arthemia Free. I’ve done some changes in the post list in the front page, solve some CSS problem, added the thumbnail feature for post list in front page, archive, and search page, modify the comment list style, and added the WP-PageNavi plugin support. Pages and sub-pages in the top navigation bar are now shown automatically.
The fix is simple.
Edit footer.php
ADD
<h3>Recent Posts</h3>
<ul> <?php wp_get_archives(‘title_li=&type=postbypost&limit=5′); ?> </ul>
AFTER
<div id=”recentpost” class=”clearfloat”>
Also, this blog has a great guide to setting up and configuring Arthemia and you will need some of the plugins from here.
| Print article | This entry was posted by admin on January 20, 2010 at 2:14 pm, and is filed under wordpress. Follow any responses to this post through RSS 2.0. You can leave a response or trackback from your own site. |





about 2 months ago
Thank you for this post! I’ve been trying to figure this out and this really helps.
about 1 day ago
Hi
Can you tell me how i can change the number of post on the front page of Arthemia (Premium) as default it is 10 but i would like to increase this number.
Thanks
Morten
about 1 day ago
Hi there, I have not played with the premium version but I seem to recall that there is a theme specific control panel under appearance > options or similar. You might find these setting in there.