Plugin Author
satrya
(@satrya)
You can read http://wordpress.org/plugins/recent-posts-widget-extended/other_notes/ to read shortcode guide.
To remove date, you can try
[rpwe date="false"]
sorry it doesn’t work. I am using the shortcode [rpwe limit=”5″ thumb=”true”]
Plugin Author
satrya
(@satrya)
hmm.. please add the date="false"
[rpwe limit="5" thumb="true" date="false"]
I have already tried this but I was unsuccessful, then I called you for help.
Please take me out of this problem.
I have been making great use of your plugin to add a sidebar to certain pages using the shortcode. I’m stumped about removing the date. I’ve tried this everyway possible, and I just can’t get the date to go away. Here is an example of my syntax:
[rpwe limit=”5″ date=”false” thumb=”true” thumb_height=”85″ thumb_width=”85″ excerpt=”true” readmore=”true” length=”150″ thumb_default=”http://www2.tudance.org/wp-content/uploads/2014/09/lady_trio_sm-e1411536919800.jpg” cat=”133″]
I’ve switched the order of the arguments; I’m using this on multiple pages with different variables– everything is great except in no case, on any of them, will the date go away.
Any clues? Thanks!
Having the same problem with the shortcode. Ended up hiding the date with CSS.
Use this CSS and insert it into your stylesheet (preferably in a custom.css in your child theme for best practice).
.rpwe-time
display: none;
}
Mark
(@markhenderson)
Thanks angslycke. I appreciate the workaround. I will use it. Meanwhile, I would still like to see this resolved the way it is intended to work. I do not think this is resolved. Anyone else have a solution?
Same problem here. date=”false” in shortcode has no effect.
Thanks.
The correct syntax to suppress the date is date=””
That’s it Mitchell! The same is for thumb=”false”, it doesn’t work. Must use thumb=””