true_friend
11-22-2006, 05:50 AM
i have a little problem, want to separate php list items by "|" so they can be distinguished one by one.
this is the code plz help me to specify | for each item. it is a wordpress blog where i want to do this in a list which is displayed inline.
<li><h2><?php _e('حالیہ'); ?> <?php _e('تحاریر'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&limit=7'); ?>
</ul>
</li>
thnx for reading this post.
Regards
True_Friend
this is the code plz help me to specify | for each item. it is a wordpress blog where i want to do this in a list which is displayed inline.
<li><h2><?php _e('حالیہ'); ?> <?php _e('تحاریر'); ?></h2>
<ul>
<?php wp_get_archives('type=postbypost&limit=7'); ?>
</ul>
</li>
thnx for reading this post.
Regards
True_Friend