Silly_Cybin
2 Reputation

Answers

You could probably add them in yourself, but it will require some basic code editing. Go to your /wordpress/wp-content/plugins/anspress-question-answer/theme/default/ folder and find the relevant theme...

View Question
1 Vote

You cannot use regular shortcodes in .php files. You will have to call them like so: <?php do_shortcode('[anspress]'); ?> Hope this works for you 🙂

View Question
1 Vote