WordPress menu in a shortcode
You can use the following code to put a menu in a shortcode: Source:
Smaller solutions in my every day work. Also solving more complex problems I have encountered . If I may, reflections of my experience so far.
You can use the following code to put a menu in a shortcode: Source:
Use the following command to check if a port is open:
After installing HHVM, run this command in your shell: More information here:
Forever.js is an interesting tool for running node projects continuously.
Reset the term count:
To delete the media files without leaving traces in the database, do the following:
The content of a configuration file for a new domain in apache (e.g. ) should be the code in this article.
Use the following code in your script to set the internal php encoding to UTF-8: Also, for mysql and postgres you should take into consideration the following two commands:
Recently, I have had this request from a friend of mine, who had trouble with adding images into their post.
The code is pretty simple. Let’s see it! 🙂
Browsing the web, I found the following sizes which can be used for standard screen sizes.
A great SQL injection tutorial can be found here: