This page is sponsored by:

8/10 spots available | Order a Link now | Our Sponsorship Program

Overview
Features
Downloads
Donations
Installing
Demo
Changelog
Questions & Known Bugs
Related Posts

Overview

This is version 1.5 of the ‘Connections Reloaded’ theme.

As the name suggests, Connections Reloaded is a complete reload of the highly popular and extremely beautiful Connections theme by Patricia Müller.

Some of the things I changed about the original theme are:

  • Made a single sidebar file for all the pages. It uses WP’s conditional tags to load the uncommon parts of the sidebar. Also added feeds, and miscellaneous stuff. See Variable Sidebar Content.
  • Also modified the header and footer templates so as to remove the redundancy across the Main, Page, Archive, Post, Search etc. templates. So, in the future if you want to change anything in the header or footer, you need to update a single file and not all.
  • Added the 404 template to catch 404 errors. (I wish WordPress incorporated the other errors as well!)
  • Modified the CSS file to add what was needed for my plugins and also added a whole set of settings to make the Live Calendar melt into the rest of the site. If Live Calendar is not installed, then the default WP Calendar is displayed
  • Created Archives and Links template for my Archives and Links page obviously, as in Spirit. Deleted the date.php which is the date template used when a date is queried
  • Also created another template I called Pages with Comments. I felt the need to let my visitors comment on my plugins and hacks, while preventing them from commenting on other pages like the About and Rules pages. I couldn’t use the normal Pages template mainly because it didn’t display the comments form. Also, didn’t want to add the comments form to it, as then it would display across all the pages, which is what I didn’t desire. So, that is where the Pages with Comments template came into the picture. Now for pages where I would like to enable commenting, I use the above template. :)
  • Updated the Comments template, so that the comments form is only displayed for Single Post and Pages with Templates pages.
  • Added the code for a favicon.ico in the Header. Please make sure you create and upload a favicon.ico in your blog root or comment out the code in the header.php file.
  • Modified the footer to add Wordpress statistics.
  • Have added five new classes to style.css, viz. alignleft, alignright, center, left and right. The first three are aligns, the last two are floats.

Features

  • Though the DOCTYPE is XHTML 1.0 Transitional, it perfectly XHTML 1.1 compatible.
  • Perfectly compatible with WordPress 1.5, 2.0.x and 2.1-alpha.
  • Support for WordPress Widgets.
  • It makes optimum use of the various features offered by WordPress
  • Single sidebar, footer and header file are used , thus ensuring ease of use and sitewide modification by editting as little files as possible.

Downloads

Donations

I spend a good deal of time developing, maintaining and hosting this site and the theme. If you like the theme and find it useful and would like to donate something for my work please do click the Paypal Donate button below. The payment is secure. The amount hasn’t been filled in so you can enter whatever amount you choose to donate. Thank you :)

Installing

  • Unzip the contents of the zip.
  • Copy the whole folder into your wordpress’s wp-content/themes/ folder. You will get a folder connections-reloaded.
  • Go to the Presentation area of your WordPress Admin and Select the ‘Connections Reloaded’
  • Create the following pages in wp-admin: About, Archives, Links, Contact. For Archives and Links please choose the Archive and Links template respectively. Ensure that you have permalinks turned on (Select Date and name based or your custom structure), or modify the links in header.php to reflect the modified pages. Note that selecting Numeric based structure as your permalinks causes a clash when your Archives page post-slug is archives. If you would like to use this structure, change your post-slug to something else, e.g. archived (note ‘d’ instead of ’s’).

Demo

ChangeLog:

  • 1.5
    • Complete code rewrite
    • Complete support for WordPress 1.5, 2.0 and 2.1-alpha
    • Support for WordPress Widgets
    • Archives, Links and "Pages with Comments" Page Templates have been improved
    • Trackbacks and Comments now displayed seperately.
    • Title tag rewritten to take care of 404 error pages and search results pages
    • 404 and search pages improved
    • All displayed text now written with _e. This is one more step towards internationalization
    • Though the DOCTYPE is set to be XHTML 1.0 Transistional, the code is XHTML 1.1 compatible for those who prefer it.
    • Improved the footer.
    • Display of the calendar has been improved
    • Have added five new classes to style.css, viz. alignleft, alignright, center, left and right. The first three are aligns, the last two are floats.
  • 1.2.2
    • Fixed a bug that caused comments on password protected posts to remain hidden even after entering the password. File modified: comments.php
    • Replaced Google Reader with Add to Google button under Subscriptions. File Modified: sidebar.php
    • Removed code of a plugin from index.php. It wouldn’t cause your site to break, but it wasn’t required.
    • Removed all target="_blank" attributes from the code files.
    • Footer text modified. File Modified: footer.php
    • Removed Firefox button from the sidebar.
  • 1.2.1
    • Added a button for Google Reader (thanks to Lorelle)
    • Fixed a validation problem. Theme is once again valid XHTML 1.0 Transitional
    • The zip file also includes screenshot.png. This is a screenshot of the theme and will be displayed in the Presentation section of WordPress v1.6
    • Minor CSS improvements
  • 1.2
    • I have added Links and Pages to the sidebar. Links displays only on the homepage while Pages displays all throughout. Currently only top level pages are displayed. You will need to edit the sidebar.php to display daughter level.
    • Version info is not added to the footer. Easy for keeping track.
    • Display of nested categories in the sidebar has been fixed
    • Have added buttons under subscription for Feedster, Spurl, Furl, Newsburst, Rojo and Pluck. If anyone knows the button for adding to Google Reader, please let me know.
    • All images used by the theme are now included in it, especially those used in the sidebar.
  • 1.1
    • Now Connections Reloaded installs in a the folder conections-reloaded
    • Miscellaneous bug fixes
  • 1.0 - Release

Known bugs

If you know of any bugs or have any questions then please post the same in the support forum..

Related Posts

All old comments have now been archived. You can read the old comments here.

Comments:

  1. eduo says:

    Fantastic. I’ll get it and start taking a look at it, as I’ve modified mine a lot. Most should go right in, but I have to get familiarised with the current instance.

    I see there is no mention of the header to accommodate those with random headers. I’ll check how it currently is. In a comment of a previous post I posted the changes I made to make the header a single JPG without a frame and the frame done in CSS (which makes it easy to drop new images for the random header).

    Also, for all those using plug-ins that require special CSS styles. Try the Quick’n dirty CSS plugin, it lets you define a global all.css file in the “themes” directory whose styles are applied to any theme you use. That’s a perfect place to place theme-independent styles you may need:

    http://wp-plugins.net/plugin/fixedstylesheet/

    For the random header I’m using, er, random header:
    http://www.martinet.nl/wp-site/random-header-plugin

    Congratulations again.

    Eduo

  2. Ajay says:

    Hi Eduo,

    Thanks.

    Quite a bit has changed.
    I haven’t yet implemented the random header or without the frame. (probably in the next release).

    You don’t really need a plugin for a random header, the way I am thinking of implementing it requires a little CSS editing.

  3. eduo says:

    Ajay:

    I know. I originally had it made in CSS with PHP. I liked the Random Header option because it, again, allows for compatibility with other themes should it ever be needed (I don’t know why I prefer this, as every theme has its own size for the header, but still…)

    I tried loading it up and it looks perfect, I didn’t get any errors or anything and just was missing most of the extras I had (which I had under conditionals all around). I like what you did with the sidebar, which is something I had done already but forgot to comment it here in the past. Unifying it.

    I can’t see the widgets part, though. I’m not sure if I’m not looking in the right places or if it may not appear if the WP installation is in spanish.

  4. Ajay says:

    Great to know everything works fine. I did a thorough testing on all three versions of WP, but sometimes things can slip by.

    Regarding the Widgets, you will need to get hold of the widgets plugin.

    Have a few widgets I plan to release, maybe when I can get some spare time on my hands.

  5. ed bacchus says:

    Love the theme and will upload new version this evening. Can someone help with trying to change the image that is in the header? I am having a new header image and logo desinged and need to know how to put inth the theme.

  6. Ajay says:

    Get the Connections Reloaded Header from above.

  7. Thierry says:

    Ajay, that theme of yours is gorgious.

    In order to translate it in french, I internationalized it this way :
    - change every occurrence of _e() and __() to add a 2nd argument ‘connections-reloaded’
    - modify header.php to add ‘load_theme_textdomain(’connections-reloaded’)’
    - create a fr_FR.po file to include every string passed to _e() and translate these, and placed the fr_FR.mo generated by poEdit in the theme directory
    - add a few _e() and __() here and there where needed.

    This version is available on my site, if you want to merge the modifications so everyone can easily add a language to this beautiful theme of yours.

    Thanks again, Ajay.

    Thierry

  8. Ajay says:

    Thanks Thierry,

    This is something that I have been wanting to do quite a while.

    Will I need an en_EN.mo?

    Very new to internationalization, but am going to get to work on this :)

  9. Thierry says:

    No, you won’t need an en_EN.mo as english is the default language :) But now, your theme users can make a language file for any language they want :)

    PS: I forgot one localization in comments.php, if you downloaded the zip file, make sure you get my latest version.

    Thanks again for that beautiful theme you created. It was a pleasure to translate it.

  10. Ajay says:

    Got hold of the new file.

    Thanks for doing my work ;)

    Am going to see if I can generate the .mo file and all myself using poEdit.

    Have a few more modifications planned, so hoping those work out. Will try to get the international community to translate the theme into other languages.

  11. arifsanchez says:

    Swexxy Layout. Clean and simple though. Keep update , i’ll revisited.

  12. BB says:

    Nice theme! You put a lot of thought into it. Thanks for mentioning my
    Spirit
    theme. Keep up the great work!

  13. Ajay says:

    Hi BB,

    I was using Spirit at first on the blog before the move to Connections. Took the best of Spirit and put it into Connections for the first version.

    Ofcourse a lot has changed since then…

  14. Roger says:

    Just one question: ever ever think in 2006, somewhere on the line, to make a 3 columns version of your template?

    Gee! This Ajax preview thing ..I feel like somebody is watching everything I am writing!

    By the way, a contribution to help you to transform your nice template in a 3 columns is on my mind!

    Thanks

  15. Ajay says:

    Yes Roger, sometime soon.

  16. Michael says:

    The Installing instructions say to “Create the following pages: About, Archives, Links, Contact in wp-admin to ensure you don’t get 404 errors. For Archives and Links please choose the Archive and Links template respectively.”

    I created pages for these, but the links still don;t work? For example, I’m supposed to make an “About” Page in the WordPress GUI, right? Or am I supposed to literally “create a fpage” under the “wp-admin” directory via FTP? If so, what’s the fiull name: about.html? I’m not sure how making those pages makes the headewr links work? I’m using the default links, not Permalinks - is that the issue? I think the “Installing” instructions could use some clarification. Thanks!!

  17. Ajay says:

    Thanks for the suggestion Michael.
    Instructions have been updated.

  18. Jay says:

    Hi Ajay,

    firstly, love your work! Fantastic job on reloaded!

    One thing I’ve noticed is with your comments, the name and date are to the side of blockquote.gif, with my install the date is partially obscured by blockquote.gif. Any ideas?

    Cheers and keep up the good work!

  19. sfong says:

    Dear Ajay,

    Check this out http://blog.fongstanley.com/2006/07/17/latest-from-the-theme-blender/ do a few clicks for me thru your theme and let me know if anything isn’t right.

  20. tony says:

    What plugin are you using for the recent post listing to appear on top of the page

  21. Ajay says:

    Hi Tony, I used to try the Recent Posts plugin quite a while back.

    however, disabled it to reduce resources used on the blog.

  22. Mikaël says:

    Just as Michael said, I didn’t find the explanation on creating the About and Archives pages confusing. I did a bit of testing myself and found out that, in order to not have to change the header, permalinks settings are important. They must be NUMERIC.
    Maybe it’s useful to update the installation text ?
    Besides that, I very much like the theme !

  23. Ajay says:

    Thanks for the suggestion Mickael, I have updated the installation a bit.

    I think will write more detailed one soon.

  24. CJ says:

    I’m a huge fan of this theme, and while I too had some confusion over the archives and such, I eventually figured it out.

    What I can’t figure out is why my sidebar has suddenly gone nuts and moved to the bottom of the page. Can you take a look at the site and tell me if I’m doing something wrong?

  25. Ben says:

    I am working on using your theme. However, the instructions concerning the About/Archive/etc links do not seem to be helping me out. I am using the numeric setting for permalinks but i don’t understand what else i need to do. The instructions seem to imply that is all that is required.

  26. Ajay says:

    Hi Ben,

    Thanks for pointing this out. I tested it and it looks like the Numeric based structure is clashing with the Archives page that was created.

    You have two options:
    1. Rename the post slug of the archives to archived

    or

    2. Do not use the Numeric Based structure.

    The installation text updated.

  27. Thilak says:

    Nice Theme, I’ve seen it in couple of my friends blogs. Good Job

  28. Ajay says:

    Thanks Thilak :)

  29. Frolic says:

    Hello Ajay,

    First, congratulations for this great job.
    I am trying to mov the sidebar to the left?
    How can I do this?

    Regards,

    Frolic

  30. Nicholas Shanks says:

    The header.php ought to use:

    <html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
    <head profile=”http://gmpg.org/xfn/11″>

    adding lang attributes and updating XFN to 1.1 (which adds rel=me)

  31. Ajay says:

    @Nicholas, this language_attributes is only applicable for 2.1 onwards.

    Thanks for the update on the XFN standard.

  32. Jure Repinc says:

    Thanks for the excellent theme. I have used the French translation and translated the theme into Slovenian language.

    [SLO] Sedaj je na voljo tudi Slovenski prevod Connections Reloaded 1.5.

  33. Ajay says:

    @Jure, Thanks for releasing the translated version of the same :)

  34. Peggy says:

    Is there any chance at all that you’ll be designing a 3 column template for Connections Reloaded (side column on left and right side of content)??

    I simply LOVE this theme, but need 3 columns for my blogs.

    Peggy

  35. Ajay says:

    Unfortunately, I won’t be releasing any derivatives of CR in the future Peggy, because of a change in license in the original Connections.

    Implementing a three column shouldn’t bee too difficult. I believe there was a three column of the original Connections, but you’ll have to hunt around.

  36. Monika says:

    Hi Ajax

    Love your template, however I’m confused about making the links work in the top right e.g.”archives”"links”and “contact”. I searched high and low for info but nothing I try seems to work for me. Could you pls have a look at my site?
    Also I understand that the only way to change the header image at this stage is to install the “header image rotator”plugin. But this plugin doesn’t allow me to set a particular image. It rotates and I don’t want that. I’d like the pic to stay as I choose it.
    Are there any updates on other ways please?
    Thanks heaps
    Monika ;-)

  37. db carson says:

    “Create the following pages in wp-admin: About, Archives, Links, Contact. For Archives and Links please choose the Archive and Links template respectively. Ensure that you have permalinks turned on (Select Date and name based or your custom structure), or modify the links in header.php to reflect the modified pages. Note that selecting Numeric based structure as your permalinks causes a clash when your Archives page post-slug is archives. If you would like to use this structure, change your post-slug to something else, e.g. archived (note ‘d’ instead of ’s’). ”

    this is a like a foreign language to me.

    I’m trying with no luck to use connections and was hoping that the reloaded would work with out having to make changes to the code.
    Do I have to do this change ?

  38. Vince says:

    Nice theme, I have been a fan of the connection code for a while. All I have changed it the colors and banner.

    My question is how do I hide/remove the blog title and desc. from my header and keep it in the browser for SEO (Dashboard>General Options>Weblog title:)? Since I use my own header image I do not want it to show. The research I have read says I can “turn it off in the stylesheet but I can not find the area to change to “show none”.

    I just noticed that the submit says “No support questions” Where can I seek help? I tried the wordpress support forum with no replies.

    Thank you,

  39. Oyun says:

    very good themes.nice a job thanks ajay

  40. Jennifer says:

    Ajay,
    Thanks so much for updating this theme. I’m so glad to have the widgets functionality!

  41. Artem says:

    I saw this theme on many hosted wordpress blogs. I am impressed how changing colors and borders could make theme popular.

    Now I thinking about installing this theme on one of my blogs because of it’s popularity.

  42. Yuriy says:

    Ajay,
    It’s working with your help. Good job. Thanks a lot!

  43. Mike says:

    Ajay ;
    keep up the your great work.
    thank you.

  44. William says:

    Nice theme, I have been a fan of the connection code for a while. All I have changed it the colors and banner…

  45. NBA says:

    First, congratulations for this great job.the name and date are to the side of blockquote.gif, with my install the date is partially obscured by blockquote.gif.

  46. Enya says:

    Nice theme, I have been a fan of the connection code for a while. All I have changed it the colors and banner.


Leave a Reply:


Trackbacks & Pingbacks:

  1. Pingback from WordPress Widgets » Blog Archive » Connections Reloaded

    [...] It's Ajay's widgetized version of the beautiful Connections theme by Patricia Müller. [...]

  2. Pingback from Chicanery’s Requiem » Testing new theme mods

    [...] Apologies for any weirdness today, I’m playing about with an updated version of my main theme, to allow me to install the Widgets mod. [...]

  3. Trackback from Chez Thierry

    Thème Wordpress : Connections Reloaded 1.5 localisé en français…

    Ajay D’Souza vient de mettre à disposition son superbe thème Wordpress 2.0, Connections Reloaded 1.5, bourré de petites choses bien sympathiques, et surtout, prêt à utiliser les Widgets Wordpress.
    Seul souci, le thème n’est pas locali…

  4. Pingback from Connections Reloaded 1.5 in French » Ajay - On the Road called Life!

    [...] Chez Thierry has done an amazing job of creating an internationalized version of Connections Reloaded 1.5. He has generated the required .mo and .po files which you can use to translate, using poEdit. [...]

  5. Pingback from Wordpress Theme:Connections Reloaded 1.5 - Blogging Tips,Make Money Online

    [...] I am sure you are familiar with ajaydsouza.com, creator of the Connections theme. Well, he just released the Connection Reloaded 1.5. [...]

  6. Pingback from Connections Reloaded - EWEBMAG : Wordpress Themes Collection

    [...] Demo / Download [...]

  7. Pingback from Connections Reloaded Credit Line » Ajay - On the Road called Life!

    [...] I have noticed that a lot of users of my theme Connections Reloaded are removing the credit line in the footer. [...]

  8. Pingback from Connections Reload. » quasi.dot

    [...] Connections Reload e’ il nuovo tema di Wordpress che ho adottato, temporaneamente. E’ la naturale evoluzione di quello precedente ed anche se ero partito con le migliori intenzioni per alleggerire quanto possibile ho fatto esattamente il contrario. In attesa di un futuro tema a 3 colonne che mi soddisfi potete utilizzare il “theme switcher” a lato per tornare alla versione procedente piuttosto che per scegliere qualche altro layout. Share & Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. [...]

  9. Pingback from Weblog Tools Collection » Connections Reloaded 1.5

    [...] With the release of WordPress Widgets and requested by several of my users, I felt it but appropriate to release a new version of Connections Reloaded. [...]

  10. Pingback from aNieto2K | Lo que quiero, cuando quiero y como quiero » Cosillas para Wordpress (I)

    [...] Connections reloaded, el magnifico theme para wordpress se moderniza [Demo][Descargar] [...]

  11. Pingback from 10000+ downloads served » Ajay - On the Road called Life!

    [...] Connections Reloaded leads the download count with nearly 3700 downloads. Bad Behavior Stats Plugin follows with 2358 downloads. Both Transpose Email and Open Browser Window have over 1000 downloads and even my new plugin Open Picture Window has 220 downloads from April 1!! [...]

  12. Pingback from Well here I am again…. » Magickal Mystery

    [...] Well, after spending days working with various templates, I have finally decided on this one, although I’m modifying it to my liking as much as possible. My favorite WP template is Taft 1.0. Unfortunately, this template doesn’t support widgets and other cool stuff available for WP 2.0+. Not to mention, I suppose the font (although beautiful) would have become tedious over time. [...]

  13. Pingback from sunburntkamel » Blog Archive » Displaying Category Descriptions

    [...] Connections/Connections Reloaded/Disconnected all use a category template. the heading for each page should read: [...]

  14. Pingback from Amburr Theme » mikeshannon

    [...] Amburr Theme. This theme was originally derived from the Connections Realoded theme by Ajay D’Souza - no major changes, just re-styled mostly. [...]

  15. Pingback from Caught in the World "Wild" Web » Blog Archive » Amburr Theme

    [...] Mike Shannon has done an amazing style change on my Connections Reloaded Theme for WordPress. [...]

  16. Pingback from Rate Connections Reloaded on BlogFlux » Ajay - On the Road called Life!

    [...] I had added Connections Reloaded a long time back to it and decided to check on the same today. [...]

  17. Pingback from I can’t stop, messing around, with this site » Blog o’ Rouston

    [...] Well, the reason is that I liked Tudor’s idea of using Flickr to store and show photos and there are some fairly nifty plugins that already exist for integrating flickr, which look nice. Currently, I am trying to wrestle FAlbum into this theme, but as you can see from the photos page, it seems to enjoy breaking the CSS. And all attempts to remove the sidebar have come up with nothing. I posted on the designers support forum so hopefully he should be able to tell me where I’m going wrong. [...]

  18. Pingback from Because I Write » Blog Archive » Latest from the Theme Blender

    [...] The default theme you now see is Ajay’s Connection Reloaded blended with NewZen sidebar. [...]

  19. Pingback from 5000 for Connections Reloaded » Ajay - On the Road called Life!

    [...] Connections Reloaded today crossed 5000 downloads. [...]

  20. Pingback from Not quite perfect » technobabble.tv

    [...] I wrote about the Copyscape tool to see who is copying stuff from your blog. I ran it again today and it found several sites with my content; unfortunately the content was the theme I am using! It found things like the credit line, calendar, etc.   « Awesome weekend in NYC |   [...]

  21. Pingback from Themes » The Fascination Place

    [...] Connections Reloaded, another 3-column theme. [...]

  22. Pingback from Website up and Running (Well, sort of…) » Tyn-y-llan

    [...] There’s still a look to do (having decided to change themes, I need to play around with much of the new “connections” styles and templates to get it how I want it, but that can wait ’till tommorow.   « Arrival Checklist - Spring, Summer & Autumn |   [...]

  23. Pingback from tales of relativity » The Mines and The Miners

    [...] On an aesthetic note, I have decided to use a modified version of the Connections Reloaded theme by Ajay D’Souza. This theme is itself a variant of the beautiful Connections theme by Patricia Müller.   « thus, a new day begins |   [...]

  24. Pingback from 6000 Download old » Ajay - On the Road called Life!

    [...] Connections Reloaded today crossed 6000 downloads. [...]

  25. Pingback from Peekaboo / thorough

    [...] I’ve been playing around with the plugins and themes on my site and I haven’t found theme that holds a candle to plaintxtBlog except my all time favorite (Connections and Connections: Reloaded). Luminus is hopefully back in the blogging saddle as I, sort of, am too. So much to do around here, but the procrastinator in me keeps rearing its ugly head. I’m off to do some ‘real’ work now … after I read Scobleizer. Man, what would I give to be this guy whose wish came true (Hat tip: Scoble)? In other news, I’ve got the Snap preview plugin (Download here)rolling and thus far, I think I like it. It definitely gives my little ole bloggie some eye candy. I’ve also ditched my PXSMail plugin for the Secure and Accessible PHP contact form. Alright, gotta run. Update later. [...]

  26. Pingback from Connections Reloaded v1.5 optimized for WPG2 » Blog Archive » Aylwin’s DevSite

    [...] Connections Reloaded is based on the Connections theme. It includes support for Widgets and some other nice modifications to the original theme. [...]

  27. Pingback from Ze Bloggy Christmas Party at Psychotic Ramblings Of A Mad Man…

    [...] Statistically, the most popular resident Indian Blogger as of now, by virtue of being the maker of the extremely well received Connections Reloaded Wordpress theme ↩ [...]

  28. Pingback from Born of frustration… » wonderful electric - blogging at the speed of life

    [...] only one thing for it - go back to an old theme and hope it worked. So welcome back old stalwart Connections Reloaded. So now it works again, but why oh why oh why wasn’t there a simple Google-able solution out [...]