groups

name language licence
WORDPRESS BLOG URL PHP BSD
WORDPRESS INCLUDE FILE PHP BSD
WORDPRESS GET TITLE OR ALT. TITLE PHP BSD
Wordpress Categories Nav PHP BSD
Display a Pages SubMenu in your Sidebar PHP BSD
comments-popup PHP GPL 2
Display WordPress Tags PHP BSD
Display Admin Section PHP BSD

< 1 2 3 4 5 6 7 8 9 10 11 12 >



language: PHP
licence: BSD

WORDPRESS GET TITLE OR ALT. TITLE

options: view full snippetsend to code collector
<?php if($title) { echo $title; } else { the_title(); } ?>
	
(Continues...)