• Resolved mildlyhotpeppers

    (@mildlyhotpeppers)


    My WordPress blog title refuses to change…no matter what I do every page shows up as “MildlyHotBlog.” This happens despite the fact that I had changed my blog name to “MildlyHotPeppers.” When I go to a single-post page, it still shows only “MildlyHotBlog.” I checked the header file, and it looks fine:

    <title><?php if ( is_single() ) { ?> <?php the_title(); ?> -<?php } ?> <?php bloginfo('name'); ?> </title>

    I’m really at a loss as to what to do. ):

Viewing 15 replies - 1 through 15 (of 25 total)
  • Caching problems.

    help with caching

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    It’s not my browser’s cache…it appears like that on 4 different browsers (Opera, Firefox, IE6, IE7) on 3 different OSs (Ubuntu Linux, Windows XP, Windows Vista). The rest of the article doesn’t talk about caching, and simply tells me to figure out the problem.

    What does my site’s title appear as on your browser?

    You didn’t give a URL…

    But if it looks the same in all browsers, then look in wp-config.php for something like

    define('WP_CACHE', true);

    and get rid of it. And you’re not using caching plugins are you?

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    Heh. I thought I had deactived wp-cache plugin, but I guess I didn’t. (I never enabled it from the Options>WP-CACHE page though.) I just deactivated the plugin, and nothing has changed though.

    There’s no define('WP_CACHE', true); in my wp-config.php, either.

    I tried clearing my browser’s cache again to see if I would see any new results, but there’s been no luck.

    And my site can be found at https://www.mildlyhotpeppers.com/

    You appear to have solved the problem.

    Would you mind sharing what you did to solve the problem, then mark the post resolved?

    I don’t see it solved…

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    Me neither. ): Help anyone?

    Just out of curiousity: what happens if you switch temporarily to another theme?

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    It stays the same. (I cleared the cache before refreshing, just for the record.)

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    …bump.

    It shows up Mildly Hot Peppers in IE

    YOur page title though still says MidlyHotBlog and that will show up in a browser. That should be in your header file.

    Oppps! Sorry, that’s what I get for reading and writing before understanding. Just don’t pay attention to me . . .

    I’ll try again after some coffee!

    The code difference I see is mine says, ‘<?php wp_title(); ?>’ and yours, ‘<?php the_title(); ?>’

    Thread Starter mildlyhotpeppers

    (@mildlyhotpeppers)

    I tried it, doesn’t work. Could it be my server?

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘blog title refuses to change’ is closed to new replies.