rterte

Executive Summary I.    Overall outcomes of the effectiveness evaluation The second effectiveness evaluation assesses, in accordance with the framework for effectiveness evaluation, whether the Convention has succeeded in achieving its objective of protecting human...

Programmatically show related posts

How to programmatically show “Related Posts” list     Show related posts anywhere in your page or post. The following code must be inserted in the function.php contained in your child theme (**).   function related_posts_shortcode( $atts ) {...

Hide content to non authenticated visitors

Limit the readibility of you pages and make some of your content available only to registered users     If you want to hide a piece of information to all anonymous users and display it only for logged people, this shortcode does exactly what you need. The...

Create a MySql database

How to easily install a MySql database and configure the associated user Step 1. Introduction and general considerations   To begin my first advice is to choose a meaningful, unique name for your database, it will be easier to identify it among others later on....

WordPress Installation in 5 easy steps

Install a WordPress Manually This tutorial is to help all of you that are interested to easily  setup a WordPress website in complete autonomy.Following these simple instruction to manually install a new instance of the latest WordPress version.I really hope that you...