glenncvance
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove backround imageLook for a line in your style sheet that looks like this –
background-image:url('images/background.jpg');
Remove that line.
Forum: Fixing WordPress
In reply to: Can you add html links into the tagline?Perfect. Thanks for the info.
Forum: Developing with WordPress
In reply to: How to show sidebar on some posts and not others?Thanks everybody. I’ll give that a try.
Forum: Fixing WordPress
In reply to: Site Displaying Incorrect RSS Category FeedHi esmi – that’s the weird thing though. I removed the main feed from the header.php. My header.php <head> section contains –
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title> <meta name="generator" content="WordPress <?php bloginfo('version'); ?>" /> <!-- leave this for stats --> <meta name="description" content="<?php bloginfo('description') ?>" /> <meta name="keywords" content="" /> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="all" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <link rel="shortcut icon" href="<?php bloginfo('template_directory'); ?>/favicon.ico" /> <script type="text/javascript" src="<?php bloginfo('template_directory'); ?>/js/stmenu.js"></script> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/glide.css" media="screen" /> <link rel="stylesheet" type="text/css" href="<?php bloginfo('template_directory'); ?>/banner.css" media="screen" /> <!--[if lt IE 8]> <script src="https://ie7-js.googlecode.com/svn/version/2.0(beta3)/IE8.js" type="text/javascript"></script> <![endif]--> <?php wp_get_archives('type=monthly&format=link'); ?> <?php //comments_popup_script(); // off by default ?> <?php wp_head(); ?> </head>
That’s why I’m confused about this.
Thanks again.
Forum: Plugins
In reply to: [Plugin: Streampad Audio Player] Needs better documentation on how to set upI have to agree. How do you put it into your blog? Can you put it in a sidebar? It’s not a widget since it doesn’t show up in the widgets section.
How the hell does this thing work? And how does it have 5 stars on the plugins page?
Forum: Themes and Templates
In reply to: Category Thumbnails and Post thumbnailsHi, I saw on your site that you got the post thumbnails working on your category page and I’m trying to do the same thing. Can you post the code/explain how you did it? Thanks.
Forum: Plugins
In reply to: Image-Rotator Plugin ver. 1.4 path problemGoing once, going twice….
Forum: Plugins
In reply to: Image-Rotator Plugin ver. 1.4 path problembump. Anybody?
Forum: Fixing WordPress
In reply to: Possible to put clickable header in the sidebar?Now why didn’t I think of that? Duh. Thanks Shane!
Forum: Fixing WordPress
In reply to: Want to Show Post Dates on Page that Shows One CategoryGoing once…going twice….
Forum: Fixing WordPress
In reply to: Want to Show Post Dates on Page that Shows One Categorybump.
Anybody?
Thanks.
Forum: Installing WordPress
In reply to: When Importing, Titles Not ShowingGotcha.
I wish I could say it worked but it didn’t. Anymore ideas?
Forum: Installing WordPress
In reply to: When Importing, Titles Not ShowingSamboll – Should I do that on the new install or the one I’m exporting from?
Forum: Installing WordPress
In reply to: When Importing, Titles Not ShowingStrange. When I look in phpmyadmin at the database under post_title the titles are there. I retried the import and all I see when importing is –
1. # Importing post …
2. # Importing post …
3. # Importing post …Without the titles displayed.
Quite a conundrum.
Forum: Installing WordPress
In reply to: When Importing, Titles Not ShowingI’m kind of a newb at exporting this stuff. Would those tags be located in the xml file somewhere? I did a search for those in the file and found nothing. Thanks for the help.