theme header not loading on manga+press pages
-
I’ve been building a child theme for twenty twenty and found that whenever I navigate to manga press pages (latest, archive, individual comic pages) the theme’s header is no where to be found.
I see a
do_action('mangapress_get_comic_header');
in all of the manga+press template files but after tracking it back through the various php files in the plugin I run into a dead end at
do_action("mangapress_get_template_part_{$slug}", $slug, $name);
in the theme_functions.php file.
I may be reading this improperly, I am a php novice, but that do_action should evaluate to
do_action("mangapress_get_template_part_header", header, comic);
I have not been able to locate the add_action for ‘mangapress_get_template_part_header’ anywhere in the plugin files.
Perhaps this is the wrong place to be looking for the issue.
Any insights on what I may be missing would be very helpful.
Thanks.
Joe
The page I need help with: [log in to see the link]
- The topic ‘theme header not loading on manga+press pages’ is closed to new replies.