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 border="1" cellspacing="0" cellpadding="0"> | |
<tbody> | |
<tr> | |
<td width="49" valign="top"> | |
<p align="right"> | |
<strong> </strong> | |
</p> | |
</td> | |
<td width="71" valign="top"> | |
<p> |
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 | |
/** | |
* Let editor manage users | |
*/ | |
function make_allow_editor_to_add_users() { | |
$edit_editor = get_role( 'editor' ); | |
$edit_editor->add_cap( 'list_users' ); | |
$edit_editor->add_cap( 'create_users' ); | |
$edit_editor->add_cap( 'delete_users' ); |
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 | |
function make_remove_likes() { | |
global $post; | |
if ( get_post_type() == 'projects' ) { | |
remove_filter( 'the_content', 'sharing_display', 1 ); | |
remove_filter( 'the_content', 'post_likes', 1 ); | |
} | |
} | |
add_filter( 'the_content', 'make_remove_likes' ); |
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
diff --git a/includes/slideshow.php b/includes/slideshow.php | |
index 7c0e4c4..96b2e22 100644 | |
--- a/includes/slideshow.php | |
+++ b/includes/slideshow.php | |
@@ -164,16 +164,16 @@ function make_bs_slideshow() { | |
if (isset($image->post_excerpt)) { | |
$output .= '<p>' . $image->post_excerpt . '</p>'; | |
} | |
- $output .= '</div>'; | |
+ $output .= '</div><!-- .carousel-caption -->'; |
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 | |
// Get our current authors info | |
$author = get_queried_object(); | |
// Contains the username which should match the Gravatar account URL. | |
$gravatar_login = $author->data->user_login; | |
// Get all the Coauthor Plus data | |
$coauthor = array_shift( get_coauthors() ); |
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 class="logo span2"> | |
<?php if ( is_front_page() || is_home() ) : ?> | |
<h1><a href="<?php echo home_url(); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/make-logo.png" /></a></h1> | |
<?php else : ?> | |
<h2><a href="<?php echo home_url(); ?>"><img src="<?php echo get_stylesheet_directory_uri(); ?>/img/make-logo.png" /></a></h2> | |
<?php endif; ?> | |
</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
<h1 style="text-align:center;" class="red">World Maker Faire New York: Live</h1> | |
[ustream id=6783644 live=1 hwaccel=1 version=3 width=940 height=529] | |
<div class="row"> | |
<div class="span6"> | |
<h2 style="text-align:center;"><a class="red" href="http://makerfaire.com/location/innovation-stage/" title="Innovation Stage">Innovation Stage</a></h2> | |
[ustream id=33074077 live=1 hwaccel=1 version=3 width=460 height=297] | |
</div> | |
<div class="span6"> | |
<h2 style="text-align:center;"><a class="red" href="http://makerfaire.com/location/innovation-stage/" title="Innovation Stage">Innovation Stage</a></h2> | |
[ustream id=33074077 live=1 hwaccel=1 version=3 width=460 height=297] |
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
<csinclude record="cs_lay/93" field="pre" current="comm" page="faire" faire="ba11" nav="bayarea/2011" show_sponsors="y" newsletter="yes"/> | |
<csif cond="{cs.cgi.x-date}" eq="2011-05-22"> | |
<h2>Maker Faire Bay Area 2011 At-a-Glance Sunday May 22, 2011</h2> | |
<p><strong>View </strong> | |
<a href="http://makerfaire.com/bayarea/2011/schedule/grid.csp">Saturday</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
<div id="maincol-wide-800"> | |
<div class="clr"></div> | |
<div class="content"> | |
<a name="content"></a> | |
<table class="blog" cellpadding="0" cellspacing="0"><tbody><tr><td valign="top"><div> | |
<table class="contentpaneopen"> | |
<tbody><tr> | |
<td valign="top" colspan="2"> | |
<script type="text/javascript"> |