What does ‘erase personal data’ tool actually erase?

User generated content, including comments, are not deleted – the author name, email, IP address etc is simply anonymized so it can no longer be linked to that user. Nor is the user account account deleted – you would need to decide whether you wanted to do that manually or not. The Personal Data Eraser … Read more

How to add a privacy-checkbox in comment-template?

You can use the provided filters to do all that: //add your checkbox after the comment field add_filter( ‘comment_form_field_comment’, ‘my_comment_form_field_comment’ ); function my_comment_form_field_comment( $comment_field ) { return $comment_field.'<input type=”checkbox” name=”privacy” value=”privacy-key” class=”privacyBox” aria-req=”true”><p class=”pprivacy”>Hiermit akzeptiere ich die <a target=”blank” href=”http://wp.cloudstarter.de/?page_id=156″>Datenschutzbedingungen</a><p>’; } //javascript validation add_action(‘wp_footer’,’valdate_privacy_comment_javascript’); function valdate_privacy_comment_javascript(){ if (is_single() && comments_open()){ wp_enqueue_script(‘jquery’); ?> <script type=”text/javascript”> jQuery(document).ready(function($){ … Read more

Noindex, nofollow stuck on homepage

The setting is stored in the options table under the key blog_public, the value is either 0 or 1. You can see the value of all options by manually visiting the page /wp-admin/options.php. A quick way to get rid of it would be to remove the noindex action hooked to wp_head, which is what outputs … Read more

Completely hide user info

This is dependant on your theme/plugins so it’s impossible to answer, as s_ha_dum mentioned. For example some themes output the author name in the body as a class like <body class=”author-keanu”> or maybe they just use the author id like <body class=”archive author-22″> and then you can check the author by going to www.example.com/?author=22 and … Read more

WordPress post visible only those with a link

Real solution to my question is to install UCE (Ultimate Category Excluder) which allows me to exclude post for showing in front page, feeds, archives, and search results. I can choose where I want it to show, if I do. https://wordpress.org/plugins/ultimate-category-excluder/

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)