Events Made Easy › Forums › How do I … › Single Event Page
Tagged: single event, title
- This topic has 15 replies, 2 voices, and was last updated 9 years, 8 months ago by Franky.
-
AuthorPosts
-
Tue 6 May 2014 at 17:47 #52150AnonymousInactive
I’ve read through the forums on this and although I have found threads about it, the solutions point to threads that no longer exist or trunks with files that have long since changed.
When clicking on a Single Event, I am brought to that event listing – the Events page (or whatever other page I assigned to it) and dynamically replaces the data. However it is still keeping the Title from that page and not dynamically changing the page title nor the html title. I need this to be the title of that Single Event.
How do I do this?
Also, the Facebook sharing thing. If someone can point me in the right direction for this, that would be good. I am using the Facebook debugger to put in the url and see what’s up. I am using Yoast’s SEO plugin, so if anyone knows if this is conflicting, let me know. Otherwise, I just get all kinds of errors in the debugger.
Tue 6 May 2014 at 17:53 #52151FrankyKeymasterConcerning facebook: read the last entry in the faq here: http://www.e-dynamics.be/wordpress/?page_id=195
Concerning the page title: this is most likely a theme issue, what theme are you using?
Tue 6 May 2014 at 19:02 #52154AnonymousInactiveI am using the Hueman theme (created a child).
You can see what I am working with here: http://www.pathsatlanta.org.
I will look into the Facebook a bit more and see what other OG is being loaded.
Tue 6 May 2014 at 20:12 #52156FrankyKeymasterI checked the theme: they call the wordpress function “the_title()” outside the loop:
hueman calls in page.php the template inc/page-title outside the loop, which calls the_title(), so that can only be the original page title then. This is wrong.Compare it with twentyeleven/single.php, which calls the template content-single.php in the loop, which in turn calls the_title() and that works just fine.
Tue 6 May 2014 at 21:01 #52157AnonymousInactiveI see…Do you have an idea for an easy fix (besides changing themes)?
Tue 6 May 2014 at 21:08 #52158FrankyKeymasterIt’s actively developed theme, so forward this to them, the fix should be straightforward then.
Tue 6 May 2014 at 22:59 #52159AnonymousInactiveWould this also somehow affect the writing of the proper <title>…</title> tag?
Wed 7 May 2014 at 00:12 #52160FrankyKeymasterI tested that hueman theme here and already have the correct html title-tag …
Wed 7 May 2014 at 01:12 #52161AnonymousInactiveEh? Can you tell me how?
Wed 7 May 2014 at 06:57 #52162AnonymousInactiveI don’t mean to sound anything other than respectful, but I need this to work. If you’re telling me that you got it working within minutes, please tell me how; it can only help strengthen the support base of your plugin 🙂 Please 🙂
Wed 7 May 2014 at 09:59 #52163FrankyKeymasterSorry, I was sleeping. I’m only human you know.
The html-title “just works”, I didn’t change anything there.Fri 13 Mar 2015 at 02:08 #53721AnonymousInactiveIs there any way to get the
<title>
of the Single Event Page to be the event title? I have been trying so many different things for the past year and nothing is working. You can see the renewed thread on WordPress where I am asking the theme about it: HereFri 13 Mar 2015 at 03:15 #53722AnonymousInactiveEven when I try every other theme – I get the same result…..No theme will replace the <title>This is the Title that shows up in SERPs, bookmarks, etc.</title> with the #_EVENTNAME or Event Title for a Single Event Page.
Please note that I am not about a “Page Title”, otherwise known as a Heading – the text you see in the content. I am not talking about this at all, but just the <title>This is the Title that shows up in SERPs, bookmarks, etc.</title>.
I have gone through many of the forum threads here and clicked on many links that the members have provided to refer to their own sites – in whatever issue they are having. And nowhere have I found anyone successfully doing what I want to do.
I’d really like a solution.
The general events listing page having a title of “Events” makes sense.
But on a page ONLY about one very specific event – should be the title of that event – not “Events”…
Fri 13 Mar 2015 at 11:34 #53723FrankyKeymasterThen the title is maybe added/changed by another plugin (SEO or something alike).
See here for examples of events and you’ll see that the title-html attribute changes accordingly:Fri 13 Mar 2015 at 15:46 #53724AnonymousInactiveHi Franky,
Many thanks – this definitely addresses it! 🙂
I do have Yoast’s plug-in, so now I will try over at his support too 😛
Fri 13 Mar 2015 at 19:24 #53725FrankyKeymasterMaybe this will help you : https://wordpress.org/support/topic/share-event-on-facebook
-
AuthorPosts
- The forum ‘How do I …’ is closed to new topics and replies.