Viewing 1 replies (of 1 total)
  • 3T_MJ,

    You can do that by utilizing AAM API. Modify your theme single.php file and wrapping post content in IF statement for example:

    global $post;
    if (AAM::getUser()->getObject('post', $post->ID)->has('frontend.read)) {
        //display the teaser
    } else {
       //display the full post content
    }

    Also currently we are working on our next extension called AAM Content Manager that will allow to define restricted content of your posts and pages while editing them in backend.

    Thank you for your interest in AAM.
    Vasyl

Viewing 1 replies (of 1 total)
  • The topic ‘Option to display teaser?’ is closed to new replies.