Hi I'm new to WordPress how do I add my own template ?

ch8878

New Member
Messages
3
Reaction score
0
Points
0
Hi I'm new to WordPress how do I add my own template ?

Plus how do I add my own scripts to it 2 ?
 

Salvatos

Member
Prime Account
Messages
562
Reaction score
1
Points
18
As far as I remember, there was a Templates tab in which you could manage them. You had to upload them to the templates directory previously, if I recall correctly.

I haven't used WordPress in a few years because I hated it, but it should look like that. Good luck, hope that helps.
 

lhyman

New Member
Messages
198
Reaction score
0
Points
0
To add a new theme to your WordPress installation, follow these basic steps:

1.Download the theme archive and extract the files it contains. You may need to preserve the directory structure in the archive when extracting these files. Follow the guidelines provided by your theme author.
2.Using an FTP client to access your host web server, create a directory to contain your theme in the wp-content/themes directory provided by WordPress. For example, a theme named Test should be in wp-content/themes/test. Your theme may provide this directory as part of the archive.
3.Upload the theme files to the new directory on your host server.
4.Follow the instructions below for selecting the new theme.

read the rest here:

http://codex.wordpress.org/Using_Themes
 
Top