mrpestcontrol
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help.. ;-(You did it again…Thank you..
How do you know how to do that?
This stuff boggels me!
How do you make the .gif move down a bit or up a bit?
Forum: Fixing WordPress
In reply to: Help.. ;-(Ok now we are moving…THANK YOU so much.
Now I can make the .gif the way i want it and place it.
One other thing.
What is the code to center the .gif in the sidebar rather then having it lineup with the other links?
Thank you again.
Forum: Fixing WordPress
In reply to: Help.. ;-(Ok I would like this small .gif to be under the search sign in the side bar. My blog page is http://www.thepestcontrolvideo.com/blog
I want my .gif to link to http://www.thepestcontrolvideo.com
Here is the code for the side bar of the theme I am using.
———————————————————–<div id=”sidebar”>
- <?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
- <h2>Author</h2>
A little something about you, the author. Nothing lengthy, just an overview. -
<?php /* If this is a 404 page */ if (is_404()) { ?>
<?php /* If this is a category archive */ } elseif (is_category()) { ?>
You are currently browsing the archives for the <?php single_cat_title(”); ?> category.<?php /* If this is a yearly archive */ } elseif (is_day()) { ?>
You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for the day <?php the_time(‘l, F jS, Y’); ?>.<?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for <?php the_time(‘F, Y’); ?>.<?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives
for the year <?php the_time(‘Y’); ?>.<?php /* If this is a monthly archive */ } elseif (is_search()) { ?>
You have searched the /”><?php echo bloginfo(‘name’); ?> weblog archives
for ‘<?php echo wp_specialchars($s); ?>’. If you are unable to find anything in these search results, you can try one of these links.<?php /* If this is a monthly archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
You are currently browsing the /”><?php echo bloginfo(‘name’); ?> weblog archives.<?php } ?>
- <h2>Archives</h2>
<!– Author information is disabled per default. Uncomment and fill in your details if you want to use it.
–>
<?php wp_list_pages(‘title_li=<h2>Pages</h2>’ ); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
- <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
<?php get_links_list(); ?>- <h2>Meta</h2>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- Valid XHTML
- XFN
- WordPress
<?php wp_meta(); ?>
<?php } ?>
</div>
Forum: Fixing WordPress
In reply to: Help.. ;-(No I don’t have the () that was just for the post.
Ok I am not sure even what file I should be editing or were the code is for the sidebar? I see a file called side bar but there are two..one in each theme.
I open up the sidebar.php file in the theme I am using in notepad2 but I have NO idea were to put the code? I am not even sure that the code is right for the sidebar to insert the image because I have no clue about edit code.
I am lame to all this and I am just trying to understand, I have read,read and read…..man is hard for me. So please understand how lame I am to this when you are trying to help me…Thanks.
HELP!
Forum: Themes and Templates
In reply to: Adding a hyperlinked image to sidebar?I just posted a question about the same subject…
What is the file name that contains the side bar code and the header code?
Thanks..