-
AuthorPosts
-
June 3, 2016 at 1:21 am #642333
I am testing Enfold to see if I can use it for a website that is like a magazine. How can I add authors bio at the bottom of each article?
June 3, 2016 at 3:51 pm #642589Hey afarahani,
Please go to enfold/config-templatebuilder/avia-shortcodes/magazine.php file and find
$output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>"; $output .= "</header>";and change it to
$output .= "<{$titleTag} class='av-magazine-title entry-title' {$markupTitle}>{$title}</{$titleTag}>"; $output .= "<span class='av-mag-author'>".get_the_author()."</span>"; $output .= "</header>";<Best regards,
YigitJune 6, 2016 at 8:07 am #643335Is there any way that I can change this in child theme so every time the theme is updated this changes stays there?
June 6, 2016 at 11:49 am #643404Hi,
Sure, please refer to this post – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
YigitJune 6, 2016 at 9:30 pm #643631It didn’t work. What I wanted was to show the author’s Bio at the bottom of each post. I don’t know what you suggested would do! can you let me know?!
June 8, 2016 at 3:34 am #644472Hi,
It will return the author’s display name.
https://codex.wordpress.org/Function_Reference/get_the_author
If you want to include the author description and other details, use this function:
https://codex.wordpress.org/Function_Reference/the_author_meta
Best regards,
IsmaelJune 15, 2017 at 4:07 am #808372I know this is like customization project but can anyone give me had to make the Magazine Element look like what is in here: https://demo.tagdiv.com/newspaper/
The dates must go below the title!
If the number of categories are 10 I can have a drop down menu.
Ans also I can change the color of the box and underneath the title.thanks,
June 18, 2017 at 9:11 pm #809601Hi,
There are not a lot we can do we are afraid.
Please do consider to hire a freelancer who will be able to help you out.Best regards,
Basilis -
AuthorPosts
- You must be logged in to reply to this topic.
