Forum Replies Created
-
AuthorPosts
-
John
ParticipantThanks, Yes, I already fixed this proble
John
Participant@Jonah @Joey Your code is not working… because all single pages also got a nofolow meta.
But I already fix this…
It’s working now using function.php (theme file)
John
ParticipantI alredy figure out this…
[code]
add_action(‘wp_head’,’noindex_day’);
function noindex_day() {
if (get_query_var(‘eventDisplay’) == ‘day’)
echo ”;
}
[/code]John
ParticipantThanks, Looking forward for your reply
John
ParticipantYou guys mention “noindex your single event pages.” so include single event pages like:
http://webgeek.ph/event/aws-101-cloud-computing-business-seminar/
http://webgeek.ph/event/startup-weekend-manila/
etc…—
I need the Single day view
http://webgeek.ph/events/2012-03-16/
http://webgeek.ph/events/2012-03-17/
etc https://www.google.com/search?hl=en&q=site%3Ahttp%3A%2F%2Fwebgeek.ph%2Fevents%2F2012John
ParticipantThanks Rob, will check it again and will let you know if I can encounter this error again
John
Participantis this Single day view? like this
http://webgeek.ph/events/2012-03-16/
http://webgeek.ph/events/2012-03-17/etc https://www.google.com/search?hl=en&q=site%3Ahttp%3A%2F%2Fwebgeek.ph%2Fevents%2F2012
John
ParticipantYes, everytime I create an event.. its both 2.0.4 still encountering that error
John
ParticipantCan you give me the exact tutorial or codes for that? thanks
John
ParticipantSame issue also, I’m getting duplicate Venues & Organizer? maybe after updating the event post?
John
ParticipantYes I already updated to 2.0.1 when I first install it few days ago. Let me know other solution for this or can we manually edit the event list template to fix this issue?
John
ParticipantYes. But I already tried to disable it. Can I edit the title tag of the plugin on the template? Please let me know what file.
-
AuthorPosts
