The author meta tag
<meta name=”author” content=”<?php bloginfo('name'); ?>” />
I created a wordpress plugin that creates the page description after installation, unlike the previous article.
Secure password generator wordpress plugin
I created an random secure password generator. read more
Strong passwords are extremely important – they prevent unauthorised access to electronic accounts and devices. read more
Different posts per page on desktop and mobile devices – code snippet or wordpress plugin
I found a great code snippet on the Stack Overflow that if you paste it into functions.php it will display a different page number on desktop or notebook and other mobile devices. read more
Some plugins provide a search engine optimized page description, but many wordpress themes already have a default one. read more

