TSSpkDev
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Perfect!
Here is what I’m using:
<?php if ( method_exists( $media_cat_lib, 'get_mediacategory_shortcode' ) && method_exists( $media_cat_lib, 'get_media_categories' ) ): ?> <?php foreach ( array_keys ( $media_cat_lib->get_media_categories( true ) ) as $cat ): ?> <h4><?php echo $cat; ?></h4> <?php $posts= $media_cat_lib->get_mediacategory_shortcode( array( 'returnposts' => 1,'cats' => $cat, 'orderby' => "date", 'order' => "DESC" ) ); ?> <?php foreach ( $posts as $rpost ): ?> <div><a target="_blank" href="<?php echo wp_get_attachment_url( $rpost->ID ); ?>"><?php echo get_the_title( $rpost->ID ); ?></a>(<?php echo get_the_date( $date_format, $post->ID ); ?>)</div> <?php endforeach; ?> <?php endforeach; ?> <?php endif; ?>
Was there a resolution to this? I cannot get the testimonials to update no matter which pathway I try. (I’ve tried all of the ordering and the random commands in the support section.)
Forum: Plugins
In reply to: [Media Category Library] [Plugin: Media Category Library] Long codeIn your next round it would be fantastic to give the user an “order” field so they could choose the sort order.
Really loving this! Thanks so much!
Forum: Plugins
In reply to: [Media Category Library] [Plugin: Media Category Library] Long codeIt’s up and running and perfect. Thanks you, thank you, thank you!
Forum: Plugins
In reply to: [Media Category Library] [Plugin: Media Category Library] Long codeYes – it’s exactly what I’d like to do.
When do expect to release it?
Thanks so much!
Forum: Plugins
In reply to: [Media Category Library] [Plugin: Media Category Library] Long codeThat’s great – thanks to much for the quick response.
I need to be more granular.
What I really want is to output a bulleted list of titles with the link behind it.
Is this possible w/ your plugin?
Viewing 6 replies - 1 through 6 (of 6 total)