Tag Archive for 'blog software'

aStore into K2 theme on WordPress

Wha? If you have an Amazon Associates account, you can create a little store. If people buy from that, then you get PAID! That’s what the g-units want isn’t it? To get paid?

SO… You will have to search the web for tips on how to set up and customize your store but here’s how I made it look nice in my K2 powered blog over at Kulcha.

First thing, I got the inline frame code for my store and it looked horrible… about 2 inches wide and scrollbars everywhere!

Next, I created a template in my theme which would elminate the sidebar:

  • Take page.php & add template php code to the top e.g., <?php/*Template Name: No Sidebar*/?>
  • Remove the <? php get_sidebar(); ?> from near the end of it
  • Save this as pagenosidebar.php and upload to theme directory
  • Create a css class to increase the width of your primary div (I put it in the css of my custom K2 style)

After that, I had to edit the css of my aStore. (That sounds dirty huh?)
I just trimmed the margin of the body div from 24px to a lovely 5px.

K2 Theme for WordPress

This theme is kind of a monster. But in a good way. It has a kerjillion features and the code is diligently maintained. K2 has a very clean look and can be easily customized with your own “style”. In the options you can choose to have one, two or three columns.

The latest version (basically a release candidate 3/4 for version 2) boasts an amazing Ajax sidebar manager. There are also very fast live, search features and an Ajax comments engine which posts comments without reloading the page. Sweet?

Searching through themes can be a bit overwhelming… I’ll be looking for function and get distracted by form. Or I’ll be looking for something cool but then remember that I want it to be supported by the latest version of WordPress. K2 is, for now, taking care of all that for me. I’ve got other fish to fry so… I’m using it a lot. Isn’t that what its for?

Oh yeah, you can get it here. And there’s forums where you can post your nubile questions… or heck, ask me?

WordPress 2.1 in its Own Folder with a Static Front Page

If you have an existing WordPress 2.0 and you’ve been using the old static_front plugin from Semiologic you might run into some issues… I was using v 2.4 of sem_static_front and once I upgraded to WordPress 2.1, the plugin wasn’t working any longer. While WordPress 2.1 now offers its own control for that setting, that too was not working correctly for me. But please, forgive us a word from our sponsors and read on…

Continue reading ‘WordPress 2.1 in its Own Folder with a Static Front Page’

Soulcode moves to Wordpress 2.1

The new version of Wordpress is now available. It offers many new features as well as increased speed and security. Soulcode is in the process of redesigning its template to be 2.1 compatible so look out for our new look coming soon!

WordPress Content

Wordpress has a few different types of content:

  1. Posts – dynamic, chronologically presented, the original daily blog item
  2. Pages – rarely changing, essentially a static Post
  3. Links – web addresses and descriptions of sites that relate to your content

Each item of these types of content may also have one or more Categories associated with it. Categories are less important, in my opinion, for Pages than they are for Posts and Links.

Note: There are two different sets of data for Categories. Pages and Posts share the same tables in the WordPress database and have their own Category table. Links use a separate and different Category table – its a Link, not a Post! Read more about Links in this article.

Remember, Pages are simply “static” Posts.

To start adding content to your blog, login to the Admin (yourblog/wp-admin) page and click on the Write Panel. It will default to writing a Post but this is also where you would write a new Page. Just fill in the blanks, type “My Test” in the Title field and then type “This is my first test post.” in the post window (also known as the body of your Post). Now click on Publish and wait a few seconds while WordPress stores this in the database (and makes it available to the world!)

Now click on the “View site” link which always lives at the top of the Admin page next to the name of your blog. Tip: Use tabbed browsing from Firefox. It rocks! You can right click on “View site” and choose Open in New Tab and easily switch back and forth between managing and previewing your content.


Now return to the Admin site and choose the Manage panel. Using the tabs under the Manage menu, you can manage the posts and Pages in your site. That is, you can Edit them, change the title, text and Categories assigned to the Page or Post. Heck, you may even occasionally want to delete something!

You can read more about using WordPress at the very helpful WordPress Codex. Of particular importance is the section on Planning.

Support WordPress!

WordPress Is…

In their own words… “WordPress is a state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards, and usability. What a mouthful. WordPress is both free and priceless at the same time.”

Read this article for more information on WordPress

WordPress Themes

WordPress themes come in many different styles and flavors. Some are simple and clean and built for posting and reading text.

Still others take advantage of the WordPress CMS features to offer navigation and customizable sidebars.

It may be useful for you to read the extensive WordPress documentation on using themes.

Below is a short list of websites which allow you to browse and download WordPress themes. I have ranked them in order of their usefulness to me:

To install a WordPress theme, you must first copy (or ftp) the theme’s files (images and code files) up to your website to the wp-content/themes folder. Please read this article for more information on using File Transfer Protocol software (ftp). To activate a WordPress theme:

  1. Log in to the WordPress admin panel.
  2. Select the Presentation menu option.
  3. From the Select column in the table, click on “Select” for the theme you wish to activate.
  4. To view the new look, click View Site at the top of the Panel’s screen.


What is a blogsite?

Many websites consist of web pages with code and text all created manually using HTML editing and web design techniques and/or site building software like Frontpage or Dreamweaver. And while this model may still be appropriate for some purposes, it is awkward, technical and tends to foster websites that never change.

Blog software was created to make it easy to produce a daily “web log”. WordPress is one of the most popular packages for creating blogs and has been extended so that it is an excellent tool for small websites – what I call “blogsites”.

In a “blogsite”, the website’s look and content are “controlled” by a blog software package such as WordPress. This allows you to create a website which is:
• Visually interesting and easy to navigate for the user
• Easy to update and add content to for the site owner
Continue reading ‘What is a blogsite?’

Blog vs. Mailing List (Push and Pull)

Blog vs. Mailing List – Which is better? Both blogs and mailing lists may be used to communicate to and among groups of people. This article looks at a few scenarios of use and the differences between these tools. The writer also attempts to help instruct users on how to use a “blog reader”.

Continue reading ‘Blog vs. Mailing List (Push and Pull)’

Work

One example of our work is a WordPress website for the environmental non-profit LEAP (Land, Empowerment, Animals, People). This site features a customized theme for WordPress 2.0 with an identical WordPress installation beneath the main site serving as the Projects section of the website.

LEAP

The site includes integration with Gallery 2.0 and the WordPress Gallery plugin.

The full list of technologies mastered, sites developed and mountains climbed is under development. Please check back soon!