Avada › Forums › Community Forum › Add extra content to Portfolio Grid
-
AuthorPosts
-
Does anyone know how to make this work? I am trying to add extra content to a portfolio 3 column grid page. The portfolio element is set to show an excerpt as content and I want to use this action to add more content after this.
Here is the code I’m using. Just can’t get it to work. Any help would be appreciated.
function insertMoreContent() {
$s72content = ‘Hello’;
return $s72content;
}
add_action (‘avada_portfolio_post_content’, ‘insertMoreContent’, 10);Hi Studio72,
Did you get this working? I am having the trouble trying to use the ‘avada_portfolio_post_content’ hook. Everything looks correct in the code but the hook never fires.
No, I didn’t unfortunately. If you ever figure it out, please let me know.
-
AuthorPosts
- You must be logged in to reply to this topic.