| name | language | licence |
|---|---|---|
| Alternate Post Styling On Your Home Page | PHP | Other |
| Customizing the Dashboard Widgets | PHP | Other |
| Fonts | PHP | Other |
| CSS Buttons | CSS | Other |
| Overwrite Post Titles Easily | PHP | Other |
| Add Multiple Sidebars | PHP | Other |
| Auto-Resize Images Using TimThumb And WordPress Shortcodes | PHP | Other |
| Dropping in Your Own Logo | PHP | Other |
< 1 2 >
language: PHP
licence: Other
Overwrite Post Titles Easily
options: view full snippet • send to code collector
<?php $title = get_post_meta($post->ID, "custom-title", true);
if ($title != "") {
echo "<h1>".$title."</h1>";
} else { ?>
<h1><?php the_title(); ?></h1>
<?php } ?>



library
buttons (3)
wp (93)