The MU forums have moved to WordPress.org

New WPMU ready theme - Atahualpa 2.2 (6 posts)

  1. BytesForAll
    Member
    Posted 15 years ago #

    Atahualpa 2.2 http://wordpress.bytesforall.com/?p=56

    Tested on WPMU 2.6

    - WPMU Users can upload header images
    - WPMU Users can upload their own logo icon

    - Widget Ready
    - Fluid Width
    - 2 or 3 columns
    - Left sidebar or right sidebar, or both
    - Rotating header images
    - Options page with color pickers
    - 3 custom widgets will install autmatically (Recent comments, Popular posts, Popular posts in category)
    - SEO features (Nofollow, Noarchive, Custom Titles, Meta Tags)
    - Gravatar support
    - Highlighted author comments
    - Valid XTHML, Source ordered, Table-free, "Holy Grail"
    - GPL

  2. d_kc
    Member
    Posted 15 years ago #

    Thank You.
    I was one who requested it :D

    Very nice theme.

  3. BytesForAll
    Member
    Posted 15 years ago #

    If the header images don't show, you may have to replace, in bfa_rotating_header_images.php, 2 times, in lines 12 and 18

    get_option('upload_path')

    with

    ABSPATH . get_option('upload_path')

    On my WPMU 2.6 install it works either way but the second version is the one that should work everywhere. That fix will be included in the next release of the theme.

  4. BytesForAll
    Member
    Posted 15 years ago #

    And if that doesn't work either, replace, in bfa_rotating_header_images.php, 2 times, in lines 12 and 18

    get_option('upload_path')

    with

    str_replace('themes/atahualpa2/functions', '', $_SERVER['DOCUMENT_ROOT']) . '/wp-content/blogs.dir/' . $wpdb->blogid . '/files'

  5. cspring
    Member
    Posted 15 years ago #

    The advice is good but it doesn't indicate which file needs to be edited to change the header image.

    Which files are we editing?

  6. qza
    Member
    Posted 15 years ago #

    It says "bfa_rotating_header_images.php". It's in "functions" directory in theme folder.

About this Topic