harpcab
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Custom header link not workingwhy not make url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”)
Where does this go?
Forum: Themes and Templates
In reply to: Custom header link not workingThe biggest problem is that I can’t name my blog, so it comes up as “untitled” in blog directories.
Forum: Themes and Templates
In reply to: Custom header link not workingSure, it’s http://www.carlabray.com/blog
Here’s the header code:
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”<?php bloginfo(‘name’); ?> RSS Feed” href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” /><style type=”text/css” media=”screen”>
<?php
// Checks to see whether it needs a sidebar or not
if ( !$withcomments && !is_single() ) {
?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”) repeat-y top; border: none; }
<?php } else { // No sidebar ?>
#page { background: url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbgwide.jpg”) repeat-y top; border: none; }
<?php } ?></style>
<?php wp_head(); ?>
</head>
<body>
<div id=”page”><div id=”header”>
<div id=”headerimg”>
<h1>/”><?php bloginfo(‘name’); ?></h1>
<div class=”description”><?php bloginfo(‘description’); ?></div>
</div>
</div>
<hr />Forum: Fixing WordPress
In reply to: Need to modify URLActually, now that I changed the URL, those blog directory links don’t show up at all anymore, even though they’re still in the stylesheet.
Does it take a while to reset when the URL is changed? Is that what the problem is? My hosting company resets everything every 24 hours – maybe I just need to wait until that’s been done?
Both links still work, even though I’ve changed the URL under the Options menu.
Forum: Fixing WordPress
In reply to: Need to modify URLOops, I’m a big DOPE! I get it, thanks SO much for your help!
Forum: Fixing WordPress
In reply to: Need to modify URLI get WordPress through a hosting company. I installed it with the index.htm (I didn’t know any better, I was just trying to match the other pages on my website).
the index.htm is on the WordPress address, but I don’t know how to change it. All edits have to go through the hosting company setup.
Forum: Fixing WordPress
In reply to: Need to modify URLI know, it’s really strange.
Here’s where it comes up correctly: http://www.carlabray.com/blog/index.htm
Here’s where it comes up missing information (the blog directory links that are supposed to come up on the right side index):
http://www.carlabray.com/blogForum: Fixing WordPress
In reply to: Need to modify URLI’m trying to avoid losing my entire blog by having to re-install WordPress with the new URL.