Hey Guys, I am having this same issue with a site. I think it is do to the use of sub domains. So the domains are structured as such:
– ‘blog.mydomain.com’ with external links pointing to ‘mydomain.com’
– ‘mydomain.com/about-us’ becomes ‘mydomain.com/uk/about-us’
I’m using 1.4.8
Any suggestions?
Same exact problem here. Any solution?
bitsybride, Did you ever figure it out? I’m trying something similar. I can’t get the_mediatags to return anything.
I found my answer the code would look like this.
<?php $parent_title = get_the_title($post->post_parent);echo $parent_title;?> : <?php single_post_title(''); ?>