Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
lrajabi
tagDiv Member

FIXED:

Open up td_util.php (located in \Newspaper\includes\class) and go to line 275.

There you will find a new line of code added since version 1.4 of the theme. The line should read:

$post_content = wp_filter_nohtml_kses($post_content);

Comment out this code like so:

/*
$post_content = wp_filter_nohtml_kses($post_content);
*/

and save the file. This will bypass the offending piece of code but leave it in the file for your records.

PS: To the developer, you are welcome!

lrajabi
tagDiv Member

Correction the “\” is being injected before a ” or a ‘ but not a comma (,).

lrajabi
tagDiv Member

Seriously this MEEDS to be FIXED NOW!

I run a journalism company and our entire front page is littered with these “/”!

lrajabi
tagDiv Member

Yes, I can confirm this happens with quotes, commas, apostrophes. I am going to try and fix it myself but this should really be checked before a release is made.

lrajabi
tagDiv Member

That is excellent news! Thank you for the response. 🙂

lrajabi
tagDiv Member

This is great, one more question. How can we show the “Time” of the post in addition to the date?

Thanks!

Viewing 6 posts - 26 through 31 (of 31 total)