Hi Guys,
Happy to be using the best wp theme evaaaa!
While developping my fourth website/blog in enfold (it’s been purchased 4 times:) this is the first time i need your help! Says something about the quality of the theme i suppose!
I can’t seem to figure out how to show the read more buttons in the blog categories. Link to the blog below, beware this is a blog for an eroric magento webshop, i hope you are not offended by the content.
Also i was wondering: whats the best way to translate core strings of the theme? Ex. the you are here text. Did a lot with wp, translating isn’t one of them:)
Thanks in advance!
Hi lucasvrooij!
Your supposed to put a read more tag in your post, http://codex.wordpress.org/Customizing_the_Read_More.
If you just want to force an excerpt to display instead then add this on line 46 in /enfold/includes/loop-index.php.
if ( !is_single() ) { $current_post['content'] = get_the_excerpt(); }
Cheers!
Elliott
Thanks Elliott! Worked perfectly!