<code> tag does not working.
-
When I use the < code > syntax to display code, wordpress does not show the code.
You can see the problem..
https://all-iran.info/home/wp/archives/2004/12/09/66/
What is problem ?
Thank you.
I want to show this code…
<?php
$temp_category = single_cat_title('',false);
if (!empty($temp_category)){
// give index
?>
<h1><?php single_cat_title(); ?></h1>
<?php echo(category_description(the_category_ID(false))); ?>
<p class="index">
<?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
"><?php the_title(); ?> / <?php the_date(); ?>
<br>
<?php endforeach; else: ?>
<?php _e('Sorry, no posts matched your criteria.'); ?>
<?php endif; ?>
<?php
}else{ // give details or single post
?>
- The topic ‘<code> tag does not working.’ is closed to new replies.