• Resolved Infinitee

    (@infinitee)


    Since comments in WPPA albums and album categories are displayed on ALL album sub-categories which is not desirable, I would like to disable the WordPress comments on all albums and just use the WPPA description comments.
    Is there a dynamic way to do this?

Viewing 1 replies (of 1 total)
  • Thread Starter Infinitee

    (@infinitee)

    The more I looked a the template code, the more I see how this is just not that easy so, I disabled comments on album pages with css by page id.

    /* Hide comments in albums */
    .page-id-2335 #comment-wrap {
    display: none !important;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘WPPA – disable WP comments on just album pages’ is closed to new replies.