nickpartyka
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Fixing WordPress
In reply to: "Show all posts" option in category dropdown list link doesnt workFigured it out on my own. This is the working code:
<script type="text/javascript"> <!-- var dropdown = document.getElementById("cat"); function onCatChange() { if ( dropdown.options[dropdown.selectedIndex].value == 0 ) { location.href = "<?php echo esc_url( home_url( '/' ) ); ?>blog"; } else if ( dropdown.options[dropdown.selectedIndex].value > 0 ) { location.href = "<?php echo esc_url( home_url( '/' ) ); ?>?cat="+dropdown.options[dropdown.selectedIndex].value; } } dropdown.onchange = onCatChange; --> </script>Forum: Fixing WordPress
In reply to: www and no www in .htacces# Redirect to www
RewriteCond %{HTTP_HOST} ^[^.]+\.[^.]+$
RewriteCond %{HTTPS}s ^on(s)|
RewriteRule ^ http%1://www.%{HTTP_HOST}%{REQUEST_URI} [L,R=301]Forum: Fixing WordPress
In reply to: trying to think of a schema…….masonry with infinite scroll?
Forum: Fixing WordPress
In reply to: Adding My Own Custom Smileyyour image at http://www.improve21.com.au/smileys.jpg just says “remove hot link” …. what do you want your smiley to look like?
Forum: Fixing WordPress
In reply to: Instagram **Auto Load** of photos!!??!!
Viewing 5 replies - 1 through 5 (of 5 total)