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
<li> | |
<a href="http://twitter.com/<?php echo $warrior_twitter_username; ?>"> | |
<img src="<?php echo get_template_directory_uri(); ?>/images/icon-twitter.png" alt="<?php _e('Twitter Followers', 'warrior'); ?>" title="<?php _e('Twitter Followers', 'warrior'); ?>" /> | |
<strong><?php echo twitter_followers_count($warrior_twitter_username); ?> </strong> | |
</a> | |
</li> |
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
List of file changes on MagazinPress v1.0.1 | |
/magazinepress/includes/widgets/warrior-posts-box-three.php | |
/magazinepress/functions/theme-options/theme-options.php | |
/magazinepress/functions.php | |
/magazinepress/styles/default/default.css | |
/magazinepress/changelog.txt | |
/magazinepress/style.css | |
/magazinepress/includes/widgets/warrior-ad-300x250.php | |
/magazinepress/includes/widgets/warrior-posts-box-three.php |
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
-- | |
-- Table structure for table `slides` | |
-- | |
CREATE TABLE IF NOT EXISTS `slides` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`title` varchar(255) NOT NULL, | |
`image` varchar(255) NOT NULL, | |
`created` datetime NOT NULL, | |
`modified` datetime NOT NULL, |
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> |
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"><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
$('#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
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
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": | |
[ |