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 'wordpress-as-cms-and-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 »