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
<article class="widget content-container span12 results-list_posts"> | |
<section class="content-body"> | |
<article class="content-container post"> | |
<section class="content-body clearfix"> | |
<div class="featured-image span6"> |
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
<article class="widget content-container featured-category-questions widget span12"> | |
<header class="content-header"> | |
<h1>Featured Questions</h1> | |
</header> | |
<section class="content-body clearfix"> | |
<section class="span6"> | |
<!-- DROPZONE: FIRST FEATURED QUESTION --> |
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
<article class="content-container featured-question span12"> | |
<header class="content-header"> | |
<h3>Featured Question</h3> | |
</header> | |
<section class="content-body clearfix"> | |
<div class="content-details clearfix"> | |
<span class="content-category"><a href="#" title="Fantasy">Fantasy</a></span> |
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
<article class="content-container featured-post span12"> | |
<header class="content-header"> | |
<h3>Featured Blog Post</h3> | |
</header> | |
<section class="content-body clearfix"> | |
<div class="featured-image span6"> | |
<img src="/wp-content/uploads/2012/07/blogmodule.jpg"> | |
</div> |
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
<article class="widget content-container featured-category-questions widget span12"> | |
<header class="content-header"> | |
<h1>Featured Questions</h1> | |
</header> | |
<section class="content-body clearfix"> | |
<section class="span6"> | |
<!-- DROPZONE: FIRST FEATURED QUESTION --> |
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
<article class="widget content-container span6 ad-widget"> | |
<header class="content-header"> | |
<h1>Advertisement</h1> | |
</header> | |
<section class="content-body clearfix"> | |
[HTML HERE] | |
</section> | |
</article> |
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
<article class="widget content-container span12 page-title"> | |
<section class="content-body"> | |
<h1>All Q&As</h1> | |
<h2>Got a question? Ask and find your answer right here.</h2> | |
</section> | |
</article> |
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
<!-- OLD --> | |
<article class="widget content-container span12 image-widget"> | |
<header class="content-header"> | |
<h3>Discover ideas. Ask Questions. Be you. Welcome to the Community.</h3> | |
<h4>Subtitle</h4> | |
</header> | |
<article class="content-container"> | |
<img src=""> | |
</article> |
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
define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/wp-content' ); | |
define( 'WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/wp-content/plugins' ); | |
define( 'PLUGINDIR', $_SERVER['DOCUMENT_ROOT'] . '/wp-content/plugins' ); | |
define( 'WP_SITEURL', 'http://' . $_SERVER['HTTP_HOST'] . '/'); | |
define( 'WP_HOME', 'http://' . $_SERVER['HTTP_HOST'] . '/'); | |
define( 'WP_CONTENT_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/wp-content'); | |
define( 'WP_PLUGIN_URL', 'http://' . $_SERVER['HTTP_HOST'] . '/wp-content/plugins'); | |
define( 'UPLOADS', 'wp-content/uploads' ); |