Comments and so on …

by Tony Hung on June 24, 2006

All comment stuff is done through “calling”: comments_template.php THEN: editing comments.php … that is, through there, you can edit and so on, the formatting of the comments etc. Interesting Plugins that should be used: Using Gravators with your comments: http://zenpax.com/gravatars2/ (…)

Read the rest of this entry »

Protected: Manifesto

by Tony Hung on June 18, 2006

There is no excerpt because this is a protected post.

Things left to do on this site (re: WP)

by Tony Hung on June 15, 2006

1) create well integrated pages (about, manifesto etc) 2) create good templates for those pages — different than the main page!

WordPress & Delicious +/- Magnolia

by Tony Hung on June 15, 2006

Have been using a plugin for feeds (feedlist), so I can pull in del.icio.us RSS into the “sidebar”. Since it appears quite versatile, I wonder whether I can pull in the magnolia feed?

More WordPress Follies: MULTIPLE LOOPS

by Tony Hung on June 14, 2006

So multiple loops are a must if you want to be able to display any data at all from your wordpress database. Again, the referral is here for the codex entry. And, I have accomplished it! The side pain features (…)

Read the rest of this entry »

Figuring out a proper “BELOW THE FOLD” footer

by Tony Hung on June 11, 2006

To create a “below the fold” effect, you must create a separate entity — a separate div — for this. I created a ‘nested’ footer to create this effect. The separateness allows you to divorce what is going on “above” the fold, with what’s goin on “below” the fold

How WordPress Integrates PHP Part I.

by Tony Hung on June 10, 2006

(I don’t know if there’s going to be a part II … ) But, WordPress has an interesting way of dealing with “control structures” — that is, ifs, whiles, etc etc. Although you can add “tags” to create and modify (…)

Read the rest of this entry »