Services
Web Hosting Dedicated Servers Forex Investment Web Design Voice over IP
Products
Clothing & Fashion Mobile Phones Electronics eBooks & Info Music & Movies
Shopping
Shopping - US Shopping - UK Shopping - EU Shopping Info US Shopping Portal
Blogs
Real Estate Fashion Technology Business News

Feed on
Posts
Comments
TODAY FEATURED WEB TEMPLATE

Tag Archive 'php'

WordPress as CMS and PHP

If you’re using WordPress as a CMS and doing some extra coding - for example picking something from an extra db table to display on a certain page, eg page_id=4
$pageVar = $wpdb->get_var(SELECT var FROM my_table WHERE something=’something_else’);

and then you also want to SEO the <title> a little, so in header.php you put:-
<?php if […]

Read Full Post »

WordPress theme framework

So the dreaded word “framework” creeps into the WordPress discussion
Framework, I venture to suggest, often means a serious overcomplication of code in the holy names of consistency, effective MVC, semantic accuracy and a few other buzzwords. I’ve had to sort out a fair few sites that used a PHP framework, where a couple of classes […]

Read Full Post »

Browse Happy?

Well, I never noticed that - having naturally been with Firefox since it was Phoenix and used to explode your machine with great regularity I don’t often need to touch other fine browser products….
(more…)
Here is the original: Browse Happy?

a2a_linkname=”Browse Happy?”;a2a_linkurl=”http://www.frenzydesign.com/2008/06/19/browse-happy/”;

Read Full Post »

Gotham, not to be confused with Gothamist, has New York as its subject. Never been there, I’m told it’s ok. It’s a 3 column theme, with a fixed width widget-enabled right-hand sidebar.
User comments are separated from pingbacks and trackbacks - they’re also gravatar-enabled and will work whether you’re using WP2.5 or lower (the WP […]

Read Full Post »

WordPress Free Theme - Barbie Gone Bad

Barbie Gone Bad, a symphony in pink and black is a 2 column theme, fixed width, with a widget-enabled right-hand sidebar.
Comments are gravatar-enabled and will work whether you’re using WP2.5 or lower. Comments are separated from pingbacks/trackbacks. (more…)
Originally posted here: WordPress Free Theme - Barbie Gone Bad

[…]

Read Full Post »

Deserta Free WordPress Theme

Deserta is a fixed-width, 2 column theme with a right hand sidebar, enabled for widgets.
The comments are also gravatar-enabled and will work whether you’re using WP2.5 or lower. There’s also separation of user comments from pingbacks/trackbacks.
(more…)
The rest is here: Deserta Free WordPress Theme

a2a_linkname=”Deserta Free WordPress Theme”;a2a_linkurl=”http://www.frenzydesign.com/2008/05/14/deserta-free-wordpress-theme/”;
[…]

Read Full Post »

WordPress Theme Design Contest

Lunarpages have their design contest up and running this year - the deal is, in return for your hard work, you do get some exposure and the few links - and you might even win something as well…
(more…)
Originally posted here: WordPress Theme Design Contest

a2a_linkname=”WordPress Theme Design […]

Read Full Post »

Google maps bus information

Just noticed that Google maps now has information on bus stop location, each with a list of alleged buses available in the infomarker.
Not good news if you actually wanted to catch a bus, but the saving grace for anyone concerned about the all-seeing eye of the 2 Mr Google’s deep in their underground lair, is […]

Read Full Post »

Habari PHP weblog software

Having a lot of work stacked up and nothing fun to do, I decided to ignore the work and give Habari a test installation on a localhost, just play around with it for an hour or two and see what the deal was with the core code.
To be scrupulously fair, these vague observations are the […]

Read Full Post »

BlogChemistry

Jesse Garner (known as Jennifer to his friends) is setting out on the long march towards PR6 with BlogChemistry, promising the standard formula of WordPress themes and general PHP programming know-how…
He would always be welcoming of your support and am happy to offer mine to a mate… and we did let him borrow the “true […]

Read Full Post »

WordPress PHP - Post duplicates in 2 loops

A quick and simple way to knock out duplicates if you have 2 Loops on the page
The first loop will look something like this:-
(more…)
See more here: WordPress PHP - Post duplicates in 2 loops

a2a_linkname=”WordPress PHP - Post duplicates in 2 loops”;a2a_linkurl=”http://www.frenzydesign.com/2008/05/03/wordpress-php-post-duplicates-in-2-loops/”;

Read Full Post »

WordPress and Programming Tutorials

People (visitors) quite often enquire why there is a lack of detail in the various code snippets given as brief tutorials on this blog. And it’s true, often only the only relevant line of code is given.
Well, simple answer - I am a great believer in the principle:
If you have ask - you probably […]

Read Full Post »

Customized WordPress RSS Feed

Here’s a very simple hack to exclude items from an RSS feed, and since the principle involves the Loop, by extension, for post output as well - it’s not great programming style or practice but it does the job.
Exclude by author - any post you don’t want to appear on the RSS (maybe you’re a […]

Read Full Post »