Archive for the on desktop
Codeblock with copy button wordpress plugin – New version available
I have created a new version of the plugin. Changed the design, made the copy button responsive, added numbered lines, syntax highlighting of the code. read more
Weather widget and shortcode – wordpress plugin
I created a plugin that allows you to add a weather forecast module to your sidebar, or as shortcode anywhere. read more
Show timed posts that are not yet live – Show future posts
If you are using pre-timed posts as a way to display future programs, you may have a problem that they don’t show up because they haven’t reached their dates yet. The following code snippet provides a solution. read more
The author meta tag
<meta name=”author” content=”<?php bloginfo('name'); ?>” />
Add meta description to the wordpress header – wordpress plugin
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