Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter poetsquib

    (@poetsquib)

    anyone?

    Thread Starter poetsquib

    (@poetsquib)

    please pretty please can someone help me? I’ve searched and searched for an answer

    Thread Starter poetsquib

    (@poetsquib)

    OK I suppose I should have posted the error message. I click on a category and this is the message I get

    Fatal error: Call to undefined function is_archives() in /home/poetsqui/public_html/wp-content/themes/cutline-3-column-split-11/header.php on line 51

    Thread Starter poetsquib

    (@poetsquib)

    I have looked at my templates and I can’t find a categories template. I’m using the cutline theme. Isn’t the categories template standard??

    Forum: Fixing WordPress
    In reply to: avatar image?
    Thread Starter poetsquib

    (@poetsquib)

    wow, thanks so much for responding invader! I’ll try it out

    Forum: Fixing WordPress
    In reply to: avatar image?
    Thread Starter poetsquib

    (@poetsquib)

    I tried the gravatar plugin but it was causing errors

    isn’t there a simple way to do this? just about everyone seems to have an avatar; it can’t be that difficult!!

    Thread Starter poetsquib

    (@poetsquib)

    Hi – yes I tried that. The problem I have is that although I have uploaded header images, titled as instructed to the right folder, only two of the header images work. For example the header image on my front page is showing up on my archives page as well

    this is the last bit of code in the header.php

    <div id=”header_img”>
    <?php if (is_home()) { ?>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_1.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 1″ title=”<?php bloginfo(‘name’); ?> header image 1″ />
    <?php } elseif (is_single()) { ?>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_2.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 2″ title=”<?php bloginfo(‘name’); ?> header image 2″ />
    <?php } elseif (is_page()) { ?>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_3.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 3″ title=”<?php bloginfo(‘name’); ?> header image 3″/>
    <?php } elseif (is_archive()) { ?>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_4.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 4″ title=”<?php bloginfo(‘name’); ?> header image 4″ />
    <?php } else { ?>
    <img src=”<?php bloginfo(‘template_url’); ?>/images/header_5.jpg” width=”970″ height=”140″ alt=”<?php bloginfo(‘name’); ?> header image 5″ title=”<?php bloginfo(‘name’); ?> header image 5″ />
    <?php } ?>
    </div>

    this is the site https://poetsquib.com/

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