• Resolved La M

    (@lady_moocher)


    Hi

    Is it possible to output the subpage’s description under its thumbnail?

    I read somewhere that it’s possible to output the excerpt, but I can’t see how to do this – could somebody please clarify?

    Even so, I would prefer to be able to create a bespoke description to output.

    Thanks

    http://wordpress.org/extend/plugins/autonav/

Viewing 1 replies (of 1 total)
  • Plugin Author wlindley

    (@wlindley)

    [autonav display="images,excerpt"]

    should work.

    For any post or page, you can always use the custom field
    ‘subpage_excerpt’ which will override any WordPress excerpt. This is your custom or “bespoke” descrption.

    NOTE: By default, WordPress includes the ability to edit manual
    excerpts only for Posts, not Pages. You can add a single line of code
    to your theme’s functions.php to enable excerpts for Pages:

    add_post_type_support( 'page', 'excerpt' );

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: AutoNav Graphical Navigation and Gallery Plugin] Output subpage description?’ is closed to new replies.