is there any information available related to this? Is there an easy way to adjust the number of records displayed on a questions listing page?
Also, its interesting that the questions page is a "Page" but the category or tag calls seem to go to a normal blog page? It would be ideal if they could be sent to the same page…especially since I would prefer to have no sidebars on my questions pages but do want them for the blog?
All in all great job guys on this DWQA
Hi,
Issue1: You can log in to Dashboard > Settings > Reading, then adjust the number of records displayed on a questions listing page in the "Blog pages show at most" section (Screenshot)
Issue2: Its interesting that the questions page is a "Page" but the category or tag calls seem to go to a normal blog page?.
- About this issue, you can tell me detail about it, send me a screenshot & your site for further checking.
Issue3: To remove the sidebar on question page, you can use the following code in the style.css file:
/* In question list page*/
.list-dwqa-question #secondary {
display: none;
}
/* Single question page */
.single-dwqa-question #secondary {
display: none;
}
/*Submit question page*/
.submit-dwqa-question #secondary {
display: none;
}
Hope this helps !
Here is the main page – I do not see pagination and am wondering about that.
http://content.screencast.com/users/pcampbell66/folders/Jing/media/0371ec4c-0e48-4f4f-abd2-48e083e3c7b2/2015-05-26_0450.png
this is an image of the blog page issue
http://content.screencast.com/users/pcampbell66/folders/Jing/media/fbea051d-f0e0-4781-9b67-72bf1921559b/2015-05-26_0453.png
This page is displaying sidebars because its is using the default pagpe.php and not the questionspage.php which I adapted – do not want.
I put the css you suggested in the quick_css page and it did not work
Please send me username & password of your site (via private answer) for further checking.
Please login or Register to submit your answer