• Resolved mabeall32

    (@mabeall32)


    I know where the data for text in slideshow comes from but is there away to only to show what I want it to show and not so many characters.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Dumitru Brinzan

    (@ilovewpcom)

    Hello,

    You can manually define the excerpts for your pages.

    Best regards,
    Dumitru B.

    Hello @mabeall32 I had this issue a while back and I know others have as well so I will share how to add customization to your page excerpts. Add the following code to the functions.php file of the theme:

    // Adding excerpt for page
    add_post_type_support( ‘page’, ‘excerpt’ );

    Once you do, you’ll notice that each page has the option to edit its excerpt (as long has you have made the excerpt visible under Screen Options). You will then be able to edit the text that is shown in the slideshow by typing it in the excerpt box.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘slideshow text’ is closed to new replies.