Skip to content

Instantly share code, notes, and snippets.

View gmajoulet's full-sized avatar

Gabriel Majoulet gmajoulet

View GitHub Profile
@gmajoulet
gmajoulet / tag_category_cpt.php
Created February 4, 2013 15:31
Wordpress plugin to use tags and category with custom post types
<?php
/*
Plugin Name: Tags search
Description: Permet de rechercher par tag dans tous les post types
Version: 1.0
Author: Gabriel Majoulet
Author URI: http://www.gabriel-majoulet.fr
*/
if(!class_exists('Tag_Rewrite')) {