Skip to content

Instantly share code, notes, and snippets.

<?php
/*
Plugin Name: XV Sort Tag Cloud
Description: Sorts properly tag cloud by name (removing accents)
Author: Xavi Ivars
Author URI: http://xavi.ivars.me/
Version: 1.0
License: http://www.gnu.org/copyleft/gpl.html GNU General Public License
*/
@studiopress
studiopress / functions.php
Last active March 22, 2017 05:41
Sticky menu.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Enqueue sticky menu script
add_action( 'wp_enqueue_scripts', 'sp_enqueue_script' );
function sp_enqueue_script() {
wp_enqueue_script( 'sample-sticky-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/sticky-menu.js', array( 'jquery' ), '1.0.0' );
}
//* Reposition the secondary navigation menu
@studiopress
studiopress / color-button.css
Last active January 31, 2021 13:48
Colored Content Boxes
/* Color Buttons
------------------------------------------------------------ */
.button-blue,
.button-gray,
.button-green,
.button-purple,
.button-red,
.button-yellow {
color: #fff;