Tag Archives: Plugin

Change Number of Post On Archive Pages [WordPress]

July 11, 2009

2 Comments

My love for WordPress is no secret. I love it because it takes the focus off of how to display content and let’s website publishers produce better content. But every now and then there comes a time when you have to get your fingers dirty.
I was looking for a way to display more than my [...]

Continue reading...

Javascript Problem w/ WordPress Shutter Reloaded Plugin

July 7, 2009

1 Comment

<!–end sidebar–>
<script type="text/javascript">
//<![CDATA[
shutterSettings = {
imgDir : 'http://www.paulhobson.com/wordpress/wp-content/plugins/shutter-reloaded/menu/',
imageCount : 1,
L10n : ["Previous","Next","Close","Full Size","Fit to Screen","Image","of","Loading..."]
}
//]]>
</script>
<script src="http://www.paulhobson.com/wordpress/wp-content/plugins/shutter-reloaded/shutter-reloaded.js?ver=2.3" type="text/javascript"></script>

<script type="text/javascript">
try{shutterReloaded.init('sh');}catch(e){}</script>
</div>

For a reason that I can’t figure out, the Shutter Reloaded WordPress plugin echoing out the javascript references at the close of my side bar and not after my content below my body tag. This doesn’t make sense because [...]

Continue reading...