GJ Blog

Some web development stuff and Wordpress

Creating custom post types in WordPress is a great way to add new content types to your website. In WordPress you generally have only posts or pages. We can extend this with CPT (Custom Post Types). So to have a unique new group of articles with custom fields and taxonomies.

In WordPress these groups of articles are displayed on the Archive page as a list and have a single page for each post. As an example posts are displayed on archive.php and have single.php.

Lets say I have a my Web Design studio website and I want to make a section with all of the employees. With a personal page for each one and and archive page where everyone is listed.

In this tutorial we will do a CPT for the employees and two Elementor templates. One to display the Archive and another to display the Personal page

(more…)

Welcome to my first tutorial (hope i will manage to make more).

So i needed to make a signin and registration form for a translation website. As i have started to use Elementor, it makes a lot of things easyer, I wanted to try using it for this purpose.

Elementor makes it super easy to create custom forms without any coding and it has a login widget wich is great if you only need a login form. But in this case i needed a registration from.

I searched the web and here comes Essential Addons for Elementor and it has a great widget to do just that and it has included also the forgot password form.

So lets start.

After Installing Elementor and Essential Addons lets make a new page to include our new signIn form. And then edit it in Elementor

(more…)