Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter harpcab

    (@harpcab)

    why not make url(“<?php bloginfo(‘stylesheet_directory’); ?>/images/kubrickbg.jpg”)

    Where does this go?

    Thread Starter harpcab

    (@harpcab)

    The biggest problem is that I can’t name my blog, so it comes up as “untitled” in blog directories.

    Thread Starter harpcab

    (@harpcab)

    Sure, 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”&gt;
    <html xmlns=”http://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>

    <head profile=”http://gmpg.org/xfn/11″&gt;
    <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 URL
    Thread Starter harpcab

    (@harpcab)

    Actually, 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 URL
    Thread Starter harpcab

    (@harpcab)

    Oops, I’m a big DOPE! I get it, thanks SO much for your help!

    Forum: Fixing WordPress
    In reply to: Need to modify URL
    Thread Starter harpcab

    (@harpcab)

    I 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 URL
    Thread Starter harpcab

    (@harpcab)

    I 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/blog

    Forum: Fixing WordPress
    In reply to: Need to modify URL
    Thread Starter harpcab

    (@harpcab)

    I’m trying to avoid losing my entire blog by having to re-install WordPress with the new URL.

Viewing 8 replies - 1 through 8 (of 8 total)