Categories with Spaces
-
Hey guys,
I’m using the following code in my Loop:
<?php $my_query = new WP_Query('category_name=Fantasy/Science Fiction&showposts=5');
while ($my_query->have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID; ?>- " rel="bookmark" title="Read <?php the_title(); ?>'s Review!"><?php the_title(); ?>
<?php endwhile; ?>
The problem is that the categeory has a space in it, and the loop won’t display it correctly.
Anyone have a solution to this? It’s very much appreciated.
Thanks,
James
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Categories with Spaces’ is closed to new replies.