Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
Consumer key: IQKbtAYlXLripLGPWd0HUA
Consumer secret: GgDYlkSvaPxGxC4X8liwpUoqKwwr3lCADbz8A7ADU
Consumer key: 3nVuSoBZnx6U4vzUxf5w
Consumer secret: Bcs59EFbbsdF6Sl9Ng71smgStWEGwXXKSjYvPVt7qys
Consumer key: CjulERsDeqhhjSme66ECg
| /** | |
| * author Remy Sharp | |
| * url http://remysharp.com/tag/marquee | |
| */ | |
| require(['jquery'], function ($) { | |
| $.fn.marquee = function (klass) { | |
| var newMarquee = [], | |
| last = this.length; |
| { | |
| // -------------------------------------------------------------------------------- | |
| // project | |
| "projectName" : "Haven", | |
| "projectDescription" : "New Haven site, built using Mixture", | |
| // -------------------------------------------------------------------------------- |
Forked from David DeSandro's Pen Masonry - gutter.
| <?php | |
| $posts = multisite_latest_post( array( | |
| "how_many"=>10, | |
| "how_long_days"=>30, | |
| "how_many_words"=>50, | |
| "more_text"=>"[...]", | |
| "remove_html"=>true, | |
| "sort_by"=>"post_date", | |
| // if paginating: | |
| "paginate"=>true, |
| <div class="perspective"> | |
| <hr> | |
| <div class="vertical"><hr></div> | |
| <div class="layer layer-02"> | |
| <a href="#">2.<br>ACTIONNEUR</a> | |
| </div> |
| /** | |
| * @file demo JS. | |
| * jQuery 1.5+ | |
| */ | |
| (function( $ ) { | |
| // On DOM ready | |
| $(function() { |
| <?php | |
| /** | |
| * AJAC filter posts by taxonomy term | |
| */ | |
| function vb_filter_posts() { | |
| if( !isset( $_POST['nonce'] ) || !wp_verify_nonce( $_POST['nonce'], 'bobz' ) ) | |
| die('Permission denied'); | |
| /** |
| (function($) { | |
| $doc = $(document); | |
| $doc.ready( function() { | |
| /** | |
| * Retrieve posts | |
| */ | |
| function get_posts($params) { |