Forum Replies Created
-
AuthorPosts
-
alonso
Participantwhos simply times should a category and a Featured image can inflict create the category.
when an event now has no image on the picture to the class be accessedMarch 31, 2015 at 10:18 am in reply to: Need help times I do not want text in the Description Rss Feed #952282alonso
ParticipantThis is what I want to see in Rss Feed
Hope someone can help
http://markttermine-saar.de/saarland/kategorie/flohmarkt-saarland/
alonso
ParticipantI show it to them once at this event
http://wpshindig.com/event/wordpress-developers-meetup-seacoast-nh/2015-02-04/Now I post the link once at facebook i would like to see the start date in the description of the events
Screenshot: http://www.bilder-upload.eu/show.php?file=997bbd-1427247029.png
sorry did not want to rely on private
alonso
ParticipantThis reply is private.
alonso
Participanthi
No one I have tested and does not help them have a better idea how to do it.alonso
ParticipantHI
Volker schau mal hier ist es beschrieben.changing display format of venue details (postal code, city, etc…)
alonso
ParticipantI find it
I have to change this
$content = $content.$output;to
$content = $output.$content;alonso
Participantyes that’s no problem with the snippet looks like my Feed now like this.
http://quadtreffen.info/termine/feed/
http://fs1.directupload.net/images/150223/9vnoa82h.png
where I would like to have this info I have highlighted in the screenshot
and here the Code in my functions
<?php /* Working on adding Tribe Events info to RSS content */ function tribemeta_in_feed($content) { if(is_feed()) { $post_id = get_the_ID(); $output .= '<p><strong>Beginn:</strong> ' . tribe_get_start_date() . '</p>'; $output .= '<p><strong>Ende:</strong> ' . tribe_get_end_date() . '</p>'; $output .= '<p><strong>Wo:</strong> ' . tribe_get_venue() . '</p>'; $output .= '<p><strong>Adresse:</strong> ' . sp_get_full_address () . '</p>'; $content = $content.$output; } return $content; } add_filter('the_content','tribemeta_in_feed'); ?>Hope I have explained better now
thank you
alonso
Participantthank you it is great thanks for the help
alonso
Participanti find this like google
if(has_post_thumbnail()) {
the_post_thumbnail();
} else {
echo ‘‘;
}can you help me adapt your code, unfortunately I lack some php knowledge
alonso
Participantwe do it differently as I get the the variables in the content that it is datein which I would have to edit
alonso
ParticipantI do not know exactly where and how I could use that?
I use the to post on facebook
Next Scripts: Social Networks Auto Posteralonso
Participantok 🙂
alonso
ParticipantI need a RSS feed for the latest added events
alonso
Participantsorry my mistake please close
‘ve Overlooked something, everything is ok
-
AuthorPosts
