HomeFree Wordpress ThemesSupport
 

Archive for the ‘Web Design’ Category

Custom Wordpress Design Services

March 31st, 2007 @ 12:52 pm by Kalina

Are you in need of custom Wordpress design services? We provide this service, our custom Wordpress themes start at $200 USD.

If you’re in need of help in regards to your Wordpress blog, you can hire us, we charge a low fee of $20 USD per hour.

We work fast and efficiently, read what our clients have to say.

To get started, contact us at Kalina Web Designs.

8 Invaluable Wordpress Plugins

June 28th, 2006 @ 4:27 am by Kalina

Wordpress PluginsIf you’re a plugin freak like I am, then you’re sure to enjoy this list of invaluable Wordpress plugins. I’ve tried them all, I like the “Related Entries” plugin the best. That post leaves me longing for more, too busy to go on my own search these days.

If you find those plugins useful, you can go digg the article.

Wordpress 2.0.3

June 1st, 2006 @ 5:17 pm by Kalina

The latest in the Wordpress 2.0 series has been released today, http://wordpress.org/development/2006/06/wordpress-203/

Time to upgrade, everyone. :D

Log IP to Database

June 1st, 2006 @ 3:16 pm by Kalina

I found this today,

I ran this query on my Wordpress database.

CREATE TABLE `ip` (
`id` int(5) NOT NULL auto_increment,
`ip` varchar(50) NOT NULL default ”,
PRIMARY KEY (`id`)
) TYPE=MyISAM AUTO_INCREMENT=1 ;

And placed this php code in my footer.

<?php
$ip = $_SERVER['REMOTE_ADDR'];
$sql = “INSERT INTO `ip` ( `id` , `ip` ) VALUES ( ”, ‘$ip’)”;
$query = mysql_query($sql);

print “Logged: $ip”;
?>

I just like having IP’s logged in my database forever. Maybe you’ll find that handy.

Cross link your sites in one convenient location

May 27th, 2006 @ 9:05 am by Kalina

For those of you who have a large number of sites and find it too time consuming cross linking them, you’ll love this new script, it’s a PHP script which allows you to cross link your sites from one central installation, simple installation and no MySQL required.

http://www.novasoftserver.com/free-scripts/cross-site-links-rotator/index.php


Download Free Wordpress Themes