John Murphy
asked 8 years ago

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.

John Murphy
replied 8 years ago

Also the times we’re displaying, now they are.

1 Answers
Kevin
answered 8 years ago

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.

Powered by DW Question & Answer Pro