it would actually be:
add_action('__before_main_container', 'ceo_display_comic_area', 5);
add_action('__before_main_container', 'ceo_display_comic_post_home', 5);
and i’m home now, trying to find __loop in the code to find where it’s function for displaying a post is
erm
if (function_exists('ceo_pluginfo')) {
add_action('__before_main_container', 'ceo_display_comic_area', 5);
add_action('__before_main_container', 'ceo_display_comic_post_home', 5);
}
but yeah
As for the comic blog post on the home page, because customizr uses a class to organize and display the post content with actions inside of it, figuratively building the post section as it goes there’s no real easy way besides copying the html output and remaking it in wordpress functions creating in essence a function to mimic how it’s doing it.
.. and i’m not that up on how to do that myself, little above my league.
Thanks for checking. The widget should work fine for my purposes.
You guys rock. Everything’s starting to look really good.
@30seven was the original OP of this help post (@atardiff took it over)
and would like to help them get this all fixed up as well if they respond