Skip to content

Instantly share code, notes, and snippets.

View j-gardner's full-sized avatar

John Gardner j-gardner

View GitHub Profile
@j-gardner
j-gardner / gist:6518347
Last active December 22, 2015 19:19
Set a custom rewrite slug for Arconix Portfolio
<?php // DO NOT include the opening php tag
add_filter( 'arconix_portfolio_defaults', 'my_custom_rewrite' );
function my_custom_rewrite( $defaults ) {
$defaults['post_type']['args']['has_archive'] = true;
$defaults['post_type']['args']['rewrite']['slug'] = 'CUSTOMREWRITE';
// change CUSTOMREWRITE to your desired slug -- http://yourdomain.com/CUSTOMREWRITE
return $defaults;
}
@j-gardner
j-gardner / gist:6513811
Last active December 22, 2015 18:39
Example 5-column shortcode
## 2 columns - 40% / 60% ##
[two-fifths]
Content
[/two-fifths]
[three-fifths last]
Content
[/three-fifths]
## 3 columns - 20% / 60% / 20% ##
[one-fifth]
@j-gardner
j-gardner / gist:6513747
Last active December 22, 2015 18:29
Example 4-column shortcode
## 2 columns - 25% / 75% ##
[one-fourth]
Content
[/one-fourth]
[three-fourths last]
Content
[/three-fourths]
## 3 columns - 25% / 25% / 50% ##
[one-fourth]
@j-gardner
j-gardner / gist:6513703
Last active December 22, 2015 18:29
Example 3-column shortcode
## 2 columns - 33% / 66% ##
[one-third]
This is the column 1 content
[/one-third]
[two-thirds last]
This is the column 2 content
[/two-thirds]
## 3 columns - 33% ea ##
[one-third]
@j-gardner
j-gardner / gist:6513660
Last active December 22, 2015 18:29
Example 2 column shortcode
## 2 columns - 50% ea ##
[one-half]
This is the left column content
[/one-half]
[one-half last]
This is the right column content
[/one-half]
@j-gardner
j-gardner / gist:6510690
Last active December 22, 2015 18:09
Example list shortcode
[list icon="fa-send" icon_color="green"]
-= Use the unordered list button on the editor toolbar to create the actual list items =-
* Item 1
* Item 2
* Item 3
[/list]
@j-gardner
j-gardner / gist:6510379
Created September 10, 2013 14:39
Example toggle shortcode
[toggle title="Toggle This"]Toggle Content to show on click[/toggle]
@j-gardner
j-gardner / gist:6509734
Created September 10, 2013 13:54
Example wp-link shortcode
[wp-link]
@j-gardner
j-gardner / gist:6509707
Created September 10, 2013 13:52
Example the-year shortcode
[the-year before="©" start="2001" after="All Rights Reserved"]
@j-gardner
j-gardner / gist:6509699
Created September 10, 2013 13:52
Example sitelink shortcode
[site-link]