View Full Version : I need a custom wordpress template
Ron R
Feb 6th 2005, 12:55 am
I just set up two wordpress blogs. I’m contacting designers to create and install a custom template for both sites. The same template one both.
For more, see the related post at launchscout.com
Ron
ron @ launchscout.com
Foxy
Feb 6th 2005, 1:45 am
I just set up two wordpress blogs. I’m contacting designers to create and install a custom template for both sites. The same template one both.
For more, see the related post at launchscout.com
Ron
ron @ launchscout.com
Ron you can do it yourself
Go into wp
Templates
just under <body> on index.php place
<?php
include ("../includes/headers/header.html");
?>
for example
and the header should be something like
........<link rel="stylesheet" href="http://www.xxx.com/graphics/stylesheets/xxx_style.css" type="text/css">
</head>
<body>
<center><center><table width="730" class="outer">
<tr>
<td>
<table width="728" class="middle">
<tr>
<td>
<table width="726" class="inner">
<tr>
and that will centre an place a border around with 3 colours when you finish off with a footer placed just after the last <div> like
<?php
include ("../includes/footers/footer.html");
?>
and use css to place any images :)
daboss
Feb 6th 2005, 6:23 am
or even better, go to alexking.org - loads and loads of free good quality templates...
also, simply keying in "wordpress template styles" into google yields more than you have time to browse... :)
Ron R
Feb 6th 2005, 9:23 am
Thanks
I’ve found at least fifty different styles including all at alexking.org. I need something original. I’m learning the wordpress interface day by day. That is enough for me with out getting into the design elements.
I could do it myself, but I would sooner write.
PS enjoy the game.
nevetS
Feb 7th 2005, 2:14 am
Check out templatemonster to get started. At least they have an idea. If you can't find anyone here and your other options are limited, go to rentacoder and see if someone that you like doesn't respond.
dakar
Feb 7th 2005, 7:52 am
Thanks.... Been looking for just this thing, ya'll just saved me tons of headaches trying my hand at hacking the default template....
SEbasic
Feb 7th 2005, 7:58 am
All you need to do is change the CSS of the existing site normally...
THE WP default is so flexible, that you can pretty much do most things without having to hack around too much...
SEbasic
Feb 7th 2005, 8:24 am
FYI - I just realised that I'd put a small list of wordpress templates (http://www.softalien.com/forums/3_20_0.html) at my forum the other day...
You should be able to hack around with most of the ones listed there quite easily...
Ron R
Feb 7th 2005, 2:59 pm
Thanks for the replies.
When I first started making sites I learned html. Now that is not enough.
Like I said, I think my time is better spent writing. A good designer can give me a better design anyway.
I haven’t decided on anyone yet so the job is still available. There is opportunity to work on my entire network of sites, but I don’t pay very well.
RLM Webcreations
Feb 8th 2005, 3:40 am
Hi!
I would love to give you a helping hand with your site. I have been in design for over 5 years now. You can see my personal portfolio site at www.rlmwebcreations.com
You will see my rates are really, really low. My designs are professional and I have wonderful loyal clients who are willing to give testimonials.
I would love to talk more with you about what you require.
You can contact me either by email: info@rlmwebcreations.com or icq: 124633448 or by MSN: info@rlmwebcreations.com.
I think that we could be of assistance to each other as I maybe looking for a writer.
I look forward to talking with you!
Ron R
Feb 8th 2005, 6:36 pm
RLM Webcreations and other designers
Thanks for the consideration. I’ve found someone for the job. If it falls through for some reason I’ll come back to this thread among others.
I expect this designer to work out great.
Thanks again
Ron
vBulletin® v3.6.8, Copyright ©2000-2008, Jelsoft Enterprises Ltd.