| name | language | licence |
|---|---|---|
| Adding Bundles | Other | Other |
| C Starter | C | Other |
| Java Starter | Java | 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 |
< 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 >
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)