• I’m editing the php for a blog (www.jamah.com/blog) and got the sidebar to appear with my widgets with
    <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ): ?>
    <?php endif; ?>

    It shows my widgets successfully but it is not formatted with my CSS edits. How do I activate those styles?

    Also, how do I block my header text so only my header image is visible?

    Thanks!!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Re: header text…

    I’m a new user and no expert but I just did the header text removal so I’ll pass on what I did. (There may be a better way from someone who knows what they’re doing!) In my header.php, under <div id=”masthead”> I removed these two lines:

    <h1>/”><?php bloginfo(‘name’); ?></h1>

    <p><?php bloginfo(‘description’); ?></p>

    That just left the image info and it worked. I think the ‘name’ and ‘description’ are the culprits. But don’t take my word for it!

    Thread Starter jamah

    (@jamah)

    Re: header text…

    I’m a new user and no expert but I just did the header text removal so I’ll pass on what I did. (There may be a better way from someone who knows what they’re doing!) In my header.php, under <div id=”masthead”> I removed these two lines:

    <h1>/”><?php bloginfo(‘name’); ?></h1>

    <p><?php bloginfo(‘description’); ?></p>

    That just left the image info and it worked. I think the ‘name’ and ‘description’ are the culprits. But don’t take my word for it!

    Ended up fixing this. Thanks!

    Still have issues with my sidebar not styling per my CSS format tho….

    Thread Starter jamah

    (@jamah)

    Here’s the link:
    https://www.jamah.com/blog

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header & Sidebar Appearance’ is closed to new replies.