I attempted to search the forums for my request, however was not able to find this simple request. One of the things I'd like is for HTML titles (the one you place in <title></title> tags) to be able to be editable from the admin interface without changing the text shown in the navigation bar. A basic example would be on the homepage of a site - you want the navigation bar to say "Home", the <title> property being "Welcome" and your headline being "Start Your Journey!", or something similar. Currently I add this directly using PHP's echo, however if there was a faster, less cumbersome way to do so it would be much appreciated. Thanks!