Are you performing a portfolio with wordpress and you want to create a gallery of images with the filter option by category, but you can’t find a plugin that allows it? This is your tutorial. First of all, go to the plugin section in your wordpress.   Secondly, you have to install and activate two plugins: Elementor: This plugin is very useful for easily designing a web page Anywhere elementor: this would be an extenuation of the previous one and allows you to do actions to compliment it, like the one we are doing here   Third, you will have to create a new pageRead More →

Hello! Have you ever found programming. And do you want the image to enter or hidden when you press a button? But you do not? If you want to know how to do it, this is your post! First of all you have to make a button with the class .button in html. With CSS you can change the color of the button the with the hight… <button class=“button”> </button> Second you have to make a div  with a bakground image in html or css you can chose what you prefere. And alsow whit a class for example .image HTML <button class=“button”> </button> <div class=“image”>Read More →