• Home
  • WordPress
    • How To
    • Plugins
    • Themes
      • Genesis
      • Themify
      • Mysite myway
    • Security
    • Developer
    • Teaching
    • Conference
    • Chat
  • Blog
  • About
  • Freelance
    • Plugins
    • Teaching
    • Need help?
    • CV og ref.
  • Contact

Easy Web Design Tutorials

WordPress Tutorials and more

  • Home
  • WordPress
    • How To
    • Plugins
    • Themes
      • Genesis
      • Themify
      • Mysite myway
    • Security
    • Developer
    • Teaching
    • Conference
    • Chat
  • Blog
  • About
  • Freelance
    • Plugins
    • Teaching
    • Need help?
    • CV og ref.
  • Contact
Section for Featured

Gutenberg plugins from MediaRon

26 January - 2019 By Paal Joachim 10 Comments
Last updated on: April 2, 2020

Backend-view-Post-Type-Archive-Mapping-Gutenberg-plugin-MediaRon

Ron was one of the original developers for Backup Buddy and has made his own company called MediaRon. I will be looking at mainly one of his Gutenberg plugins Post Type Archive Mapping plugin. The plugin offers a lot ... [Read more]

Automatic Updates for WordPress Core

25 December - 2018 By Paal Joachim 8 Comments
Last updated on: January 10, 2019

WordPress-Updates-main-screen

Selecting to auto update WordPress, themes and plugins in Core. Back in 2016 Shiny Updates project had a goal to make things nicer and easier to use. This made the plugin and theme adjustments easier to handle. We also ... [Read more]

WooCommerce shortcodes that I use

29 August - 2018 By Paal Joachim 3 Comments
Last updated on: September 24, 2019

Adjusted-WooCommerce-Shop-page

The following are some of the shortcodes that I have used in WooCommerce. The single product page From the single product page I move the product short description above the price. Then I move the product title ... [Read more]

Adjusting page or post list columns in backend

15 August - 2018 By Paal Joachim 2 Comments

Custom-post-movie-columns

I will be showing how to add and remove columns that are listed in the post, page or custom post screen in the backend. I began by creating a new php file I named columns.php which I placed into a lib folder inside the ... [Read more]

Creating a movie custom post type

15 August - 2018 By Paal Joachim 1 Comment
Last updated on: August 15, 2018

Movie-custom-post

Creating a movie custom post type I made the folder lib inside the root folder of the child theme. Then added a php file I named movie-custom-post.php with the following code: <?php /** * Register Movie Type * * ... [Read more]

To manually add a Facebook like box

14 May - 2018 By Paal Joachim 1 Comment
Last updated on: July 23, 2019

Facebook-Page-Plugin-filled-in

Here is the process of adding a Facebook Like Box that also shows timeline posts. Go to: developers.facebook.com/docs/plugins/page-plugin Go through and fill in the options. Test it out and see what it looks ... [Read more]

A short overview of WordPress Security Plugins

8 April - 2018 By Paal Joachim 1 Comment
Last updated on: October 17, 2019

All-In-One-WP-Security-Firewall-WordPress-plugin

A short overview of 5 WordPress Security plugins This is my take on the following plugins. All in One WP Security & Firewall Features that stand out: Mentions it is good practice to backup: .htaccess ... [Read more]

Change primary hosting domain to subfolder

16 January - 2018 By Paal Joachim Add a Comment
Last updated on: November 29, 2018

Change-main-domain-root-to-subfolder

Redirecting the primary/main web host domain to a subfolder. The public_html folder is a place to keep folders of the various domains one has at a web host. Web hosts usually have the main or primary domain in the root ... [Read more]

Force immediate CSS changes to be seen on the frontend

4 December - 2017 By Paal Joachim Add a Comment
Last updated on: December 4, 2017

CSS-force-immediate-site-changes

I found code to immediately show CSS site changes on the frontend. I have many times become very frustrated when I adjusted some CSS and could not immediately see the changes on the frontend. I have come across a ... [Read more]

Using Poedit 2 Pro to translate a WordPress plugin or theme

19 June - 2017 By Paal Joachim 1 Comment
Last updated on: August 29, 2017

Poedit 2 Pro Translate WordPress plugins and themes

Translating a WordPress theme or plugin using Poedit 2 Pro I have earlier used Poedit 1 and recently upgraded to version 2 Pro. Poedit will suggest translations for each phrase. I will use the plugin All in One SEO as ... [Read more]

Contextual Related Posts plugin

28 May - 2017 By Paal Joachim 5 Comments
Last updated on: August 29, 2017

Contextual Related Posts WordPress plugin banner

Contextual Related Posts plugin By WebberZone.   A related posts plugin will show related posts from the same site usually at the bottom of an article. Why I decided to use Contextual Related Posts ... [Read more]

Adding copyright information to the bottom of the page

1 December - 2016 By Paal Joachim 1 Comment
Last updated on: January 17, 2018

Adding copyright information to the footer

Copyright information Most often we add some copyright information at the bottom of the page that says something about year, made by, made with and perhaps a link to the wp-admin. I will use the date, site_url() and ... [Read more]

Using conditional logic in Ninja Forms

22 November - 2016 By Paal Joachim Add a Comment
Last updated on: August 29, 2017

Ninja Forms Conditional Logic addon

Conditional Logic in Ninja Forms Using conditional logic is a paid for addon to Ninja Forms. After having installed and activated the extension / addon. Find the form you plan to use it in. Here is an example using ... [Read more]

Speeding up the site manually and by using cache plugins

12 November - 2016 By Paal Joachim 14 Comments
Last updated on: June 24, 2019

Speedtesting easywebdesigntutorials

Speeding up the site manually and by using Cache plugins As I use this site to test out new plugins over time. Some plugins also affect the performance of the site. Further down I am also sharing code you can place ... [Read more]

Creating a footer that sticks to the bottom

1 November - 2016 By Paal Joachim Add a Comment
Last updated on: September 6, 2017

Fixed Footer TwentySeventeen

How to stick the footer to the bottom when there is very little content. If your using a Genesis child theme then check out my other tutorial: Creating a sticky / fixed footer in a Genesis child theme If one has very ... [Read more]

Changing the WP editor area through CSS

1 October - 2016 By Paal Joachim Add a Comment
Last updated on: August 29, 2017

Adding a blue background to the WP editor

Add your own editor style We can style the content creation area inside the backend post or page creation screen by using add editor style code. The following code uses the theme stylesheet. Add the code to your ... [Read more]

Ninja Forms 3 walk through -step by step- guide

6 September - 2016 By Paal Joachim 11 Comments
Last updated on: August 29, 2017

Ninja Forms 3

Ninja Forms version 3.0 has now officially been released With a totally new user interface. It can take a little while to get used to the new interface and figuring out how to in general use the new Ninja Forms contact ... [Read more]

Create your own author bio box in WordPress

18 June - 2016 By Paal Joachim 3 Comments
Last updated on: August 29, 2017

Custom profile author bio box social media tooltip WordPress

Create your own author bio box in WordPress without a plugin. I have tested the following author box in TwentySixteen Child theme and Genesis Child themes as well as some random themes. The final result using ... [Read more]

Customizing Altitude Pro – Genesis child theme

13 November - 2015 By Paal Joachim 42 Comments
Last updated on: May 6, 2018

Altitude Pro top orange gradient

How to customize the one page Genesis child theme Altitude Pro.   Btw You can download my custom theme at: github.com/paaljoachim/2-Custom-Altitude-Pro-Genesis (It also includes featured image behind the title. ... [Read more]

Adding a lightbox to WordPress without using a plugin

6 September - 2014 By Paal Joachim 10 Comments
Last updated on: October 3, 2018

Color Box Paal Joachim

Adding a lightbox to WordPress without using a plugin Sometimes one wants more control over how features are added to the site. Giving the option to either use a plugin or a jQuery scripts creates better control over ... [Read more]

Duplicator tutorial videos

6 June - 2014 By Paal Joachim 14 Comments
Last updated on: October 1, 2018

WordPress plugin Duplicator - backup, copy and clone

Move your site on or offline with Duplicator With Duplicator one can backup or clone a web site and save it as a zip file containing the full site with pages, posts, media, plugins etc. Move it to another location on ... [Read more]

© 2021 · By Easy Web Design Tutorials · Built on the Genesis Framework · WordPress · Log in · ⇪