poetsquib
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: archives and categories still not working – please help!anyone?
Forum: Fixing WordPress
In reply to: Categories fatal errorplease pretty please can someone help me? I’ve searched and searched for an answer
Forum: Fixing WordPress
In reply to: Categories fatal errorOK 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
Forum: Fixing WordPress
In reply to: Categories fatal errorI 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?wow, thanks so much for responding invader! I’ll try it out
Forum: Fixing WordPress
In reply to: avatar image?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!!
Forum: Themes and Templates
In reply to: cutline header image problemHi – 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/