free hit counters
If you are using Internet Explorer as your browser please be running at least IE 7 or above. This site does not support IE 6 or below. Go here for the latest free version including easy download and installation instructions If you want to make it real easy on yourself, download Firefox , the most popular browser in the world. It's free and simple. You'll be so glad you did.
Jan
7
2009

How to edit your custom.css, custom_functions.php file and upload it to your server

From what I’ve seen as I work my way through the thesis forums it appears a  lot of people have trouble finding their custom.css and custom_function.php files to make changes.  This is a simple matter to resolve if you follow these simple steps.  This is the the routine I practice and it works great…

First things you’re going to need are the proper tools. Most computers have a basic text editor on their computer.  This will work fine but I highly recommend downloading the free web developer program Aptana Studio .  It’s by far the best text editor in the biz.  It’s free, it’s easy to use, it has great customer support, it finds mistakes as you write your code, multi-colored code, too much more to list.  Click on the link and check it out yourself.

Next you’re going to need an ftp program to upload your edited custom files to your server. Most hosting companies have this at your disposal.

When I first downloaded thesis to my computer I downloaded it to my desktop just to make it easy to find.  Once I opened up the folder I found my custom.css and custom_fucntion.php files here in the custom file:

1281

I simply copied the custom files right to my desktop so it’s easy to find.

Next I open my text editor, in this case, Aptana Studio, and I open the custom.css file.

I make my changes and save the file as custom.css or custom_function.php. (Don’t change the name)

Once you installed Thesis on your server you go to your ftp program of choice and depending on what directory you installed Thesis to you’re going to eventually find the path that looks like this:

130

When you upload your edited version of the file the ftp program will probably ask you something along the line of “custom.css (or custom_functions.php) already exists. Would you like to overwrite the file?” Click “yes” and it will upload it. You now have your newly edited custom file on your server.

Check out your site, hit the refresh button, and you should now see your changes.

Leaving a comment with code in it...

If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...

  1. Copy your code you want to show
  2. Click here to go to the site to escape the code
  3. Follow the directions, it's so easy
  4. Once you have the escaped code copied, paste it in the comments area where you want
  5. Now you can enjoy life


Go ahead, leave a comment...

{ 3 comments… read them below or add one }

Steve Heideman April 25, 2009 at 7:41 pm

Forget my previous comment. Found it here!

Reply

Lia Halsall May 9, 2009 at 6:55 am

Great website!

I’ve done this but it’s still missing from my dashboard, any suggestions?

Reply

Nasty May 9, 2009 at 11:55 am

What do mean “it’s missing from my dashboard”? What is? Do you have a link to your site?

Reply

Leave a Comment

Previous post: How to change the footer

Next post: How to make your header a clickable image map header