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
// Post Paging | |
if ( is_singular() && get_query_var('page') && ( !is_front_page() || ( isset($wp_query->queried_object) && 'page' == get_option('show_on_front') && $wp_query->queried_object->ID == get_option('page_on_front') ) ) ) { | |
if ( !$redirect_url ) | |
$redirect_url = get_permalink( get_queried_object_id() ); | |
$page = get_query_var( 'page' ); | |
if ( is_front_page() ) { | |
$redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( "$wp_rewrite->pagination_base/$page", 'paged' ); | |
} else { | |
$redirect_url = trailingslashit( $redirect_url ) . user_trailingslashit( $page, 'single_paged' ); | |
} |
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
.post-grid { | |
margin: 0 auto; | |
text-align: center; | |
} | |
.post-grid article.hentry { | |
float: none; | |
display: inline-block; | |
text-align: left; | |
} |
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
$featured_image = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); |
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
Show hidden characters
{ | |
"bold_folder_labels": true, | |
"caret_style": "phase", | |
"color_scheme": "Packages/Theme - Spacegray/base16-ocean.dark.tmTheme", | |
"font_face": "Fira Mono", | |
"font_size": 14, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ |
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
apply_filters( 'wpcasa_excerpt_more', 'jkr_excerpt_more' ); | |
function jkr_excerpt_more() { | |
return ''; | |
} |
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
$('#searchform input#s').val('Search ...'); | |
$('#searchform input#s').blur(function(){ | |
if ($('#searchform input#s').val() == ''){ | |
$('#searchform input#s').val('Search ...'); | |
} | |
}); | |
$('#searchform input#s').focus(function(){ | |
if ($('#searchform input#s').val() == 'Search ...'){ | |
$('#searchform input#s').val(''); | |
} |
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
<div id="slideshow" class="clearfix"> | |
<div class="slides_container"> | |
<div class="slide-area clearfix"><img src="/img/Banners/Power/Power-1.jpg" width="990" height="330" alt="" /></div> | |
<div class="slide-area clearfix"><img src="/img/Banners/Power/Power-2.jpg" width="990" height="330" alt="" />/div> | |
<div class="slide-area clearfix"><img src="/img/Banners/Power/Power-3.jpg" width="990" height="330" alt="" /></div> | |
<div class="slide-area clearfix"><img src="/img/Banners/Power/Power-4.jpg" width="990" height="330" alt="" /></div> | |
</div> | |
</div> |
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
// Staff metabox fields | |
'id' => 'staff_field_group', | |
'title' => 'Staff Information', | |
'fields' => array( | |
array ( | |
'key' => 'staff_position', | |
'label' => 'Position / Job Title', | |
'name' => 'staff_job', | |
'type' => 'text', | |
'required' => '1', |
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
<div id="slideshow" class="clearfix"> | |
<div class="slides_container"> | |
<div class="slide-area clearfix"> | |
<a href="/capabilities"><img src="/img/Banners/Home/Tenix-WebBanners-home.jpg" width="990" height="330" alt=""></a> | |
</div> | |
<div class="slide-area clearfix"> | |
<a href="/capabilities"><img src="/img/Banners/Home/Tenix-WebBanners-home.jpg" width="990" height="330" alt=""></a> | |
</div> | |
<div class="slide-area clearfix"> | |
<a href="/capabilities"><img src="/img/Banners/Home/Tenix-WebBanners-home.jpg" width="990" height="330" alt=""></a> |