How do I increase the amount of characters visible under the portfolio page so I don't get "..." when the space runs out.
http://joycemarieofbeverlyhills.biz/skin-care-products/
Thank you in advance.
Michael
How do I increase the amount of characters visible under the portfolio page so I don't get "..." when the space runs out.
http://joycemarieofbeverlyhills.biz/skin-care-products/
Thank you in advance.
Michael
Hey,
so you want to display the whole article content?
That's correct.
Then replace following code in template_portfolio.php:
the_excerpt();
echo "<a href='".get_permalink()."' class='more-link'>".__('Read more','habitat')."</a>";
with:
the_content();You must log in to post.