Hello,
I found a glitch in the “Latest Questions widget” and I fixed my version. There is no space showing between the Title of the post and “asked by”
They run together as in “This is the Questionasked by Joe”
I removed a space in the code on line 39 of the (inc > widgets > Latest_Question.php) file:
<li><a href="'.get_permalink().'" class="question-title">'.get_the_title( ).'</a> '.__( 'asked by',
removed the space in the parens:
.get_the_title().
It fixed the problem for me.
1 Answers
Hi John Murphy,
Thank you for helping us. I’ll fix it in the next version of DW Q&A. If you find any bugs from the plugin please let me know.
Please login or Register to submit your answer
replied 9 years ago
Also the times we’re displaying, now they are.