Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter LL

    (@ll)

    That blogroll is fed directly from the get_links code, and what you have above is something I would hardcode into my sidebar. I have the first section of links that I put in so that I could customize the font and get it the way it looked on my old site, but that second section of links, “additional blogs I read” is just done in the wordpress add links part. I’m thinking the problem is how THAT is formatted versus my sidebar. I want to keep the additional blogroll as something I can easily add and delete links from instead of fiddling with my sidebar.php file repeatedly. Is there anyway to change the code in the wordpress file to make that first bullet disappear?

    Thread Starter LL

    (@ll)

    PLEASE, can someone help me suppress that last bullet that is offsetting the “Additional Blogs I Read” category/blogroll I have in my sidebar? http://www.chromedcurses.com

    Thread Starter LL

    (@ll)

    THANK YOU! But there is one more bullet that is just hanging out on that “additional blogs I read.” How do I suppress that?

    Thread Starter LL

    (@ll)

    Oops, forgot the blog url:

    http://www.chromedcurses.com

    Forum: Fixing WordPress
    In reply to: Header Issues
    Thread Starter LL

    (@ll)

    I’ve switched out for a jpg, I use Firefox for everything, and I’ve cleared my cache repeatedly, basically after each and every change.

    I am at a total loss as to what to do.

    My file is at http://chromedcurses.com/wp-content/themes/darkcontrast/images/header.jpg

    I am assuming that is exactly where it’s supposed to be.

    Any other advice?

    Forum: Fixing WordPress
    In reply to: Header Issues
    Thread Starter LL

    (@ll)

    Perhaps it’s in my header file? I’m trying to put together 2 or 3 themes to suit my needs and I’m doing it all with only blogger template experience. I’m not sure if I am missing code in the following.

    Either way, the header image has still not appeared. Should I switch it out to a jpg and delete the png file? Then change all the url to go to the new pic?

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml11.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <link href="<?php bloginfo('stylesheet_url'); ?>" rel="stylesheet" media="screen" type="text/css" />
    <title><?php bloginfo('name'); ?></title>
    </head>
    <div id="header">
    <div id="headerimg">
    </div></div>
    <h1 id="title"><?php bloginfo('name'); ?></h1>
    <div id="wrap">
    <div id="content">
    <div id="left">

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