Appletalk
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-o-Matic] die(‘Switch to Firefox / Safari’) – my godIt’s only temporary. Lame, but will be gone.
Forum: Plugins
In reply to: wp-o-matic not fetching content on cron runFixed in RC4-6
Forum: Fixing WordPress
In reply to: Having a hard time editing HTMLI just wish the CODE tab would let me do just that, edit the raw code 🙁
Forum: Plugins
In reply to: $_FILES emptyRemember that in WordPress you have the handy printr() function (notice there’s no _ before r) that automaticall wraps the output between <pre> and </pre>
Forum: Fixing WordPress
In reply to: Calendar / Search / Posts by CategoriesUp
Forum: Fixing WordPress
In reply to: Calendar / Search / Posts by CategoriesMaybe someone can point me where WordPress parses the query string?
I’m looking for that anyway..
Forum: Fixing WordPress
In reply to: How do I list contents of one category?<?php query_posts('cat=' . get_query_var('cat')); // posts only from this category ?><br />
<?php while (have_posts()) : the_post(); ?><br />
<!-- article --><br />
<div class="articleentry artodd"><br />
<h4><?php the_title(); ?></h4><br />
<p><?php the_excerpt(); ?></p><br />
<div class="articlemeta"><br />
<div class="artmeta_left">added 23/01/2006</div><br />
<div class="artmeta_right"><a href="<?php the_permalink(); ?>" id="morelink"><img src="<?php bloginfo('stylesheet_directory'); ?>/images/vl-button-more.gif" /></a></div><br />
</div><br />
</div><br />
<br />
<? endwhile; ?>Forum: Themes and Templates
In reply to: [New Theme] – Thin Green LineVery nice WarAxe!!
Forum: Your WordPress
In reply to: Need your opinions about my new idea …There’s nothing to add to what whooami said. He’s just right.