Plain is a responsive, mobile first WordPress theme built on top of Hybrid Core
Theme Features
- Plain Design
- Responsive Layout
- Custom Background
- Custom Header
- Child-theme Friendly
- Translation-ready (contains .po/.mo files)
- many more hybrid core awesomeness
Enjoy ๐
You guys got some really beautiful themes… thanks for offering them for free..
Glad you like them ๐
question, i have this theme, but there is no “Leave a reply” box like this one I am leaving my comment in? is that normal? does this theme not come with this feature? thanks you
Have you activate Jetpack Comments? Also, make sure โallow commentsโ is enabled on each post
yes i activated jetpack comments. and i went through my all post and allowed comments and pings. Do you have any other suggestions
Maybe it’s plugin conflict. Try to deactivate all plugins and check if the comment form show up
i figured out the problem, my facebook comments were on and not allowing the wordpress comment box to appear. sorry for the bother
Hello! How do we get rid of the ‘read more’ sticky post setting? I would like my whole post to show and the option to do read more – I really lovee the theme and want to keep it. Thanks ๐
Beautiful theme. I’m going to use this, thank you!
Thanks for the theme, great job.
Nice template I put Disqus on your site but does not appear on this template.
Sorry for bad English.
try add this code into functions.php
// add disqus compatibility
if (function_exists('dsq_comments_template')) {
remove_filter( 'comments_template', 'dsq_comments_template' );
add_filter( 'comments_template', 'dsq_comments_template', 12 ); // You can use any priority higher than '10'
}
Thanks it works ๐
please add this code into functions.php
// add disqus compatibility
if (function_exists('dsq_comments_template')) {
remove_filter( 'comments_template', 'dsq_comments_template' );
add_filter( 'comments_template', 'dsq_comments_template', 12 ); // You can use any priority higher than '10'
}
Language-translation into Czech “hybrid-base-cs_CZ.po” after uploading the folder with the language change, any tips?
Great theme! Just one minor problem. Some of the strings are not woking for example: “Search results for..” stays the same, in the comment section “One Response” stays the same. I renamed the mo file to wp-plain-es_ES and works only with some strings, hybrid-base-es_ES doesnt work at all. Any ideas? thanks. This is a really nice theme.
hi, nice thing!! just one more question: how can i get a read more link on search result pages..?!