-
@mercime replied to the topic [Resolved] Custom Style Sheet for Home Page Template in the forum How-to & Troubleshooting 11 years, 8 months ago
@ddbx46 Please paste the complete code of your child theme’s header.php in pastebin.com and post the generated URI here.
-
@mercime replied to the topic [Resolved] Custom Style Sheet for Home Page Template in the forum How-to & Troubleshooting 11 years, 8 months ago
@ddbx46 the conditional for home page
if ( is_home() || is_front_page() )and instead of using
bloginfo(‘template_url’)
should be
bloginfo(‘stylesheet_url’)
since bp collumns is a child theme
@ddbx46
Not recently active