Akismet

Activated the Akismet plugin. Had to obtain a key from the akismet site, and enter to finalize. Free for personal sites.  All done!

Posted in Web Development | Tagged | Leave a comment

October Barrida

Sorry, you need to be logged in to read this
Leave a comment

Widgets

Widgets appear on each page (if it has a side bar) by default. What if we want certain widget elements on some page(s) but not on others? Need to use Conditional tags!  Found the Widget-Logic plug in – this allows the entry of a conditional tag for each widget. So far so good..

Posted in Web Development | Tagged , | Leave a comment

Site Design

Some notes regarding the site design.

Started in PhotoShop with a screen shot of the default 2010 WordPress theme. Knowing the CSS size of elements, I established guidelines for the structure. Selected just the dynamic text part, (cut to it’s own layer) and deleted the rest. Then the fun starts with the design! I wanted to get out of the rectangular look, and see how we can think “outside the box”. Each element on its own layer. After some careful tweaking, I turned off all layers except the background. Saved that as a body-bg.gif. Next I showed the wrapper area only, and cropped it. Saved that as a wrapper-BG.gif. Next isolated the header image and saved that. Used some visual strips of “tape” to tie the upper wrapper background to the rest of the wrapper bg color. This was a little problem as the upper area is supposed to look like transparent tissue paper with torn edges. Once these images were saved, the next step is editing the CSS.

Posted in Web Development | Tagged , , | 1 Comment

More WordPress goodies

Just installed a CaPa module. This lets me lock down some of the post categories. Sorry! But without the appropriate log in credentials, these posts are just not appropriate for public display.

Posted in Web Development | Tagged | Leave a comment

WordPress

WordPress is a good base for a dynamic site, and not to hard to configure – once you know how, but isn’t that always the way? This post documents the initial steps.

So how did it start?
First I installed WordPress into a sub-folder of this site. Using the 2010 default theme, I created a Child Theme folder, and added only those files absolutely necessary – these files override the default 2010 files – if the Child theme is active. Must have the “style.css”, with the updated site info at the top of the CSS page. Also needed are the header.php, footer.php and functions.php. Each of these are tweaked as needed. The functions.php only has the code that is different from the default. No need to duplicate the entire file.

Once this was in place I started modifying the CSS according to the design requirements, and deleting some of the features not needed out of the header and footer files.

Next I decided to use this WordPress installation for the main site. How to “move” the folder was the next issue to troubleshoot. Turns out to be dead simple – move the main index.php out of the subfolder and into the main root. Ditto for the .htaccess file. Then correct the path in the index.php. Ok, not quite so simple, but well documented here:
http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory

Trying to learn WordPress and Drupal at the same time, does not make it any easier. I used to think they were similar, but far from it!

Posted in Web Development | Tagged , , | Leave a comment

Keeping rythm is hard

Sorry, you need to be logged in to read this
Tagged , , | 2 Comments