• I am using except reloaded at the moment but i would like to have custom excepts for every post i have.

    I though i could use custom fields in that purpose but i don’t know how.

    Where is the field Optional Excerpt

Viewing 3 replies - 1 through 3 (of 3 total)
  • Under post write post area. Look closer.
    Writing_Posts click on the image, just eblow the categories you should have Excerpt.

    Thread Starter duda

    (@duda)

    Thanks … i have found this.

    Is there any way (plugin) to have different versions of excerpts (using excerpts reloaded or not) for main page and for category pages.

    Thread Starter duda

    (@duda)

    I mean i need to do such thing of i have custom field called: excerptshome
    I have also written custom excerpts in the field : Excerps and i want this to be displayed on category pages.

    But if it is the home page then i wanna display custom field excerptshome.Its the easiest way to set excerpts=excerptshome.

    So this code can be almost 70% good.

    <?php if (is_home()) : ?>

    There i need to set value(text) of excerpt to be the same as value(text) from excerptshome.

    Something like $excerpt=$excerptshome

    <?php endif; >>

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is there any plugin offers custom written excepts?’ is closed to new replies.