Hallo,
das geht tatsächlich, wie auch in der Readme beschrieben:
Showing only titles on the home page
- Enable “Inline Posts” and set it up.
- Select “use awp_pages” function.
- Edit the file you want to have show only titles and find a line that looks kinda like:
<h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2> Add ?php do_action('awp_title'); ?> inside of the link like:
<h2><a href="<?php the_permalink() ?>" <?php do_action('awp_title'); ?> rel="bookmark"><?php the_title(); ?></a></h2> - Enable the “Shift Pages” Module.