Hi,
by default there are two titles for a page
#1 Page title used for heading e.g. "Some more words needed to be said"
#2 title used in perma-link e.g. "some-more-words"
Title #1 is used for wp_list_pages(), but this much to long. So I tried to
a) shorten #1 for usage in wp_list_pages()
b) replace the_title() with a field #3 from meta get_post_meta($post->ID, 'longTitle', true) which is longer than
What I want is #1, #2 and #3 shortTitle for Navigation e.g. "words", is there any way to get this working?
thanks
Sebastian