• Hello,

    I’ve set up a little site where I’ve written some pages, before realising that I need them to have excerpts to make my homepage work. The only plugin I can find to make excerpts work on pages seems unpopular and out of date. I could transfer the pages to posts, but I’d rather hang on to their hierarchical qualities if I can.

    Any advice?

Viewing 3 replies - 1 through 3 (of 3 total)
  • why not try and use that one plugin (which one exactly is it?)?

    generally, read:
    https://codex.wordpress.org/Function_Reference/add_post_type_support#Example

    the code would go into functions.php of your (child) theme.

    this would add the ‘excerpt‘ field to the ‘edit‘ page for static pages (you might need to use ‘screen options‘ to enable the field first)

    what theme are you using?

    Thread Starter Easterisland

    (@easterisland)

    Many thanks for the helpful reply – the plugin I was looking at came with a warning that it hadn’t been updated recently enough to be secure, so I was taking it more as a promising sign that solutions were out there, than as useful in itself.

    I’m using the Genesis Executive Pro theme – I should also say I’m very new to this – I’ve been editing websites and hiring developers for years, but this is my first go at putting together something basic from scratch for a friend (it’s: http://admiraltybar.org/).

    I’ve found functions.php for the theme – do I just dump the extra bit of code at the bottom and save it, or does it need to go anywhere special?

    Thread Starter Easterisland

    (@easterisland)

    And if it’s not overloading you with questions – where should I go to override the default font? It would be good to try some other options…. Thanks again.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Excerpts fields for pages’ is closed to new replies.