This is a very nice looking magazine theme, originally designed by Rambling Soul, called Tomodachi. On the homepage, there are areas for the latest post and an author’s box - where images can be used through custom fields. There are two sidebars, both of which are widget-ready. Native Gravatar (WordPress 2.5+ only) and tagging support is also present within the theme.
And now on to the features in greater detail…
Latest Post Image
On the homepage, you’ll see the latest post displayed at the top, as you see on the demo. This will display an excerpt of the post. If you specify an optional excerpt, it will be displayed instead. To enable the custom thumbnail image, you’ll need to use featured_image key with the image name as the value. The image should be stored in the /featured-images/ directory within the theme.
About Thumbnail Image
The about box content is pulled from your “About” page. These are created automatically with WordPress, so it should look fine on a fresh installation. To have custom image, use the about_image key with the image name as the value. The image should be stored in the /images/ folder of the theme directory. This box is only displayed on the homepage.
Like I said, this theme should work fine out of the box. No plugins required. However if you do need assistance, feel free to leave a message in the support forums or via comment.
Tags: brown, featured post, khaki, magazine, Rambling Soul, right sidebar, three columns
Subscribe to RSS
By: Leland on May. 15










18px blockquote is a little overkill.
Oh, how I wish I had the time to get working on my sites;) You must be a master of time management! Another great design porting!
How to display your latest post just like the other posts?
@Sjoli: So basically, you don’t want the featured post box anymore? To do this, open up index.php and delete everything between:
<?php if (is_home()) { ?>and
<?php } ?>Thanks a lot. Keep up the good work!!!
How can I nominate a specific post excerpt to replace the latest post in the top box?
Also in addition to the above, how do I have a specific page/post underneath the box?
eg.
post x (in the box)
page 2 (underneath on the home page)
@pete: You could probably use a plugin such as WP Sticky to “stick” the post you want at the top. There’s also a more advanced way to do this with WP Query, but I’d try that plugin first.
Hi all
How i can i do for articles on sidebar ?
there are on 2 lines -> http://bienvenue.photosdefamille.fr/
Thanks a lot
(sorry for my english, i’m french)
I absolutely LOVE your theme… but I am having trouble with it, and the widgets… I’ve tried other themes and the issue is going away with those themes… I have a script widget that’s making a huge box rather than the small size it’s supposed to be.. is this something you can help me with??? Thanks so much in advance…
@MommyBrain: Are you talking about the Entrecard? I’ve honestly not seen anything like that before. Is that supposed to be the 125×125 box?
@Leland
Yes.. it is the Entrecard.. it is supposed to be 125×125 ish.. i think the height is just a bit larger like 178px or something.. but like i said.. it works fine on MommyMoments.. but not on MommyBrainReports… Maybe i can quick try another theme you did and see if it does the same? I’m baffled!LOL
Okay, I was baffled too for a while…but I figured it out. Open up your default.css file and locate the following piece of code.
iframe {border:2px solid #F1EEE9;
width: 230px;
height: 400px;
}
And remove it. I’m not sure why this code was present in the original template, but I don’t think it’s used in the WordPress theme. Entrecard uses iframes which is why this bit of CSS was causing the Entrecard to change dimensions.
@ Leland
OH YOU ROCK!! Thank you so much!!!! It looks much better now.. You are awesome!!! thank you thank you thank you!!! Now i don’t have to change themes.. i love this one so much!!! Thank you!!!
thanks for the great template. appreciate.
Just wanted to share how I’ve tweaked this amazing theme:
http://www.mumsthewurd.com/
I’m having problems with the sidebars though…I just don’t like how things are looking over there. I don’t know why, but my list bullet isn’t showing up and things are kind of overlapping…any suggestions?
Also, I’d be happy to bounce off any other ideas for this incredible theme!
Thanks Amy. Could you be more specific on what CSS changes you’d like to see? You may just have to use some padding on the list items. By the way, really like what you’ve done with the theme - looks great!
Leland, thanks goes to YOU for providing the original template. It’s definitely fun to tweak.
Basically, what I’d like is for the pre-set widgets for Recent Posts, Categories, Archives to show a bullet. I can’t for the life of me get a list bullet to appear! Without the bullet, the test just looks all bunched together.
I’ll forever be tweaking…that’s my m.o.
I’ve been looking at the CSS and I’m not sure what is causing the list item bullets to not show up. It must be some instance of list-style:none; but I can’t figure out where.
Yeah, I think it must be too. I’m going to keep searching for it and I’ll definitely post here if I figure it out. I’ve pretty much resorted to just doing text widgets and making my own sidebar header graphics at this point. I’m happy with that though.
The other thing…I’m trying to figure out where to get rid of the underline on all of my links. I swear, I’ve entered the text-decoration:none; code everywhere. Any thoughts/suggestions?
For that open up default.css and find the following:
a {color:#70849c;
}
And add a text-decoration:none; to that.
Rock. Worked like a charm. I’m sure I’ll be back with more questions soon.
I will highly recommend you and your themes…it’s excellent that you’re actively helping people tweak.
Nice theme ) Thanks from Russia
My request may not be possible to do but here it is. I want the recent articles area to display “…” after so many words. The idea is to make it pretty when post titles are too long. Did I explained myself?
Great job, thank you so much for this theme and for your help.
Luis
@Luis,
I don’t have this theme installed, but you should be able to hack the Recent Posts area to include “the_excerpt” template tag.
See here to learn more…
http://codex.wordpress.org/Tag_Templates
Leland may be able to speak to this better though;)
Thanks Wordpress Modder, but what I’m talking about is the column that has the recent articles, they overlap each other because of length and I would like to shorter them. Like I said maybe this isn’t possible though.
@Luis,
I just had a look at your site, and the Recent Articles column looks OK to me. Did you get it fixed? If you’re still seeing this, what browser are you using? I’m on Firefox 2.0
Sorry, got frustrated and change the theme already.
Thanks for helping Adam.
@Luis: Sorry the theme didn’t work out for you.
Thanks for this beautiful theme. But the only problem I came across is the sidebar bottom image is broken in explorer 6 when the left side of the theme,content area, is longer than the sidebar. I mean long post etc. if you can fix this I’ll be appreciate you. I use internet explorer conditional comments to fix theme completely for ie6. I added a few css code to fix sidebar images alignment. But I can’t fix the issue I said above. Please can you help me.
this is frustrating, all the javascript (including adsense) i put in this template changed its shape.
Open up default.css and remove the following:
iframe {border:2px solid #F1EEE9;
width: 230px;
height: 400px;
}
This is because Adsense and other widgets use iframes.
Hey, great theme! I was wondering if someone could tell me how to do something with it. I installed the AWSOM News Announcement plugin to use instead of the featured post thing, and I want the plugin to use the spot the featured post uses, and display the most recent post as a normal one. I’ve messed with the theme’s index.php a bit, but i’ve only accomplished a big error and a complete loss of anything in that box. Oh, and the plugin seems to automatically to use that box, I just need to get the first post out of it. Thanks!
Nevermind, I figured out something, sorry and thanks! ^_^;;
I love this theme!
Two questions:
I don’t like the little icon that lies to the left of every post title. How do I get rid of this and get the post title to be flush against the left side of the page?
My “About” box on the home page isn’t working because I didn’t use the “About” page provided by WordPress. How do I get the box to work from the “Who I Am” page I created?
I’ll apologize in advance if the fixes are super obvious. I’m completely new to CSS and feel like a chicken with her head cut off right now!
can help us with the sidebar problems pls? its a little bit overlapping
Howdy! I’m still totally loving this theme… I hope you don’t mind I’m bugging you again… I was wondering if there was any way to shorten the About box on the front page.. like to limit how tall it gets regardless of how much you type in there… adding a little “more…” link to the bottom so they can click and just go to the about page…
I’m code dumb… I understand if you don’t have time… and would appreciate any help you could give!! Thank you so much in advance!!!
Moni
@MommyBrain: You should be able to just add a <!– more –> to your about page in your WordPress admin, and it should get cut off.
check out my modded version of your great theme at my site
http://www.raisedonindie.com
Few things left to do yet, biggest one would be to remove the posts underneath the 3 featured posts I put on the front page. I have played with the code but can’t get it to take off the bottom posts without effecting the whole site (under settings in the admin area). Any help on that aspect would be appreciated!
Love the theme! I am having one issue… how do I fix my side menu overlapping issues? It is especially bad in Firefox.
http://www.intotheblu.com
Thanks!
Yes. I like it.
Thank you.
Lovely theme - thank you for all your hard work!
Like several others who have posted here, I’m having trouble with the widgets in the sidebars overlapping. They seem to work ok in IE, but are really a problem in Firefox 2.
MentorsBreedSuccess.com
It’s probably only a matter of adding padding or something equally as obvious. However, I’m relatively new to CSS & PHP. I’m used to everything being all on the same page in my HTML pages.
Can anyone guide me to the correct stylesheet and/or code so I can try to tweak this and get it working?
Thanks for your time. Any suggestions will be much appreciated!
Kathy
Hello all. I think I’ve discovered the solution to our “overlapping” problem with the sidebars in Firefox.
I went into the Default.CSS and found all instances of lines beginning with:
.sb1 ul li
I then changed the “height” to “auto” in the 3 lines where height occurs. This seems to have taken care of the problem. I cannot see any adverse effects on anything else in either Firefox or IE views of the page.
Please be sure to save your Default.CSS to another name before trying this tweak, though, so you can revert to the original version if my “fix” does not work for you.
I’m a newbie with CSS, so I’m hoping I didn’t break something else while fixing this.
Hope this helps.
Kathy
I’m having problems with the search button in IE7. It is there and it works, but it is just a white square and doesn’t say “Go”. It shows up fine in Firefox.