Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor Pippin Williamson

    (@mordauk)

    With the automatic excerpt or the manual excerpt?

    Thread Starter robotor

    (@robotor)

    The automatic.

    I think i’m interested in this to. I just want to have title on the page were i put [downloads] shortcode. if i use full_content=”no”, this will only cut some of the text. I want the text (description) to be visible just after clicking the name of the download product. In the download page i want to have only the title products.

    Support with this?!

    Thank you 🙂

    Made the change 🙂 I’v deleted

    edd_get_template_part( 'shortcode', 'content-title' );
    
    						if ( $excerpt == 'yes' && $full_content != 'yes' )
    							edd_get_template_part( 'shortcode', 'content-excerpt' );
    						else if ( $full_content == 'yes' )
    							edd_get_template_part( 'shortcode', 'content-full' );

    from shortcodes.php

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Does that change work for everyone?

    Thread Starter robotor

    (@robotor)

    I agree that those changes are an improvement.

    In addition it would make sense to honor the “more” tag in the content.

    I do like how this plugin removes any inline images from the automatic excerpt.

    Thanks Pippin for the wonderful plugin.

    Plugin Contributor Pippin Williamson

    (@mordauk)

    Thanks for the suggestion, I’ll see if I can get that improved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How is excerpt text controlled’ is closed to new replies.