Learned Something… “It is Better to code in the <table> format when coding for Email Newsletters.
Month: May 2013
Widgitize the Sidebar
Right, I have been working with wordPress for a long time now. I was recently working on a WordPress theme and working on the sidebar. You know that Sidebar’s are widgitized so if you are looking for a quick way to add a sidebar widget follow this quick method.
if (function_exists("register_sidebar")) { register_sidebar(array( 'name' => 'left-sidebar', 'before_widget' => '<div class="side-widget">', 'after_widget' => '</div>', 'before_title' => '<h2>', 'after_title' => '</h2>', )); }
Right, this code goes into the functions.php file of your active theme. This function adds a Widget in your theme.
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('left-sidebar') ) : ?> <!-- Add your stuff here --> <?php endif; ?>
The code above goes in your sidebar or your where you want to add the sidebar.
Cheers.
My First Share
Right, I wanted to make the blog kick off right and with something that would benefit all. I have already started to publish my portfolio stuff on behance (after a major data loss). While searching through archives I found this design, I did for a client and was not accepted.
So, instead of going through the trouble of selling it, I thought why not give it for free . So here you go with a download link at the very bottom.

P.S. This theme was made for Object Synergy.
A Blog!
Yup, finally decided to install a Blog, again.
This time there is going to be one theme (Twenty Thirteen, Yup! Already in Love <3), and yes, currently I am using WP 3.6 Beta 2
I’ll be sharing some stuff that I work on a daily basis along with free stuff as well.
Cheers