Forums

[resolved] how to show total number of attachments? (4 posts)

  1. jessestolen
    Member
    Posted 3 years ago #

    Hi all,

    I've searched high and low for a way to do this, with no luck.

    I was wondering if someone could help me out with a way to display a count of the attachments in a post?

    thanks,
    jesse

  2. Evita
    Member
    Posted 3 years ago #

    <?php echo $wpdb->get_var( "SELECT COUNT(*) FROM $wpdb->posts WHERE post_parent = '$post->ID' AND post_type = 'attachment'" ); ?>

    Works for me in posts on category-page.

  3. jessestolen
    Member
    Posted 3 years ago #

    It certainly does work. Much obliged!

    thanks,
    jesse

  4. Tarmu
    Member
    Posted 3 years ago #

    This doesn't work in image.php

    Does any one know how to get it get to work there?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.