Home » Wordpress Themes » Rolas Sepuluh WordPress Theme
Rolas Sepuluh WordPress Theme
Rolas Sepuluh is a free wordpress theme, designed with black and white color combination. The theme has one sidebar, located on right side. Each of the post in home page as well as in archive page has thumbnail, you must use one of uploaded image in your post and set it as featured image. If no image was set as featured image, the date of the post will displayed.
Rolas Sepuluh wordpress theme is compatible with Worpress 3.0 menu. The menu can be set from your wordpress admin. If no menu was set, it will display your pages list. This menu comes with drop down.
Beside of the sidebar widgets, this theme has one more in footer. The footer widgets display an inline list.
Sticky post(s) have different background color. Editor style available. Just like any other themes which I have made, this theme also has Archives page template, breadcrumbs, image attachment page, and css style for WP-PageNavi plugin.
Header in this theme is using picture. So if you have logo for your blog, you can replace mine with yours via Appearance setting.
Download this theme (latest version is 1.5) at Free WordPress Themes Directory.
The themes preview is TEMPORARY UNAVAILABLE until I can afford a better webhosting packet
ini mana mas link downloadnya?
Diatas star mas
wah, sip tenan mas,,,,,
sayang aku pemula,,,, ada tutornya wat setting nya ga??
nggak perlu setingan banyak2 kok mas, tinggal install aja. Cara pakai feature-nya sama dengan theme wordpress lain. Cuman ndak semua feature di theme deaultnya wordpress saya gunakan di theme ini.
njih mas e, kulo pun nyobi,,,
terus image attachment ne pripun? mboten mudeng nek ngubah ubah bahasa html e,, he he he
How can I put a image into the grey frame, which is in the most? Please, help me!
@Marky: If you mean the top of post (gray background), mark it as sticky post. If what you mean with the gray box (with post date in it), that is a thumbnail image (also called as featured image in wordpress 3.0 and above), available to select when you uploading an image in your post.
Does this feature work only with uploaded picture files or can you use the picture URL as well? I’ve tried using the URL process and I don’t see anywhere in the picture properties of the post to set the image as featured.
@CGD: The post thumbnails is using uploaded image in the post (which being set as Featured Image). We can use custom field too if there are no image in the post, but I don’t use it in this theme. I use it at Siji Selawe theme.
Sorry, I don’t read this,,
“I would appreciate if your comments are using English.”
next time I’m not use my Original language, Thank you verymuch.
You can read about it at codex.wordpress.org/Inserting_Images_into_Posts_and_Pages. At step 4 on that page, select Link URL / Link Image to: Attachment Post URL.
I really like this theme. Thank you so much for creating it. How can I rename the “home” page? I would like to still have it be the posts page and the front page.
If you mean the link at breadcrumb (Home >>..), find the code at function.php.
function the_breadcrumb()
{
...
echo "Home";
...
change “Home” into “Front page”
Thank you! That worked perfectly!
Hi, thanks for the theme !
I just saw there is a new version of your theme, what’s the changelog for v1.5 ?
Hi JP.
I have not update this post yet. It’s just a minor update. Changed the anchor of credit link so it appropriate with WordPress Theme development guideline.
Hello.
It is a wonderful theme! I have had you let it use.
Although there is a question, when clicking a header image, what should I do for displaying a home?
Moreover, I would like to enlarge a header image to a slight degree.
Hi tomoaki kurata,
The header image is a background, it is can be changed from style.css to enlarge it.
To make the header image clickable, it can be done by editing header.php.
Change
< ? php bloginfo ( 'name' ); ? >between your h1, and also h2 with your header image. Edit also the style.css, because it will mess up the layout.Thank you for your reply.
I investigate PHP, although it is not detailed.
Love your Rolas Sepuluh theme. Can’t get custom sidebars to work. When I substitute for the default sidebars, nothing shows up. Any ideas?
Maybe it’s size doesn’t fit in the theme. I use Blueprint CSS Grid in the theme, make sure you put them in proper span class.
Hello,
Very nice theme. Thank you
Is it possible to make the ‘Featured Images’ clickable as well (redirect to the blog post URL)? I know that I always click on images not just headings.
Hopefully you can give me some advice.
Thanks mate.
Hi, Simon
Previously the theme featured images and the box (which contain post date) are clickable as post permalink. But I removed it because css validation report it as error, as a link should not be contain any div inside it.
You can make it clickable by wrap the has_post_thumbnail code with a link to the post ( < ? php the_permalink(); " ? > ).
< div class="front-thumb">
< a href="< ? php the_permalink(); ?" >
… rest of the code which contain has_post_thumbnail and the_time …
< / a>
< / div>
I love this theme and I’m using it on http://WTAtoday.com. I’d really like to have thumbnails show instead of date next to excerpts and I thought it would post thumbnails by default, but it doesn’t seem to work for last couple posts that have picture within posts. Am I missing something? You can email me or do you have Twitter? My username is @WTAtoday.
@WTA Today: Have you uploaded the images, and set them as Featured Image (make one of them as thumbnail)? The date only shown if there are no post thumbnail being set.
I thought I used the Featured Image option. Where is the option to use one of them as thumbnail. Is it a setting?
NEVERMIND! I figured it out.
Thanks for the earlier reply. It helped a lot.
I’m switching over from WP.com to WP.org and looking for a new theme. I like RS, but since I don’t have any artwork, I’m wondering if it’s possible to disable/remove the featured image/calendar box from the posts, since I’d like to use the space for content. Is this possible? Please let me know.
Thanks.
Yes it is. Manually remove div class=”front-thumb” as well as the php code inside it, in the index.php, archive.php, search.php files.
first have two homes in my links don’t know how to get rid of the right one when i click the header it takes me back to home bu confused which one how do i make it so that when i click the title it returns to the right HOME, and if i could get rid of the right home in the links it would probably fix this error any help would be GEATLY apprieciated. thanks ahead of time, I can create sites but this wordpress is hard for me to get the hang of..
If you have not create the navigation links, you can make one from Appearance > Menus. The default one will be replaced with your menu.
Hello, I am sorry the last post was hurried a bit. I really do love your Theme. I have done as you said by making a default menue,using static and non-static page. The result, I still have two home pages. I am trying to make the home page a static page, I have searched the code but can’t find what i need to remove this default home. if you go to my site and click around you can see what I mean. Please help me fix this. Thank you again
It seem your site cannot be accessed. To change the home page url in your theme, find a line of code
< ? php echo home_url (); ? >(inside header.php), change it with your preffered url. For the navigation menu below the header title, you can find it at wp_nav_menu (inside div class=access). The navigation menu are easier to change by creating one from Appearance > Menus, instead of editing the code manually.How do I increase the size of the header to allow for a larger header image?
@Allison: find the value at style.css, and check also the function.php because the theme’s default header image size is defined at this file.
Assalamualaikum.
I have already set the featured image on my post, but the image not displayed. It still the date of the post. How is it ? how to make my featured image displayed ?
Wa’alaikum salam
Have you upload an image by yourself, and set them as Featured Image? If it has been done, I believe the image will be displayed.
ada alamat fb nya nggak mas
@ryanmanna: ada, tapi saya jarang fb nan.
Hello, I was hoping you could tell me where I would find the code to change the color of the roll over box on the navigation menu. The site is currently http://2thecorebodywork.com/wordpress when you roll over the black menu the hover color is grey. I would like to change that grey color. Can you direct me to the CSS sheet that I will find this in? I am sure I can figure it out from there. thanks!
@Treasure: You can find it at #access a:hover
(it’s at line 377)
mas, saya sudah post dan di dalamnya ada image, tetapi knp gak muncul di featured imagenya ya? gmn jadikan image di postingan jadikan fetured image, biar gantiin tanggal. image di postingan saya, manual saya upload ke postingan, dan ada di media library. terimakasih
Dear admin, i have used this themes, but the image thumbnail doesn’t appear, just date that appear. i put image for every post. i upload the image to media library (manual). how to fix it? you said set image as Featured Image, how to do it? please i need it. thank you.