baster
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: wp_get_archives and get_archives – exclude categoryI’m now using
<ul>
<?php $temp_query = $wp_query; query_posts('showposts=10&cat=-9'); ?><br />
<?php while (have_posts()) { the_post(); ?>
<li><a>" rel="bookmark" title="Permanent Link to “<?php the_title(); ?>”"><?php the_title(); ?></a></li>
<?php } $wp_query = $temp_query; ?>
</ul>
and than 9 excludes the catagory. The only problem I encounter now is that it not only excludes the catagory from my sidebar, but also from the content page… does anyone know why?Thanx!
Forum: Installing WordPress
In reply to: exclude catagory from postbypost archiveI cant get that to work in the sidebar… could you be a bit more specific? I want a catagory to be axcluded from the following option:
<?php get_archives(‘postbypost’,’10’,’custom’,’ ‘,’ ‘); ?>
and if I try a loop on that I cant seem to get it to work.. I’m probably doing something wrong, but it doesnt work…
Forum: Plugins
In reply to: Different category for every image instead of postanyone else?
Forum: Fixing WordPress
In reply to: layout custom fieldsI cant seem te get that to work… could you be more specific on what the div code would be?