Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TV productions

    (@tv-productions)

    To remove those metadata, you have to edit your theme. Depending on your theme, you have to edit one or more files.

    What you could do, however, is searching in your theme files for the lines of code that displays the metadata. When you have found it, edit it like this:

    <?php
    global $post;
    if ('easy-photo-album' == $post->post_type) {
        // Insert the code that displays the metadata here.
    }
    ?>

    NOTE: I don’t know for sure what is right in your theme, so you should ask the developer of your theme this question.

    Hi
    I′m new here, but i have the same problem “posted by and date”
    I′m using RESPONSIVE Template
    Need you Help please

    regards
    Thomas

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing posted by and date from albums’ is closed to new replies.