Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: search.php enhancement request


chrishajer
Participant

@chrishajer

That does not work :)

Here is the code I am using:

<?php foreach ( $recent as $bb_post ) : ?>

<li><a href="<?php post_link(); ?>"><?php topic_title($bb_post->topic_id); ?></a><small> <?php _e('Posted') ?> <?php echo date(__('F j, Y, h:i A'), bb_get_post_time()); ?><?php _e(' by ')?><?php get_user_name($bb_post->poster_id) ?></small>

seems like it should work. It doesn’t error out, it’s just blank after the ” by “

Is there a list of functions, similar to the WP codex, where I could learn about them?

Thanks.

Skip to toolbar