Add content before closing div.inner
-
Topic
-
Hi,
Because of how I’ve structured my layout, I need to add content before the closing of div.inner. In other words, I want a new div#copyrizzle added right before:
</div><!-- .inner (end) -->
on all pages. The following works great on single pages:
add_action( ‘themeblvd_page_footer’, ‘add_copyright’ );
since I don’t use comments on pages. But I can’t figure out a way to add #copyrizzle on posts and archives. Adding:
add_action( ‘themeblvd_single_footer’, ‘add_copyright’ );
adds my copyright info above the comments box, which isn’t ideal. What’s the best solution?
Thanks!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.