And from page.php (/wp-content/themes/xxx) just in case... [apcode language="php"] <?php get_header();the_post(); ?> <div id="the-page-content"> <?php the_content()...
View Questionlightstyle
48 Reputation
Answers
Code from single.php (/wp-content/themes/xxx) below: [apcode language="php"] <?php get_header(); the_post(); $category = get_the_category(); ?> <div id="the-page-content"> <?php...
View QuestionHi Rahul, I imagine you're after single-question.php located at /wp-content/plugins/anspress-question-answer/templates? If not please specify the file and path and I'll send it, otherwise here's the code:...
View QuestionHi Rahul, No I haven't. I've got some CSS override as per below but even when I disable it altogether the single question doesn't show. I've attached a screenshot of single question without any CSS override....
View Question