ugua
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: different backgroundimages for each category on the mainpagewell the css is here
.cat-milan {
background-color: #000000;
border: 1px solid red;
}Forum: Fixing WordPress
In reply to: different backgroundimages for each category on the mainpageI did what Orin said.
But it doesn’t chanche anything in my site.Can u have a look please?
https://www.sancarlobasket.com/wp3/Forum: Themes and Templates
In reply to: categories backgroundup
Forum: Themes and Templates
In reply to: categories backgroundOk but how to set my index.php where the posts from the 3 different categoies appear?
Thank you
Forum: Fixing WordPress
In reply to: pages not in orderthanks
Forum: Themes and Templates
In reply to: blogrollthanks
Forum: Themes and Templates
In reply to: comments off from page.phpthanks IanD it helped ??
Forum: Themes and Templates
In reply to: comments off from page.phpI deleted the second code u said and:
Parse error: parse error, unexpected T_ENDIF in /home/dfsfsdfsdf/public_html/wp2/wp-content/themes/ftiny/page.php on line 35
Forum: Themes and Templates
In reply to: comments off from page.phpHere is my template:
<?php
get_header();
?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?><div class=”entry<?php if(is_home() && $post==$posts[0] ) echo ‘ firstpost’;?>”>
<!–<h2 class=”entrydate”>
<?php the_date() ?>
</h2> –><h3 class=”entrytitle” id=”post-<?php the_ID(); ?>”> ” rel=”bookmark”>
<?php the_title(); ?>
</h3> <div class=”entrymeta”>
<?php edit_post_link(__(‘Edit‘)); ?>
</div><div class=”entrybody”>
<?php
the_content(__(‘(Read the article)’));
?>
<p class=”comments_link”>
<?php
$comments_img_link = ‘<img src=”‘ . get_stylesheet_directory_uri() . ‘/images/comments.gif” title=”comments” alt=”*” />’;
comments_popup_link(‘ Comments(0)’, $comments_img_link . ‘ Comments(1)’, $comments_img_link . ‘ Comments(%)’);
?></div>
<!–
<?php trackback_rdf(); ?>
–>
</div>
<?php comments_template(); // Get wp-comments.php template
endwhile; else: ?><?php _e(‘Sorry, no posts matched your criteria.’); ?>
<?php
endif;?>
</div>
<?php get_sidebar(); ?>
<!– The main column ends –>
<?php get_footer(); ?>Forum: Themes and Templates
In reply to: space from the titleok done
Forum: Themes and Templates
In reply to: space from the titleup
Forum: Themes and Templates
In reply to: space from the titlecan someone help please?
Forum: Themes and Templates
In reply to: single.phpdone thanks
Forum: Themes and Templates
In reply to: line at the end of postI edited directly index.php trough ftp thanks ??
Forum: Themes and Templates
In reply to: line at the end of postthere is no main index template ??
I’ve look in any file