WPIntell

Source evidence

Problem when content contains shortcodes.

Recent Posts Widget Plus · support · 2012-12-14T00:28:00+00:00

mixedsentiment
mediumseverity
0.84relevance
2replies
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
antosha resolved
Hi, I have problem when the post content contains shortcodes. The widget shows the shortcode [codes] but doesnt renders them. Is it possible to simply make the widget ignore shortcodes? Thanks! http://wordpress.org/extend/plugins/recent-posts-widget-plus/ Hi antosha, Yes, this should be possible. Could you please try adding the following code to the plugin file named recent-posts-widget-plus.php on line 34? $excerpt = strip_shortcodes($excerpt); Please let me know if this solves your issue and I’ll add this code to the new plugin release. Marking this topic as resolved since I did not get feedback from user.

Comments

2 shown
Johan van der Wijk 2012-12-18T09:24:00+00:00

Hi antosha, Yes, this should be possible. Could you please try adding the following code to the plugin file named recent-posts-widget-plus.php on line 34? $excerpt = strip_shortcodes($excerpt); Please let me know if this solves your issue and I’ll add this code to the new plugin release.

Johan van der Wijk 2012-12-28T18:09:00+00:00

Marking this topic as resolved since I did not get feedback from user.