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
<article <?php post_class(); ?>> | |
<div class="row"> | |
<div class="col-xs-3"> | |
<?php | |
if (get_the_post_thumbnail()) { | |
echo get_the_post_thumbnail($post_id, 'news-thumbnail', array('class' => 'img-responsive')); | |
} else { | |
echo 'kein thumbnail vorhanden'; | |
} | |
?> |
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
// Storefinder | |
#map-canvas { | |
border: 1px solid @grey; | |
} | |
.form-inline { | |
padding: 10px; | |
background: lighten(@grey, 70%); | |
.wrapper { |
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 if ( ICL_LANGUAGE_CODE=='en' ) : ?> | |
ENG | |
<?php endif; ?> | |
<?php if ( ICL_LANGUAGE_CODE=='de' ) : ?> | |
DE | |
<?php endif; ?> |
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
RewriteCond %{THE_REQUEST} "/index\.php\?id=417" | |
RewriteRule index\.php http://www.yourhost.com/new/page/path/? [R=301] |
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
/*================================================== | |
= Bootstrap 3 Media Queries = | |
==================================================*/ | |
/*========== Mobile First Method ==========*/ | |
/* Custom, iPhone Retina */ | |
@media only screen and (min-width : 320px) { | |
} |
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> | |
<h3>BEWERTEN & GEWINNEN</h3> | |
<p>Jetzt hochwertige Preise von URBANARA und Secret Escapes gewinnen. </p> | |
<figure> | |
<img src="###IMG LINK###" alt="###IMG ALT###"> | |
</figure> | |
</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
<div class="col-md-4 second"> | |
<div class="content bgCosmetics" style="padding:0px; background:#fff;"> | |
<figure> | |
<img src="#" alt="#altname"> | |
</figure> | |
</div> | |
<a class="btn btn-default btn-lg btn-block" href="#" target="_blank">Zum Angebot</a> | |
</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
<script type="text/javascript"> | |
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); | |
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); | |
var pageTracker; | |
getTracker(); | |
function getTracker() { | |
if (typeof(_gat) == 'object'){ | |
pageTracker = _gat._createTracker("UA-2605916-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 class="block-spacer"> | |
<div class="row"> | |
<div class="col-xxs-12 col-xs-4 col-sm-4"> | |
<img class="responsive" src="http://lorempixel.com/g/360/200/abstract/8/360-200/" title="" alt=""/> | |
</div> | |
<div class="col-xxs-12 col-xs-8 col-sm-8"> | |
<h2>Überschrift</h2> | |
<div> | |
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</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
##### | |
# | |
# Example .htaccess file for TYPO3 CMS - for use with Apache Webserver | |
# | |
# This file includes settings for the following configuration options: | |
# | |
# - Compression via TYPO3 | |
# - Settings for mod_rewrite (URL-Rewriting) | |
# - PHP optimisation | |
# - Miscellaneous |
OlderNewer