Forums

How do I display the value of nggpictures? (1 post)

  1. muzizzle
    Member
    Posted 2 years ago #

    I've added the following into my themes functions.php:

    global $wpdb;
    $images = intval( $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->nggpictures") );
    $galleries = intval( $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->nggallery") );
    $albums = intval( $wpdb->get_var("SELECT COUNT(*) FROM $wpdb->nggalbum") );

    The thing is, how do I call it? display the value of nggpictures for instance?

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.