wwwfree
asked 6 years ago

Hello,
how to remove post meta data? https://prntscr.com/k7s81m 

3 Answers
DominicStaff
answered 6 years ago

Please send me your site URL for further checking, I will help you remove this issue.

DominicStaff
answered 6 years ago

To remove the post meta in the single question page, you can add the following code to the style.css file: 

.single-dwqa-question .post-meta {
    display: none;
}
wwwfree
answered 6 years ago

Thanks. The code has worked/has helped, but not across all of the pages.
That’s where post-meta is still displayed: 
https://ismartwatch.ru/questions
https://ismartwatch.ru/questions/setracker
And I have one more question. Removing a line through CSS, requests to MySQL still arrive. Can you help to solve a problem using PHP?

Dominic Staff
replied 6 years ago

At the moment, the plugin gets the page.php and single.php of your theme. If you want to remove the meta, you can open this files to remove the code. However, you can send me username & password of your site for further checking.

Powered by DW Question & Answer Pro