natasp
Forum Replies Created
-
Forum: Plugins
In reply to: Just Show one category in WP 1.5Forum: Plugins
In reply to: Just Show one category in WP 1.5any ideas..??
anybody, all help greatly appreciated..
Forum: Plugins
In reply to: Just Show one category in WP 1.5hi podz
yes i’ve looked at that, i tried to add some of the code from there but it does not work for me
the loop code in my WP version (1.5) looks like this
<!--loop starts here--><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a>" rel="bookmark" title="Permanent Link to <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>
<p class="postmetadata">Posted in <?php the_category(', ') ?> <strong>|</strong> <?php edit_post_link('Edit','','<strong>|</strong>'); ?>
<div class="entry">
<?php the_content('Read the rest of this entry ???'); ?>
</div></div>
<?php endwhile; ?>
<div class="navigation">
<div class="alignleft"><?php next_posts_link('??? Previous Entries') ?></div><div class="alignright"><?php previous_posts_link('Next Entries ???') ?></div>
</div><?php else : ?>
<h2 class="center">Not Found</h2>
<p class="center">Sorry, but you are looking for something that isn't here.
<?php include (TEMPLATEPATH . "/searchform.php"); ?><?php endif; ?>
<!--loop ends here-->
the code in the codex’s loop starts like this:
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
i’m not sure what i’m supposed to add / romove / replace..??
cheers
nat
Forum: Fixing WordPress
In reply to: Two categories on one pagei cant remember where i DL it from, but it is available try google, if not i can email/ put it on an ftp server
cheers
n
Forum: Everything else WordPress
In reply to: Bloggies“Bandwidth Limit Exceeded
The server is temporarily unable to service your request due to the site owner reaching his/her bandwidth limit. Please try again later.”mm must be popular..!
how do i get my blog onto the bloggies..?
Forum: Fixing WordPress
In reply to: Locked Out — Redirect on Login – Firefox/IEthanks rboren, this fixed my redirect on login problem after migrating to a new server
v 121
cheers
n
Forum: Plugins
In reply to: Just show one categoryThanks for this ppl..
Forum: Installing WordPress
In reply to: wp commentsah Thankyou that looks like what i’m looking for
Thanks again Kafkaesqui
??
Forum: Installing WordPress
In reply to: wp commentsthanks for the link, but this doesnt really tell me anything i havnt already tried
cheers
Forum: Installing WordPress
In reply to: How to set up wp-config for a local database on my mac?ok it makes a difference depending which version of OSX you are using
check out Mark Linyage’s site for the most comprehensive OSX mysql/PHP installs
Forum: Installing WordPress
In reply to: How to set up wp-config for a local database on my mac?are you using OSX server or client..?
Forum: Installing WordPress
In reply to: wp commentsanybody know how to do this please..!
Forum: Installing WordPress
In reply to: No CHMOD Directory & File Permissions In Documentationmany thanks.. jimnyc..
Forum: Installing WordPress
In reply to: No CHMOD Directory & File Permissions In Documentation??
please..?Forum: Installing WordPress
In reply to: No CHMOD Directory & File Permissions In Documentationsorry for asking a silly n00b quesi, but how do i start a new thread on these support forums once i have logged in..
?