Is it possible to edit the avia_default_title_filter via a child theme? I tried the method described in https://kriesi.at/support/topic/load-helper-post-format-php-from-child-theme/ , but I’m having the exact same issue that user had (see screen grab: https://www.evernote.com/shard/s320/sh/b197a27e-257d-45dd-a2cc-e8a040741739/d7c7d0d00fd5eb17a3d4f5ec673fe17d ) — It looked like you were implementing a fix at the end of https://kriesi.at/support/topic/load-helper-post-format-php-from-child-theme/ — but this method still seems to have the same results — is there a new method for handing this?
Thanks!
Hey sky19er,
Yes, it’s possible and the solution given on the thread you gave is the best solution to it however you can just create this function in your child theme:
function avia_default_title_filter($current_post)
{
//Your code here
}
This should be used instead of the avia_default_title_filter in the Enfold theme. Hope it helps :)
Best regards,
Nikko
Ah, great, perfect — that worked — thanks!
Hi,
Glad we could help :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko