Please check if the new version 3.7.5 is already published at wordpress.org
Changelog 3.7.5:
- update the POT file
- Fix missing translation for some words
- Fixed odd character appears in the documentation for ‘Add new Widget Areas’
- Fixed date-modified in post/page info items returns the date published
- update the ‘CrossSlide jQuery ‘ to version 0.6.2
- Enhancement – only load ‘comment-reply.js’ on pages where it is needed
- Remove ‘<p>…</p>’ surrounding footer to prevent validation errors
- Make the ‘Page’ footer work for the archive page
- Replaced functions ‘eregi()’ and ‘ereg()’ which are deprecated in php 5.3
- added a new function to allow testing for a pagetemplate
- added a multi-column custom query’ page template
- enqueue scripts with add_action
The following download link below is meant for downloading an “older Atahualpa, in the future”, in case you need it sometime, or if the new version has not been published yet at wordpress.org :
Atahualpa (4606)
April 17th, 2012
•
Leave a comment
There were still some issues in 3.7.2:
Changelog 3.7.3:
- Replaced (.*) with less greedy (.*?) pattern for ‘custom widgets areas’ preg_replace across multiple lines, too: /functions.php, line 1013
- Replaced preg_match_all with preg_replace_callback for ‘date postinfo’ so that multiple items can be used, /functions/bfa_postinfo.php, line 191-199
- New function bfa_parse_date_callback, /functions/bfa_postinfo.php, line 17
The following download link below is meant for downloading an “older Atahualpa, in the future”, in case you need it sometime, or if the new version has not been published yet at wordpress.org :
Atahualpa (7453)
November 25th, 2011
•
Comments (31)
Changelog 3.7.2:
- Updated instructions for Google Analytics, new asyncronous version
- Site title appended after ‘SEO Ultimate’ title: /functions/bfa_meta_tags.php, line 11-13, see also http://forum.bytesforall.com/showthread.php?t=16055
- Adjustment for ‘Sociable’ plugin: /functions/bfa_postinfo.php, line 474, see also http://forum.bytesforall.com/showthread.php?p=76309
- Removed references to and support for ‘Page2Cat’ plugin, which hasn’t been updated since early 2008: /functions/bfa_get_options.php, /functions/bfa_theme_options.php, index.php, all *.txt files in /styles/
- CSS post image width fix: /css.php, line 1752
- Removed -moz, -khtml & -webkit prefixes for border-radius, opacity: /css.php, many occurrences
- Added missing text domains for translation: /functions/bfa_hor_cats.php, line 41, /comments.php, line 118 & 119
- Added the ‘s’ modifier to apply the ‘custom widgets areas’ preg_replace across multiple lines, too: /functions.php, line 1013, see also http://forum.bytesforall.com/showthread.php?t=15878
- Same as above for ‘date postinfo’, /functions/bfa_postinfo.php, line 186 & 199
The following download link below is meant for downloading an “older Atahualpa, in the future”, in case you need it sometime, or if the new version has not been published yet at wordpress.org :
Atahualpa (6286)
November 25th, 2011
•
Comments (4)
This 3.7.1 release fixes one fatal bug that occurs when you edit a .php theme file on right on the web server, see also http://forum.bytesforall.com/showthread.php?t=15572
Changelog 3.7.1:
- Editing a .php theme file (such as functions.php) right on the web server, through WP Admin -> Appearance -> Editor, would break the theme
The following download link below is meant for downloading an “older Atahualpa, in the future”, in case you need it sometime, or if the new version has not been published yet at wordpress.org :
Atahualpa (6121)
October 6th, 2011
•
Comments (6)
Yet another update. This should be the last for a few weeks. 3.7.0 contains a few security improvements as requested by WordPress
Changelog 3.7.0:
- Escaped several user input fields, mainly search form inputs
The following download link below is meant for downloading an “older Atahualpa, in the future”, in case you need it sometime:
Atahualpa (4893)
October 4th, 2011
•
Comments (7)
Sorry for 2 updates in 2 days. Atahualpa 3.6.9 has only 1 bugfix, not critical but annoying:
- Between page reloads on the theme option pages, the active menu tab was not remembered, you always had to click the tab you previously were on, again
Atahualpa (5657)
October 4th, 2011
•
Leave a comment
This release has 1 security fix and a couple other bug fixes and improvements.
Changelog 3.6.8:
- esc_js added to get_search_query, XSS vulnerability
- issue with css.php: http://forum.bytesforall.com/showthread.php?t=14143
- Page titles doubled & ‘title’ attrbute missing post title: http://forum.bytesforall.com/showthread.php?t=14718
- PHP errors when adding widget areas: http://forum.bytesforall.com/showthread.php?t=14160
- Site Title appended after the ‘WordPress SEO by Yoast’ title: http://forum.bytesforall.com/showthread.php?t=14816
- PHP was still being advertised as being available at “Edit POST/PAGE info items”
- CSS print style would not work right in some cases
- removed proprietary function “bfa_escape”
- replaced proprietary “Tabs” javascript with jQuery -> 1 file less to be loaded in the backend
- The internal CSS & JS files for the Ata admin area are now added through WP
- After you imported a style, you had to reload the amdin area manually to see the new values. Now the page reloads automatically after a style was imported.
- Removed several PHP Notices in the included widgets Recent Posts/Popular Posts/Popular in Category
- Changed the page slug (see browser URL field) of the Atahualpa admin area from “functions.php” to “atahualpa-options”
- Replaced with ‘/wp-content/themes/atahualpa’ in the CSS image paths of all 5 included styles.
- Both DOS and UNIX style line endings were found in the file bfa_theme_options.php
- text domain missing at some places in functions.php, comments.php, legacy.comments.php and comments-paged.php
Atahualpa (5798)
Just in case you wondered, Atahualpa – the #1 downloaded theme on wordpress.org – is alive and will keep getting updated. The next update should be in a couple weeks, or if required, in a couple days. Sorry that this update took so long.
October 2nd, 2011
•
Comments (3)
UPDATE: Atahualpa 3.6.7 released.
In 3.6.7:
- custom widget areas work again, same usage
- plus 2 more bugfixes (1 Typo and this )
In 3.6.6:
This version has 2 big changes due to changes in the requirements for themes listed at wordpress.org (no file operations, no custom PHP code):
- No file operations: Import settings by copying the (content of) the settings file and pasting it into the Atahualpa Theme options – instead of being able to directly upload the settings file. Not a big hassle I think. You probably won’t be importing styles all the time.
- No custom PHP code anymore: After the “Eval” function was not permitted anymore in themes, the alternative “stream wrappers” caused issues on all hosts where Suhosin was installed. The remaining option “temp. files” isn’t an option either because that requires file operations again. Atahualpa was one of few themes, if not the only one, to offer the ability to add custom PHP through theme options. This is not possible anymore in themes listed on wordpress.org. There might be workarounds or even alternative theme options in the near future, here or on the forum
Bugfixes:
See all 8 Bugfixes of Paul, at http://forum.bytesforall.com/forumdisplay.php?f=12, everthing with 364-XX and a few more by me.
Atahualpa (15198)
May 11th, 2011
•
Comments (55)
ThemeFrame Release Candidate available at ThemeFrame.com
Get ThemeFrame at a reduced price while it is in Release Candidate stage. The price will increase in steps as ThemeFrame improves, and will reach its regular price once the RC stage is over. Existing users aren’t affected by any price increases, you get a lifetime license, no recurring payments. The earlier you get ThemeFrame the more you will save.
ThemeFrame lets you create WordPress themes in a visual environment that runs in your browser, on your desktop computer. ThemeFrame is not a theme itself (like “Premium WordPress Themes” usually are), but a program that CREATES WP themes:

Check out the ThemeFrame screenshots, docs, videos, forum at themeframe.com
March 11th, 2011
•
Comments (21)
Download Atahualpa 3.6.4 here
Atahualpa (18407)
This version is in the review queue at wordpress.org but not listed yet
- 361-01: meta tags not appearing in generated source
- 361-02: Tab order on comment form incorrect when user is not logged in
- 361-03: Allow Tag widget links to use Atahualpa widget link styling.
- 361-04: Allow Custom Menu widget links to use same styling as Pages widget.
See also http://forum.bytesforall.com/forumdisplay.php?f=12
2 new options:
- “Style & configure LAYOUT” -> “Emulate IE7″. It defaults to ‘No’ and will only generate the line <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ /> when set to ‘Yes’
- “Header Image” -> “Overlay Header Image”
Check out the BytesForAll Forum to discuss Atahualpa with other users
January 31st, 2011
•
Comments (41)