This file contains 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
<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\"> <html xmlns=\"http://www.w3.org/1999/xhtml\" <?php language_attributes( \'xhtml\' ); ?>> <head profile=\"http://gmpg.org/xfn/11\"> <meta http-equiv=\"Content-Type\" content=\"<?php bloginfo(\'html_type\'); ?>; charset=<?php bloginfo(\'charset\'); ?>\" /> <meta name=\"viewport\" content=\"width=device-width; initial-scale=1.0\" /> <title><?php tj_custom_titles(); ?></title> <?php tj_custom_description(); ?> <?php tj_custom_keywords(); ?> <?php tj_custom_canonical(); ?> <link rel=\"profile\" href=\"http://gmpg.org/xfn/11\" /> <link rel=\"stylesheet\" type=\"text/css\" media=\"all\" href=\"<?php bloginfo( \'stylesheet_url\' ); ?>\" /> <link rel=\"alternate\" type=\"application/rss+xml\" title=\"<?php bloginfo(\'name\'); ?> RSS Feed\" href=\"<?php bloginfo(\'rss2_url\'); ?>\" /> <link rel=\"alternate\" type=\"application/atom+xml\" title=\"<?php bloginfo(\'name\'); ?> Atom Feed\" href=\"<? |
This file contains 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
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/noty/jquery.noty.js"></script> | |
<script type="text/javascript"> | |
$(document).ready(function(){ | |
noty({"text":"Hi! I'm an example text. When I grow up I want to be a noty message by Default","layout":"top","theme":"noty_theme_default","type":"information","animateOpen":{"height":"toggle"},"animateClose":{"height":"toggle"},"speed":500,"timeout":false,"closeButton":true,"closeOnSelfClick":true,"closeOnSelfOver":false,"modal":false}); | |
}); | |
</script> |
This file contains 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
## functions.php | |
/* | |
-------------------------------------------------------------------------------- | |
Favorites button applied to individual posts | |
Based on: http://www.dnxpert.com/2010/06/11/mark-blog-post-as-favorite-in-buddypress/ | |
-------------------------------------------------------------------------------- | |
*/ | |
function my_bp_activity_is_favorite($activity_id) { |
This file contains 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
.page_nav .page-numbers{ | |
padding:4px 8px; | |
margin:0px 4px; | |
border:1px solid gray; | |
color:#FFB134; | |
} | |
.page_nav .current{ | |
border:1px solid #FFB134; | |
background-color:#FBEFDB; | |
} |
This file contains 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
function new_excerpt_more($more) { | |
return '<a href="'. get_permalink($post->ID) . '">' . ' [Read More]' . '</a>'; | |
} | |
add_filter('excerpt_more', 'new_excerpt_more'); |
This file contains 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
<meta name="viewport" content="width=device-width; initial-scale=1"> |
This file contains 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
<meta name="viewport" content="width=device-width; initial-scale=1"> |
NewerOlder