🔒 Securing your WordPress site

When it comes to securing your WordPress site there are many ways to go about doing just that. Please allow me to outline a few basic things that can be done to help secure your site outside of having a secure hosting provider for your WordPress site. Choosing a Host As mentioned the first thing …
Read More …

🏞️ WordPress 1.5.x w/Kubrick + Gallery 2

If you are like me, you want everything to go perfectly together… And now, with WordPress 1.5.x with Kubrick, you can use them with each other. This does require the Gallery 2 integration plugin to be installed.

All you have to do is install it, and then, in the plugin settings, add this text to the “Simple Header.”

<style type="text/css">
	.g2_column{
		line-height: 1.4em;
		margin: 0px 0px 0px 11px;
		width: 739px;
	}
</style>
<div id="content" class="g2_column">

After that it should blend perfectly.