Archive for the “Wordpress” category
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 (…)
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 (…)