badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Post Layout and Navigation

#47130

Hi Jill,

First of all you are asking a support on wp portfolio forum but the above url is of ambition theme. So we recommended you to always post on specific forum not on other’s theme forum.

To display the full content instead of excerpt Create a page > and select blog full content display template which show the full content but if you want to display specific category then its not possible with it, because our default template is blog image large with excerpt text and read more button.

One thing you can do is customize the code. Go to theme folder -> inc -> structure -> content-extension.php on Line no 219 and you will find <?php the_excerpt(); ?> and replace it with <?php the_content(); ?>

We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.

http://codex.wordpress.org/Child_Themes

Thank you