##Wordpress Plugins
- Admin
- Forms
- Template
- Performance
- Security
- SEO
| <script type="text/javascript"> | |
| (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ | |
| (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), | |
| m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) | |
| })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); | |
| ga('create', 'UA-xxxxxx-x'); | |
| ga('set', 'anonymizeIp', true); | |
| ga('send', 'pageview'); |
| // Load Flexslider | |
| $(window).load(function() { | |
| $('.flexslider').flexslider({ | |
| animation: "fade", | |
| controlNav: false, | |
| slideDirection: "horizontal", | |
| directionNav: false, | |
| after: function(slider) { | |
| var controlSlides = $('.flex-nav li'); |
| <?php | |
| // Content, Charset | |
| header('Content-Type: text/html; charset=utf-8'); | |
| // PHP auch explizit auf UTF-8 setzen | |
| mb_internal_encoding('UTF-8'); | |
| $db = array(); |
| /** | |
| * Fullscreenr - lightweight full screen background jquery plugin | |
| * By Jan Schneiders | |
| * www.nanotux.com | |
| * | |
| * Modifications by Chris Van Patten | |
| * http://www.vanpattenmedia.com | |
| * Version 1.5 | |
| **/ |
| .logo { | |
| width: 204px; | |
| height: 100px; | |
| background: url('/img/logo.png'); | |
| } | |
| @media | |
| (-o-min-device-pixel-ratio: 5/4), | |
| (-webkit-min-device-pixel-ratio: 1.25), | |
| (min-resolution: 120dpi) { |
| <div class="postbox"> | |
| <img src="http://placehold.it/500x400/" width="500" height="400" alt="Placehold.it" /> | |
| </div> <!-- /.postbox --> |
| $(function() { | |
| $('.mainWrapper').css("display", "none"); | |
| $('.mainWrapper').hide().fadeIn(); | |
| }) |
| <?php add_theme_support( 'post-thumbnails' ); ?> |