Shoutbox

Need help with Wordpress themes - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Need help with Wordpress themes (/showthread.php?tid=86700)

Need help with Wordpress themes by ryxdp on 10-17-2008 at 09:51 AM

I've just installed Wordpress at the temporary directory of http://cmyk.890m.com/blogzorz, and am trying to get it to match the rest of the site (see http://cmyk.890m.com/skins for an example). What files do I need to edit, is it easy and can I use the original CSS file for the theme?

Failing that, could someone make a Wordpress theme for me?

Thanks :D


RE: Need help with Wordpress themes by Menthix on 10-17-2008 at 10:38 AM

Make a copy of /wp-content/themes/default and copy it to something like /wp-content/themes/newtheme. Now edit /wp-content/themes/newtheme/style.css and change the Theme Name, Description, Version, etc. It will show up as a new theme in your Wordpress admin panel.

Most editing is done in style.css, but all other files in /newtheme/ are responsible for the theme as a whole. If you are fine with CSS and HTML it shouldn't be too hard to modify themes to your likings.

Your links aren't working for me btw.


RE: RE: Need help with Wordpress themes by ryxdp on 10-17-2008 at 11:19 AM

OK thanks MenthiX! :D

quote:
Originally posted by MenthiX
Your links aren't working for me btw.

Working fine over here :undecided: If you see a 404 error page with orange text, that's the style I mean, except left aligned and with a bit of padding on the left.

EDIT: Try clicking on the Skins link in my sig, perhaps.
RE: Need help with Wordpress themes by Menthix on 10-17-2008 at 05:07 PM

quote:
Originally posted by ryxdp
Working fine over here (Smilie) If you see a 404 error page with orange text, that's the style I mean, except left aligned and with a bit of padding on the left.
They're working now. Firefox showed a network error before.
RE: Need help with Wordpress themes by ryxdp on 10-18-2008 at 05:59 AM

I've almost finished it, still a bit of stuff to go.

I've hit a problem with the footer (see the link in the OP). It doesn't appear to be moving down to accomodate the posts. Does anyone know why this is? I think all I need to do is move the <?php get_sidebar(); ?> up so the content div is directly below the footer, so I'll try that.

EDIT: Didn't work.