> <a href="<?php echo get_bloginfo('url')."/?page_id=58"; ?>"> <?php echo
> substr(strip_tags($show_res['post_content']),0,350); ?> </a>
>
> And I'd like to add " | " or something similar as a
> divider between links. Can I safely use the pipe? How do I add this to the
> code?
echo ' | ';
That's it.