Scarform’s Blog

Wordpress as CMS

The digital age and the creation of Wordpress themes has become so integrated as a social project into the daily lives of so many people that the creation of themes has become more streamlined than ever before.

Pick any theme available for Wordpress, and I can almost guarantee that it shares common roots with almost every other theme released, save for the ones coded by the left-over remnants of the Notepad-era.

With an open library on the very subject of code, and the helping hands put forth by the community in its entirety, its a wonder to me that there still exist companies that try to sell Wordpress themes that are nothing more than shiny versions of more standard Free Wordpress themes.

Anybody with a little bit of ingenuity and common sense can look at a theme anywhere on the internet and figure out what Wordpress function to use to get the same effect.

Saying that Wordpress is a CMS is saying nothing more than “I can place certain elements in certain places and make them appear when certain pages are shown”.

Manging content is no more complex than categorizing information and making it easy for the end-user to reach said-information.

And I think once people realize this fully, that they can make themes on-par with the ones that are being sold, the whoring of yet another great innovation in the Internets history can stop completely, and we can get back to what it was meant to be.

theme nottke offers no support.

We’ve released a new theme called Nottke and will offer no support. It is recommended to be downloaded by those who are very confident in the creation and implementation of Wordpress themes as it is a direct rip of of this site and is not ready to simply be dumped and then activated on another site.

There is a lot of code that needs to be edited and we offer it strictly on an as-is basis.

If you feel like your skills in php and design are sufficient, then why not give it a shot?

Wordpress 2.4 Wish-list: Line Reminder

When checking the validity of html in W3, it gives you not only the errors, but what line the errors are on.

When you break something in Wordpress, it outputs an error message with what line the error occurred on.

Wish-list item numero uno: when coding in the theme editor, a simple little digit somewhere easily seen on the page (no matter where you are) that tells you what line you are currently editing.

Recap for August 23rd to the 28th (Wordpress)

Plugins:
Amazon Links Pro
Wp Link Mentor
Multiple Social Bookmarking
Plugins Viewer
Slimbox
Visitor Counter Widget
Youtuber
Authimage
IMDB Movie Information Tag
Move Comments
Slickr Gallery
Trustmeter for Google
Addpile
Adkit24
Ajax Comments
Author TinyMCE
Batch Validator
Contact Widget
Disk Usage
Google Maps Quicktag
Wp-Guestmap
Live Wordpress
Meta Robots
Moolet Ploplet
Optimize DB
Photomapper
Russian Search
Viddler

Themes:
Be Right Back
Blueberry
Tiffany Blue
Avirb Motion
FTW
Geezeo
Loopy Blue
Nature
Particles
Photoblog
Vertigo


Wordpress 2.3 Beta
Wordpress 2.3 Taxonomy Schema
Wordpress 2.3 Release Timeline


Wordpress 2.3 Beta 1

Sources: Wordpress dashboard, Wordpress.org, Boren.nu, Weblogtoolscollection.com

Updating permalinks without breakage

I’ve been lamenting over my permalink structure for a while, and while I wanted to change it, I realized I had had too many link-ins to change it without resulting in errors.

Thanks to Dosh-dosh, I was pointed to a Wordpress plugin that maintains your old permalink structure by creating a 301 redirect to the new.

Permalinks Migration Plugin can be found here. Installation and usage is easy: I set it up in about 5 seconds.

Wordpress is bigger than Jesus.

Did you know that if you were to perform a search for “Wordpress”, you would get more results than for “Jesus”?

Currently, Wordpress ranks in at 151,000,000 results (returned in 0.10 seconds).

And apart from “Jesus”, it’s apparently more popular a phrase than “Satan”, “President Bush”, “Anime”, and “the beatles” (who, coincidentally are not “bigger than Jesus”).

Plugins to do amazingly simple things.

It really kind of amazes me the amount of work people will go through to avoid work. For instance, plugins that do very simple things.

Let’s remember for a moment that Wordpress is written in php and that one small set of files is enough to run the entire front-end.

So let’s say that somewhere within the index.php file of the site, you place on single bit of code. If you’re running a layout where single post views, archive views, and the main page all look the same then chances are pretty good that whatever you placed there will appear everywhere.

Keeping that in mind, let’s go on a run-through of two types of plugins that do exactly that - as well as the code to just do it yourself.


Buy Me a Beer - (or any Paypal donation type plugins.

What these plugins are good for are placing within the loop of single post page views a line of code that does something very simple: combines a donation link and the permalink to the post in question.


Submit it - (or any plugin that allows a user to submit a single post to any social bookmarking site, like Digg and the like).

Like the Paypal plugins, this too inserts a simple link that includes your permalink into all single post (or main page) views.

Code for Yahoo, Google, Furl, Spurl, Del.icio.us, Digg, Live, and Blogmarks.


And while I’m really not trying to go into a complete tutorial on this type of thing (or put any hard working plugin makers out of work) it would just seem that what the Wordpress community needs more of are plugins that do more complex things that most of us don’t want to find out how to do on our own (or don’t have the time) instead of the ones that really only take a few minutes to set up ourselves.

Wordpress 2.2 RC2

Geek Ramblings on Wordpress 2.2 RC2 with needed download link for less hassle of delving into the downloads page of Wordpress (unless you’re smarter than me and have it bookmarked…)