This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$pages = new query_loop( array( | |
'post_type' => 'page' | |
)); | |
foreach( $pages as $id => $post ) { | |
the_title(); | |
// etc... | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//**************** | |
// $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 { |