Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

Reply To: Portfolio item captions – change source

New Front EN Support Forums Ikebana Theme Support Portfolio item captions – change source Reply To: Portfolio item captions – change source

#2768
mmsatori
Keymaster

Hey Aderli,

portfolio item captions are sourced from excerpts in Ikebana, and it is not changeable via the admin back-end settings. You can change the source of the captions, however, by customizing the template files which are responsible for generating project content (“content.php” and “content-[format].php”). E.g. in the “content.php” the lines that generates the caption are 75-79:

ID ) ) { ?>
    

You can change the “has_excerpt()” to any other condition, and “the_excerpt” to any other WP template tag.

Sincerely,
Andrii / Satori Studio