Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom index page <title> tag
#7
Something I implemented today for my H1 page heading by way of I18N Custom Fields. This outputs the custom field if it is populated:

Code:
<?php            
        if (return_custom_field('ueberschrift')) {                    
            get_custom_field('ueberschrift');                    
        } else {                    
            get_page_title();                        
        }                
    ?>
Reply


Messages In This Thread
Custom index page <title> tag - by Carlos - 2011-06-05, 00:57:35
Custom index page <title> tag - by Carlos - 2011-06-11, 18:45:09
Custom index page <title> tag - by ccagle8 - 2011-06-12, 00:47:21
Custom index page <title> tag - by sal - 2011-06-12, 10:03:51
Custom index page <title> tag - by Carlos - 2011-06-12, 16:25:00
Custom index page <title> tag - by Carlos - 2011-06-12, 17:01:57
Custom index page <title> tag - by polyfragmented - 2011-06-27, 22:38:58
Custom index page <title> tag - by Carlos - 2011-06-27, 23:41:50
Custom index page <title> tag - by polyfragmented - 2011-06-27, 23:53:24



Users browsing this thread: 2 Guest(s)