Cipta
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to Split Content ?Thanks Kafkaesqui,
i’m going to test your scripts. I will ask you again if found problem 😛
Warmest Regards
Forum: Fixing WordPress
In reply to: How to Split Content ?is not about “more” tag , Pls see this URL : http://www.hongkonglogue.com/guides/personal-information/ the content split into TWO COLUMNS. how to do that ?
Forum: Fixing WordPress
In reply to: Editing doesn’t workcheck your .htaccess file
Forum: Fixing WordPress
In reply to: how to show a certain category in a static page ?ok, now i’ve change to be category-15.php
pls see this link below
http://inspireasia.com/wp-content/themes/contractor/category-15.php/
the code is :
<?php if (query_posts(‘cat=15’)) : ?><?php while (have_posts()) : the_post(); ?>
<div class=”post” id=”post-<?php the_ID(); ?>”>
<div class=”entry”>
<?php the_content(); ?>
</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 endif; ?>
But still i can’t show previous articles that has categories ID is 15 or [Design].
Pls help
Forum: Fixing WordPress
In reply to: Static Page and previous article not shownthe correct URL should be :
http://www.inspireasia.com/wp-content/themes/contractor/civil-projects.phpSorry
Forum: Everything else WordPress
In reply to: Backing up WordPress entriesfind the backup plugins for wordpress