source: trunk/www.guidonia.net/wp/wp-content/themes/atahualpa/README.txt@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 7.3 KB
Line 
1Wordpress Theme "Atahualpa" version 3.2
2
3
4#####################################################################
5
6INSTALLATION:
7
8#####################################################################
9
101. Extract the file "atahualpa3.zip" on your desktop computer,
11i.e. with WinZip or 7-zip
12
13
14#####################################################################
15
162. Upload the complete folder "atahualpa3" with its contents to
17your web hosting account to the directory
18/your wordpress-install/wp-content/themes/
19so the final destination of the "atahualpa3" folder becomes:
20/your wordpress-install/wp-content/themes/atahualpa3/
21You will need a "FTP Client" Software for this
22
23#####################################################################
24
253. Activate Atahualpa3 by clicking on its name or screenshot at:
26
27WP 2.3 and older:
28Your Blog -> Site Admin -> Presentation -> Themes
29
30WP 2.5 - 2.6:
31Your Blog -> Site Admin -> Design -> Themes
32
33WP 2.7 and newer:
34Your Blog -> Site Admin -> Appearance -> Themes
35
36From WP 2.5 on you'll have to click on "Activate [Theme Name]"
37after you selected the theme. In older version the theme will be
38activated without this step.
39
40If you have no "Site Admin" link anywhere on your blog, try
41http://www.your-domain.com/wp-admin/
42If you've installed WordPress in a subfolder such as "blog", it would
43be http://www.your-domain.com/blog/wp-admin/
44
45#####################################################################
46
474. Reload you blog homepage and see if the theme is active. If not,
48repeat the steps above or post at http://forum.bytesforall.com/
49
50If it looks broken, it may be a matter of setting the theme options.
51If the sidebars look empty, you may need to add widgets.
52
53#####################################################################
54
555. Configure the theme at
56
57WP 2.3 and older:
58Your Blog -> Site Admin -> Presentation -> Atahualpa Theme Options
59
60WP 2.5 - 2.6:
61Your Blog -> Site Admin -> Design -> Atahualpa Theme Options
62
63WP 2.7 and newer:
64Your Blog -> Site Admin -> Appearance -> Atahualpa Theme Options
65
66#####################################################################
67
686. The theme will automatically add 4 additional widgets to the list of available widgets:
69
70BFA Recent Comments
71An alternative to the default "Recent Comments" widget
72
73BFA Popular Posts
74Lists the posts with the most comments
75
76BFA Popular in Cat
77Lists the posts with the most comments, in the given category. Will only appear on category pages.
78
79BFA Subscribe
80Provides a Feedburner "Subscribe by Email" form, plus Posts and
81Comments RSS links & buttons
82
83A widget is a content block that you can drag and drop into one
84of the sidebars. All widgets, the 4 BFA widgets and the default
85WordPress widgets, can be found at:
86
87WP 2.2 - 2.3:
88Your Blog -> Site Admin -> Presentation -> Widgets
89
90WP 2.5 - 2.6:
91Your Blog -> Site Admin -> Design -> Widgets
92
93WP 2.7 and newer:
94Your Blog -> Site Admin -> Appearance -> Widgets
95
96#####################################################################
97
987. OPTIONAL: Install additional plugins to enhance your blog
99
100Atahualpa3 should work with just about any plugin. Besides that it
101has improved plug & play support for these plugins:
102
103WP-PageNavi
104http://wordpress.org/extend/plugins/wp-pagenavi/
105
106WP-Print
107http://wordpress.org/extend/plugins/wp-print/
108
109WP-Email
110http://wordpress.org/extend/plugins/wp-email/
111
112WP-PostViews
113http://wordpress.org/extend/plugins/wp-postviews/
114
115WP-PostRatings
116http://wordpress.org/extend/plugins/wp-postratings/
117
118Sociable
119http://wordpress.org/extend/plugins/sociable/
120Go to the settings page at Settings -> Sociable and
121uncheck all boxes in the sections "Position:" and "Use CSS:"
122
123LMB^Box Comment Quicktags
124http://wordpress.org/extend/plugins/lmbbox-comment-quicktags/
125
126Optional: Edit lmbbox-comment-quicktags.php:
1271) To remove the link "Quicktags", delete the line 243
128<a href="http://codex.wordpress.org/index.php/Write_Post_SubPanel#Quicktags" title="Help With Quicktags">Quicktags</a>:
1292) To fix a not validating tag, change line 276
130<script type="text/javascript" language="javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/lmbbox-comment-quicktags.php"></script>
131to
132<script type="text/javascript" src="<?php echo get_settings('siteurl'); ?>/wp-content/plugins/lmbbox-comment-quicktags.php"></script>
133
134Subscribe to Comments
135http://wordpress.org/extend/plugins/subscribe-to-comments/
136
137Paged Comments (not required in WP 2.7+ because paged comments are a core Wordpress feature now)
138http://wordpress.org/extend/plugins/paged-comments/
139
140CommentLuv
141http://wordpress.org/extend/plugins/commentluv/
142
143Get Recent Comments
144http://wordpress.org/extend/plugins/get-recent-comments/
145
146
147Additionally, Atahualpa3 has been tested with
148
149Akismet
150http://wordpress.org/extend/plugins/akismet/
151(this plugin should already be available in your blog)
152Also requires http://wordpress.com/api-keys/
153
154WP Cache 2
155http://wordpress.org/extend/plugins/wp-cache/
156This is easier to install than WP Super Cache
157
158WP Super Cache
159http://wordpress.org/extend/plugins/wp-super-cache/
160This requires that you use Permalinks
161
162WP-Syntax
163http://wordpress.org/extend/plugins/wp-syntax/
164
165WPG2
166http://wordpress.org/extend/plugins/wpg2/
167
168Nextgen Gallery
169http://wordpress.org/extend/plugins/nextgen-gallery/
170
171Feedburner Feedsmith
172http://www.google.com/support/feedburner/bin/answer.py?answer=78483&topic=13252
173
174Should also work with
175All in one SEO (many Atahualpa users are using it)
176and other SEO plugins
177
178
179#####################################################################
180
181- Atahualpa3 has no page.php, single.php, archive.php, archives.php
182This may confuse a plugin that expects to put something into one of
183these files
184
185- The actual CSS styles for Atahualpa3 are located in style.css and header.php
186After you're totally done with all your customizations, you could view the source
187code of your site in the browser, cut the CSS rules from the header section, and paste them at the
188bottom of style.css. Then remove the dynamic CSS part from header.php. That would save around 8-12 kbyte per pageview.
189
190Please note that images in CSS (i.e. background images) must be referenced like this
191- in style.css: url(images/myimage.gif) works
192- in header.php: must be url(/wp-content/themes/atahualpa3/images/myimage.gif) or
193url(http://www.yoursite.com/wp-content/themes/atahualpa3/images/myimage.gif).
194url(images/myimage.gif) will NOT work in header.php. Whenever you reference an image via the
195theme options (by putting CSS rules into one of the many textareas in the theme options area)
196you must reference the image as shown in the examples for header.php (because dynamic CSS
197will appear in header.php).
198
199#####################################################################
200
201
202LICENSE:
203
204 "Atahualpa" is a WordPress theme
205 Copyright (C) 2008 BFA Webdesign, www.BytesForAll.com
206
207 This program is free software: you can redistribute it and/or modify
208 it under the terms of the GNU General Public License as published by
209 the Free Software Foundation, either version 3 of the License, or
210 (at your option) any later version.
211
212 This program is distributed in the hope that it will be useful,
213 but WITHOUT ANY WARRANTY; without even the implied warranty of
214 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
215 GNU General Public License for more details.
216
217 You should have received a copy of the GNU General Public License
218 along with this program. If not, see <http://www.gnu.org/licenses/>.
219
220
221
222
Note: See TracBrowser for help on using the repository browser.