hey_suburbia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Getting my header image to linkThanks for the help, but since my header is a background image it doesn’t work (or maybe I’m doing something wrong..)
Forum: Fixing WordPress
In reply to: Edit my RSS feed nameThis is my header.php:
<meta http-equiv="Content-Type" content="text/html; charset=<?php bloginfo('charset'); ?>" /> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats please --> <style type="text/css" media="screen"> @import url( <?php bloginfo('stylesheet_url'); ?> ); </style> <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="alternate" type="text/xml" title="RSS .92" href="<?php bloginfo('rss_url'); ?>" /> <link rel="alternate" type="application/atom+xml" title="Atom 0.3" href="<?php bloginfo('atom_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head> <body> <div id="rap"> <div id="masthead"> <div id="pagetab"> <div class="ltab"> </div> <?php wp_list_pages('title_li= '); ?> <div class="rtab"> </div> </div><!-- end PAGETAB --> <h1><a href="<?php bloginfo('url'); ?>"><?php bloginfo('name'); ?></a></h1> <span class="description"><?php bloginfo('description'); ?></span> </div><!-- end MASTHEAD -->
Forum: Plugins
In reply to: WordPress Wii Edition Plugin (Wiipress)1.2 released.
If you want your wordpress site to look good on the Wii browser, check this plugin out.
Forum: Fixing WordPress
In reply to: “home” button in the catagoriesTHANK YOU!!
I was forgeting the
tags
Thanks, I was in phpAdmin trying to add it, haha
Sometimes it’s the easiest thing.
Forum: Fixing WordPress
In reply to: File Upload Error — What Does This Mean?I’m having the same exact problem. Find a solution? I’m using mediatemple as my server, no problems with other uploader applications…
Forum: Fixing WordPress
In reply to: <strong></strong> not working…I figured it out, I had:
“font-weight: normal;”
in my CSS
Forum: Fixing WordPress
In reply to: <strong></strong> not working…no.
Forum: Fixing WordPress
In reply to: How to display something on main page only?IanD,
Where would you add this code?<?php if ( in_category(‘3’) && is_home()) { ?>?