• In my previous WP-site I had code in my footer that showed last updated time from wordpress and nextgen gallery. I can’t get it to work in Customizr theme.
    <?php echo date('j. n. Y', max($wpdb->get_var('select max(unix_timestamp(post_modified)) from '.$wpdb->prefix.'posts'),$wpdb->get_var('select max(unix_timestamp(imagedate)) from '.$wpdb->prefix.'ngg_pictures')))?>
    Where and how do I put it?

The topic ‘Adding a code snippet in footer’ is closed to new replies.