Editing Theme Source Code: Difference between revisions


m (Text replace - "Web-Builder" to "website builder")
No edit summary
Line 2: Line 2:
[[Customizing your Theme]] requires knowledge of HTML and CSS and is intended for [[:Category:Advanced Topics | advanced users]]. If you just want to change your theme, you should [[select a new theme]] from our existing library instead.
[[Customizing your Theme]] requires knowledge of HTML and CSS and is intended for [[:Category:Advanced Topics | advanced users]]. If you just want to change your theme, you should [[select a new theme]] from our existing library instead.


 
==Where to Find==
====Where to Find:====


This area can be found in the "My Website" section of the [[Toolbar]].
This area can be found in the "My Website" section of the [[Toolbar]].


 
==Edit Theme Files==
====Edit Theme Files====


Simply click on the file you wish to edit. Your changes will take effect as soon as you click the "Save" button.
Simply click on the file you wish to edit. Your changes will take effect as soon as you click the "Save" button.


[[Image:Customizehtml.PNG]]
[[Image:Customizehtml.PNG]]


 
==Advanced Customization==
====Advanced Customization====


For in depth documentation, please see the [[Creating website builder Themes]] area.
For in depth documentation, please see the [[Creating website builder Themes]] area.
Line 27: Line 23:




<div id="metatags">
 
====Adding Site-wide Meta tags====
==Adding Site-wide Meta tags==
</div>
 
[http://en.wikipedia.org/wiki/Meta_tags Meta tags] encompassing your entire site can be added in the process of editing your Theme source code for when people or search engines visit your website. Most search engines will use the description for a summary in their search results. To create meta tags for your entire site, please add them to the '''<head>''' section of the '''default.html''' file.
[http://en.wikipedia.org/wiki/Meta_tags Meta tags] encompassing your entire site can be added in the process of editing your Theme source code for when people or search engines visit your website. Most search engines will use the description for a summary in their search results. To create meta tags for your entire site, please add them to the '''<head>''' section of the '''default.html''' file.


* ''Please note that the meta tag information added here will be site wide! To add meta tags specific to one of your pages, please set them in the '''Page Description''' field within its [[Page Settings]].''
''Please note that the meta tag information added here will be site wide! To add meta tags specific to one of your pages, please set them in the '''Page Description''' field within its [[Page Settings]].''
 


[[Category:Using website builder to Create a Website]]
[[Category:Using website builder to Create a Website]]

Revision as of 15:14, 16 November 2010

Customizing your Theme requires knowledge of HTML and CSS and is intended for advanced users. If you just want to change your theme, you should select a new theme from our existing library instead.

Where to Find

This area can be found in the "My Website" section of the Toolbar.

Edit Theme Files

Simply click on the file you wish to edit. Your changes will take effect as soon as you click the "Save" button.

Customizehtml.PNG

Advanced Customization

For in depth documentation, please see the Creating website builder Themes area.


You can download an archive of this theme and all of its assets (images, css, html) if you would like to further customize it or edit it on your computer. If you would prefer to create a new theme from scratch, we have a blank theme template with instructions available as well.


Either of these can be downloaded by going to the Upload/Download section.


Adding Site-wide Meta tags

Meta tags encompassing your entire site can be added in the process of editing your Theme source code for when people or search engines visit your website. Most search engines will use the description for a summary in their search results. To create meta tags for your entire site, please add them to the <head> section of the default.html file.

Please note that the meta tag information added here will be site wide! To add meta tags specific to one of your pages, please set them in the Page Description field within its Page Settings.