WPIntell

Source evidence

Excerpt lenght conflict

Flexible Recent Posts · support · 2014-01-21T11:11:00+00:00

complaintsentiment
mediumseverity
0.93relevance
7replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 27 rows with source links

14.8% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

23 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
crashtest unresolved
i found this good plugin and start to use it instead of special recent posts, that ends its support. I found flexible recent posts very easily customizable and with many other good functions i’m really appreciating. The only problem i got is that the except lenght doesn’t work and recent posts show in widget with the global setting of template or Advanced excerpt plugin (i hadn’t this kind of problem with srp). Is there a way to force the frp excerpt lenght with some filter in functions.php or anything else? OT: is an “exclude category” function planned in the near future? http://wordpress.org/plugins/flexible-recent-posts/ So you insert something like this [frp_excerpt length="15"] to template in settings, but the excerpt length is not 15? yes, i set a custom lenght in frp widget, but it’s ignored and overrided by excerpt lenght global setting Hi, Love your plugin overall, but am having the same issue. Perhaps it’s due to a conflict with the theme’s custom excerpt function (the theme I’m using is “Responsive”): function responsive_excerpt_length( $length ) { return 40; } add_filter( ‘excerpt_length’, ‘responsive_excerpt_length’ ); Any ideas on how this could be fixed? Hi again, So sorry, there’s no issue. It was my mistake. I realized the posts (which were imported from someone’s previous blog) all contained a ‘more’ tag, which of course was interfering with the length (while being stripped from the default WordPress excerpt). Plugin works perfectly. Rated 5 stars 🙂 I have this same problem. Using the latest version of the plugin, WordPress 3.8.1 and a child theme of Twenty Thirteen. I put [frp_excerpt length=”5″] into the template box in the widget. It just gives me the entire excerpt and doesn’t cut it off. It doesn’t matter what I set the length to. I am not using More tags. Any answers? Will fix this bug soon. I have not enough time now. tcs.minten , it’s default behaviour of WordPress. If you set custom excerpt during edit – it won’t be trimmed. I have just set (in version 1.0.4) higher priority to excerpt length filter and now themes will not override it.

Comments

7 shown
Paul Annekov 2014-01-28T22:05:00+00:00

So you insert something like this [frp_excerpt length="15"] to template in settings, but the excerpt length is not 15?

crashtest 2014-01-29T14:20:00+00:00

yes, i set a custom lenght in frp widget, but it’s ignored and overrided by excerpt lenght global setting

Kassandra_P 2014-02-11T05:02:00+00:00

Hi, Love your plugin overall, but am having the same issue. Perhaps it’s due to a conflict with the theme’s custom excerpt function (the theme I’m using is “Responsive”): function responsive_excerpt_length( $length ) { return 40; } add_filter( ‘excerpt_length’, ‘responsive_excerpt_length’ ); Any ideas on how this could be fixed?

Kassandra_P 2014-02-16T00:32:00+00:00

Hi again, So sorry, there’s no issue. It was my mistake. I realized the posts (which were imported from someone’s previous blog) all contained a ‘more’ tag, which of course was interfering with the length (while being stripped from the default WordPress excerpt). Plugin works perfectly. Rated 5 stars 🙂

tcs.minten 2014-02-18T18:41:00+00:00

I have this same problem. Using the latest version of the plugin, WordPress 3.8.1 and a child theme of Twenty Thirteen. I put [frp_excerpt length=”5″] into the template box in the widget. It just gives me the entire excerpt and doesn’t cut it off. It doesn’t matter what I set the length to. I am not using More tags. Any answers?

Paul Annekov 2014-02-20T19:42:00+00:00

Will fix this bug soon. I have not enough time now.

Paul Annekov 2014-07-21T21:58:00+00:00

tcs.minten , it’s default behaviour of WordPress. If you set custom excerpt during edit – it won’t be trimmed. I have just set (in version 1.0.4) higher priority to excerpt length filter and now themes will not override it.