header5.jpg

Wordpress Themes

Atahualpa 3.7.3 released

Download Atahualpa 3.7.3 at wordpress.org 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 [...]

Atahualpa 3.7.2 released

Download Atahualpa 3.7.2 at wordpress.org 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 [...]

Atahualpa 3.7.1 released

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 Download Atahualpa 3.7.1 at wordpress.org 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 [...]

Atahualpa 3.7.0 released

Yet another update. This should be the last for a few weeks. 3.7.0 contains a few security improvements as requested by WordPress Download Atahualpa 3.7.0 at wordpress.org 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 [...]

Atahualpa 3.6.9 released

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 3.6.8 released

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 [...]

Atahualpa 3.6.7 released (was 3.6.6)

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 [...]

Atahualpa 3.6.4 released

 Download Atahualpa 3.6.4 here This version is in the review queue at wordpress.org but not listed yet – BUGFIX 361-01: meta tags not appearing in generated source – BUGFIX 361-02: Tab order on comment form incorrect when user is not logged in – BUGFIX 361-03: Allow Tag widget links to use Atahualpa widget link styling. [...]

Atahualpa 3.6.1 released

 Download Atahualpa 3.6.1 here This version is in the review queue at wordpress.org but not listed yet Added ‘global $templateURI,  $homeURL’ to header.php Added ‘$templateURI’ to css.php Replaced ‘caller_get_posts’ (deprecated in WP 3.1) with new function ‘ignore_sticky_posts’ in footer.php line 35 Removed unnecessary ‘return’ from bottom of functions/bfa_meta_tags.php Removed repetitive code from css.php Removed ‘canoncial [...]

Atahualpa 3.6 released

WordPress.org has changed the submission process for themes and also added quite a list of new requirements. Also, themes aren’t reviewed by Automattic employees anymore but by volunteers, i.e. theme and plugin authors. This has various implications, one being that providing backwards compatibility with older WP versions has become an impossible task because the sheer [...]