Skip to content

Instantly share code, notes, and snippets.

View beneverard's full-sized avatar

Ben Everard beneverard

View GitHub Profile
<?php
$pages = new query_loop( array(
'post_type' => 'page'
));
foreach( $pages as $id => $post ) {
the_title();
// etc...
}
//****************
// $SS-ICON $FANCY
[class^="ss-"], [class*=" ss-"], .ss-icon {
&.fancy {
display: inline-block;
margin-right: 5px;
padding: 8px 8px 8px 0;
line-height: 1;
&:before {