hopeworks
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2 different sidebarsI get two sidebars in widgets panel but no sidebars show up on site.
here is the code (w/o your changes)
<?php if ( function_exists('register_sidebar') ) { register_sidebar(array('before_widget' => '', 'after_widget' => '', 'before_title' => '<h2><em>', 'after_title' => '</em></h2>', )); }
<?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar() ) : else : ?>
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythinghuh? the header.php works fine. the header clicks and links to homepage (hopeworks.us) I now just need the cursor to recognize the link, that is why I tried your cursor code in the css as you said. But it did not work.
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingdidnt work. this is my css
#header { background-color: #73a0c5; cursor: pointer; }
and this is my header.php
<div id="header"> <div id=header onclick="location.href='https://www.hopeworks.us/'"> </div>
any other suggestions. thaks
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everything‘<div id=”header”>
<div id=header “cursor: pointer;” onclick=”location.href=’https://www.hopeworks.us/'”>
</div>’this is what i got. no cursor though
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingis that the exact code?
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingalright i got it to work. the header clicks everything looks good. thank you.
one more thing though, the mouse cursor does not give the “hand” so it doesn’t look like it will click. can i do anything?
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingi tried it and it worked but it screwed with the look of the theme.
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingIn my links section in dashboard I have two categories: blogroll and links. My links are all under the category “links”. https://www.hopeworks.us is named “Home Page”. I followed the steps you said to do and it does not work
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingthe link to my homepage (www.hopeworks.us) is not working through the custom header on my blog (www.hopeworks.us/blog) I followed the steps above and it did not work.
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythinghello?
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingshould it happen immediatetly?
<div id="header"> <div id="headerimg"> <h1><a href="https://www.hopeworks.us/">Home Page</a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div>
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingi might be retarded. should “your link title” be the name of hopeworks.us in blogroll?
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everythingit now looks like this
<div id="header"> <div id="headerimg"> <h1><a href="https://www.hopeworks.us/">Your link title</a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div>
will it happen immediately? it didnt. i deleted cache
Forum: Themes and Templates
In reply to: Please help- Header Link- have tried everything<div id="header"> <div id="headerimg"> <h1><a href="<?php echo get_settings('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div>
Forum: Fixing WordPress
In reply to: header linkif i echo blog title url won’t it send the link to hopeworks.us/blog instead of hopeworks.us?