Description
Remove Meta,Author and Date in click. Install. Activate. And Done!
How to remove Author Meta and Date from posts and pages?
- Install WP Meta and Date remover.
- Activate Plugin.
- Choose whether to hide from Backend(Page Source) or Frontend or Both
- Save settings
- And you done!
Two way removal
This plugin uses two methods to erase your meta
Removal using CSS file
Plugin register custom CSS which hides any information contained by meda data class.
CSS file provided with this plugin works great. You also can edit that n file in plugin editor.
For more support Buy premium support
Removal using php
Plugin filters results of functions like get_date(),get_time() etc.
In some cases CSS file doesn’t work, thats why there is removal using php code.
Plugin removes Meta data from source code. Which means even search engines can’t see it.
For further help refer this blog post
Contact me
Installation
Use built in automatic installer or,
- Copy the plugin folder into /wp-content/plugins
- Activate plugin via the plugins page in the WordPress admin
- Go to Settings to configure.
FAQ
- Meta data is still present even after activation.
Find meta data css class in your theme css and edit css code in settings. You can even main me on prasadkirpekar@outlook.com - Search engine showing Meta data even after plugin activation.
Search engines doesn’t react to changes instantaly. Search engines will take some time. Resubmit your sitemap in webmaster tools.
Reviews
Contributors & Developers
“WP Meta and Date Remover” is open source software. The following people have contributed to this plugin.
Translate “WP Meta and Date Remover” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.7.5
Bug Fixes
1.6
You can choose to not use individual post option.
1.5
* Improved User Interface
1.4.0
* You can now choose to show Date and Meta on indivisual posts.
1.3.0
* Added option to choose whether to hide from home page or not.
1.2.2
* Minor Improvments
1.2.1
* Minor Improvments.
1.2.0
- Improved both CSS and PHP removal
- Added admin menu page for manual configuration.
1.1.0
- Improved previous css code.
- Added new php based method to filter meta information.
1.0.0
- Initial release with css based meta removal.