A lightweight WordPress plugin that displays questions from a Question2Answer (Q2A) RSS feed using shortcodes or widgets.
q2a_questions]
Example shortcode
q2a_questions count="5" show_date="1" show_excerpt="1" excerpt_length="10"]
Shortcode Parameters
The plugin includes default styles that you can override with your theme's CSS:
.q2a-questions-feed { /* Main container */ } .q2a-questions-list { /* Questions list */ } .q2a-question-item { /* Individual question */ } .q2a-question-title { /* Question title */ } .q2a-question-date { /* Question date */ } .q2a-question-excerpt { /* Question excerpt */ }