rnbuncovered
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Border Issue In PostFixed
Forum: Plugins
In reply to: Search Everything issuesAnyone? Please!
Forum: Plugins
In reply to: Search Everything issuesCan anyone help? .. Would be great if you could!
Forum: Themes and Templates
In reply to: Centralised On Internet ExplorerThanks for all your help Esmi.
When I get some time, I will try to fix some of these validation errors.I’m very glad that the WordPress forum has members like you!
Forum: Themes and Templates
In reply to: Centralised On Internet ExplorerThat is honestly what I thought, sounded quite strange.
The footer is also not showing up as it should do while viewed in Firefox.I’ve uploaded a couple of pics:
Footer: http://i31.tinypic.com/24g955i.jpg
Slant?: http://i26.tinypic.com/fup369.jpgThanks for all your help so far,
Barry.Forum: Themes and Templates
In reply to: Centralised On Internet ExplorerCan anyone help me further?
Thanks,
Barry.Forum: Themes and Templates
In reply to: Centralised On Internet ExplorerThanks, i’ve got it so it’s not centralised anymore.
But for some reason my posts have gone slanted?Forum: Plugins
In reply to: Category Widget???
Forum: Plugins
In reply to: Category WidgetAnyone?
Forum: Fixing WordPress
In reply to: Collapsing of categoriesHaha yes, with the dashes
Forum: Fixing WordPress
In reply to: Collapsing of categoriesYou are brilliant! Thanks very much, I will just delete the “read the rest of the entry”
Forum: Fixing WordPress
In reply to: Collapsing of categories<div id=”content”>
<!– LEFT DIV –>
<div id=”insidecontent”><!– loop –>
<?php if (have_posts()) : ?>
<?php $post = $posts[0]; // Hack. Set $post so that the_date() works. ?>
<?php /* If this is a category archive */ if (is_category()) { ?>
<h1><?php echo single_cat_title(); ?> </h1><?php /* If this is a daily archive */ } elseif (is_day()) { ?>
<h1>Archive for <?php the_time(‘F jS Y’); ?></h1><?php /* If this is a monthly archive */ } elseif (is_month()) { ?>
<h1>Archive for <?php the_time(‘F, Y’); ?></h1><?php /* If this is a yearly archive */ } elseif (is_year()) { ?>
<h1>Archive for <?php the_time(‘Y’); ?></h1><?php /* If this is a search */ } elseif (is_search()) { ?>
<h1>Search Results</h1><?php /* If this is an author archive */ } elseif (is_author()) { ?>
<h1>Author Archive</h1><?php /* If this is a paged archive */ } elseif (isset($_GET[‘paged’]) && !empty($_GET[‘paged’])) { ?>
<h1>Blog Archives</h1><?php } ?>
<!– loop –>
<?php if (have_posts()) :?>
<?php $postCount=0; ?>
<?php while (have_posts()) : the_post();?>
<?php $postCount++;?><h2>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?></h2>
<?php the_excerpt (); ?><h5>” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”>Read the rest of this entry »</h5>
<?php endwhile; ?>
<?php else : ?>
Forum: Fixing WordPress
In reply to: Collapsing of categories<?php
get_header();
?><!– START CONTENT –>
<div id=”content”><!– LEFT DIV –>
<div id=”insidecontent”><!– loop –>
<?php if (is_home()) {query_posts(“cat=-6”);} ?>
<?php if (have_posts()) :?>
<?php $postCount=0; ?>
<?php while (have_posts()) : the_post();?>
<?php $postCount++;?><h1>
” rel=”bookmark” title=”Permanent Link to <?php the_title(); ?>”><?php the_title(); ?>
</h1>
<?php the_content (‘Read the rest of this entry »’); ?>
Forum: Fixing WordPress
In reply to: Collapsing of categoriesBasically I want the whole post to be seen
Forum: Fixing WordPress
In reply to: Collapsing of categoriesI actually mean collapsing posts…