-
AuthorPosts
-
June 15, 2016 at 5:16 pm #648761June 17, 2016 at 2:56 pm #649798
Hey Tobiy,
They are already added in Enfold. Do you have a list that shows where they are missing?
Best regards,
YigitJune 21, 2016 at 9:12 am #651345Hey yigit,
attached.
fields” author and updated are missing….Kind regards,
TobiyJune 23, 2016 at 3:43 am #652429Hi,
The portfolio template do not contain the author info. You have to add it manually in the config-templatebuilder > aviashortcodes > portfolio.php file. Or use the default post items instead of the portfolio items.
Best regards,
IsmaelJune 25, 2016 at 3:30 pm #653359Hi Ismael,
opened the php file…mh…where and what must i add?
Can you please guide me through?Thank you very much!
June 29, 2016 at 5:07 am #654588Hi,
We are very sorry for the delay. Look for this code around line 515:
if(!empty($title_link)) { $output .= "<a href='{$title_link}' title='".esc_attr(strip_tags($title))."'>".$title."</a>"; } else { $output .= "".$title.""; } $output .= '</h3> </header>';
.. below, add this code:
ob_start(); the_author_posts_link(); $author = ob_get_clean(); $output .= '<span class="blog-author minor-meta">'.__('by','avia_framework')." "; $output .= '<span class="entry-author-link" >'; $output .= '<span class="vcard author"><span class="fn">'; $output .= $author; $output .= '</span></span>'; $output .= '</span>'; $output .= '</span>';
Best regards,
IsmaelJune 29, 2016 at 1:58 pm #654822Ismael, everything is good – no reason for an apology :-)
To Make things short: THANK YOU THANK YOU THANK YOUBest regards, tob
June 29, 2016 at 3:07 pm #654865Hi,
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Best regards,
Andy -
AuthorPosts
- The topic ‘hentry missing in portfolio entries’ is closed to new replies.