lesintegristes / lesintegristes-theme

The WordPress Theme that we use for our blog
http://www.lesintegristes.net/
Other
4 stars 1 forks source link

Les intégristes - WordPress Theme

Installation

Step 1: Install WordPress and the theme.

Install WordPress as usual.

Clone this theme in the wordpress themes directory.

$ git clone git@github.com:lesintegristes/lesintegristes-theme.git ./wp-content/themes/lesintegristes

Step 2: GeoLiteCity file, WordPress plugins.

The GeoLiteCity file is required to localize the IP of the visitors (to display the night or the weather in the header).

You also need to install the required plugins (Advanced Excerpt, Contact Form 7, Really Simple Captcha).

Just run make in the theme directory:

$ cd wp-content/themes/lesintegristes
$ make

Step 3: Specific pages.

If you want to use the special homepage, you need to create two pages with the following slugs: home and articles.

Now, in Settings => Reading:

If you want to use the “Auteurs” and “Veille” page, add two empty pages with the following slugs: auteurs, veille.

License

MIT, see the LICENSE file.