Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Ordered lists with PHP? (WordPress) Re: Ordered lists with PHP? (WordPress)

#108145
chrisburton
Participant

Solution:


if( function_exists( 'attachments_get_attachments' ) )
{
$attachments = attachments_get_attachments();
$total_attachments = count( $attachments );
if( $total_attachments ) : ?>