couldn’t where ‘dashcamtest.de’ was in your example.
The code is in loop-single-reply, which should show the title using line 22
i was talking about the <title>. sorry for confusion. problem still exists 🙁
The “title” is showing, it is “support”
The topic title shows above the breadcrumb, and yours resolves as
<h1 class=”entry-title”>Support</h1>
On my site this title is the topic (entry) title. so for example my site at the same point as your support title shows
<h1 class=”entry-title”>Feeding Oats.</h1>
where the topic is “Feeding Oats”
mhh. as i already said i still talking about <title>! the one in the browser bar 😀
current sourcecode is: <title>| dashcamtest.de</title>
as you can see the topic title is missing!
Sorry, there is a “title” within ‘content-single-reply.php’, so I had assumed that a topic called
‘no title in content-single-reply.php’ was referring to this 🙂
The url is referring to the post number.
You set the format for this in permalinks
Dashboard>settings>permalinks and set it to ‘postname’
The name will then appear in the url
haha. no problem. this is my custom structure in permalink’s settings:
/%year%/%monthnum%/%postname%/
so postname is already in permalinks.
is it possible that you are assuming the link in my first post shows a thread? that isnt the case! it is a link to a single reply!!! the full thread / post is here: http://www.dashcamtest.de/support/thema/im-test-a-rival-carcam-guenstige-mini-dashcam-mit-akku/ and the link above shows ONE reply out of it.
ok, but replies don’t have a title in their own right, so the long version of the url which a user would get if they clicked on the reply is
http://www.dashcamtest.de/support/thema/im-test-a-rival-carcam-guenstige-mini-dashcam-mit-akku/#post-911
Sorry if I am being stupid, but you would only get to your link if you have dashboard access.
In either event, what would you wish the url to look like?
the url is fine. it shows just the id of the reply. no problem with that. but i was just wonding why there isn’t a topic title on this page. just found the reply urls by visiting the sitemap.xml: http://www.dashcamtest.de/reply-sitemap.xml
so this is what users see when they come from google. now it would be more than good to display them the title and a link to the topic.
I think we’re going round in circles.
“The topic “title” is showing, it is “support”
The topic title shows above the breadcrumb, and yours resolves as
<h1 class=”entry-title”>Support</h1>
On my site this title is the topic (entry) title. so for example my site at the same point as your support title shows
<h1 class=”entry-title”>Feeding Oats.</h1>
where the topic is “Feeding Oats”
”
Have you amended loop-single-reply?
aah. forget the title “support”. this is the main title. you will find it everywhere! even on forum homepage:
http://www.dashcamtest.de/support/
the topic title is missing!
to show you the difference: i am talkin about single replies NOT topics. it is the same with your reply as single page:
Reply To: no title in content-single-reply.php
as you can see there is a nice title with prefix “Reply to:…”
and THIS is what i miss in my page. do you understand now? 🙂
That wording is in form-reply – have you altered this?
ha! now problem 1 solved! thank you! i just copied it from form-reply and pasted in content-single-reply. now the topic title appears below the breadcrumbs. the only thing left: the <title> tag.
Great, glad you’re fixed !