I wand add expert content into the bottom of portfolio silde.
like this : http://lockerz.com/s/200096565
Please advice something for me?
thank you for watching.
I wand add expert content into the bottom of portfolio silde.
like this : http://lockerz.com/s/200096565
Please advice something for me?
thank you for watching.
I've got no solution, but I'm also interested in that question! Normally for simples pages is the "template builder" perfect. I don't know, whether the excerpt fields are right or not, but well we need to modify the php in some function inside the portfolio...
@chdhesi0 Some fuction? hm.. I must looking for codex for wordpress.org. Do you think would be possible?
You can try to add the excerpt function after the slider code. Open up angular\includes\helper-templates.php and replace:
echo "<div class='flex_column two_third first'>";
echo $data->slider;
echo "</div>";
with:
echo "<div class='flex_column two_third first'>";
echo $data->slider;
the_excerpt();
echo "</div>";You must log in to post.