Beiträge von failure

    Hallo,

    das geht tatsächlich, wie auch in der Readme beschrieben:

    Showing only titles on the home page

    1. Enable “Inline Posts” and set it up.
    2. Select “use awp_pages” function.
    3. 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>
    4. Enable the “Shift Pages” Module.

    In dem Folder vom FCKEditor gibt's ein File namens custom_config_js.php.
    In diesem File einfach alle vorkommenden Einträge von wpMore in wpmore umändern, das File hochladen und presto! :)