Child Page Listing Options – Picture Only?

  • aziltz

    #5147

    Hi,

    It would be incredibly useful to me if the Child Page Listing feature would include an option to use just the featured images displayed on a grid/table on the parent page, in addition to the default image + excerpt setting.

    Thanks,

    AZiltz

    Anonymous

    #30855

    Try this, (untested)

    .child-page .entry-content p {
    display: none;
    }

    .child-page .entry-content img {
    display: block !important;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

  • You must be logged in to reply to this topic.