I still want the other categories to be there, only the default shouldn’t be “All”, but another category.
Example from your demo page: http://kriesi.at/themes/enfold/blog/masonry-blog/
Instead of “All”, I would like to see only “Science” items when the page is first loaded.
Thanks, Elliot. After trial and error I ended up adding this just after the lines you mentioned:
/enfold/config-templatebuilder/avia-shortcodes/portfolio.php:474:
$output .= get_post_meta( $entry->ID, "wpcf-fieldname", true );
/enfold/includes/loop-portfolio-single.php:28:
echo get_post_meta( get_the_ID(), "wpcf-fieldname", true );
And it works.
I am already using the excerpt for other text. This is how it currently looks like:
And this is how I want it to look:
I already created an extra field for the portfolio items, I just don’t know which template file I have to edit to access the data.