Skip to content

Instantly share code, notes, and snippets.

View JacquesJahnichen's full-sized avatar

JacquesMivi JacquesJahnichen

  • Viviarto
  • Paris
View GitHub Profile
<?php
/**
* Template Name: vivi-search-events-nodates
*
* This is template will display a login form
*/
add_action('get_header', 'ck_do_login_form');
// Début de page pour supprimer les commentaires présents sur les pages par défault
@JacquesJahnichen
JacquesJahnichen / content-espresso_people-details.php
Last active February 21, 2017 18:59
People add on custom template
<?php
/**
* Template file to add extra content to a single person display
* Note: To customize, just copy the template from /public/templates/* and put in your theme folder.
* @since 1.0.0
* @package EE People Addon
* @subpackage template
* @author Darren Ethier
*/
global $post;
@JacquesJahnichen
JacquesJahnichen / README.md
Last active November 22, 2017 03:20
d3.js - A zoomable treemap, dynamic width, with colors and wrap text

A zoomable treemap, dynamic width for mobile, wrap text and colors. Created for the Open Data Portal of Seine-Saint-Denis, with the datasets grouped by political publics drawn based on the budget of the individual datasets

The d3 code is heavily based on code shared by Mike Bostock, Zan Armstron and PMeinshausen.