Forum Replies Created
-
AuthorPosts
-
December 18, 2012 at 6:17 pm in reply to: Content-Sidebar-Sidebar change sidebar order and keep sizes #6056Jason TuckerMemberJason TuckerMember
I'm thinking being able to do something like this in functions.php would get me where I need to be:
add_filter('the_excerpt_rss', 'gmp_single_video_content');
add_filter('the_content_feed', 'gmp_single_video_content');
Jason Tucker
Web Developer – tucker.pro & wpwatercooler.comJason TuckerMemberYeah, I was looking at some of your functions and you don't provide the ability to pass a post id so it can return the embed code associated with that post. š The main reason for this is that I want to have the videos beĀ embeddedĀ in the content area or add in a filter to include it in the description at the top so it shows the video content along with the post like what is done on the CPT single template.
[video]
[content]
etc...
Jason Tucker
Web Developer – tucker.pro & wpwatercooler.comJason TuckerMemberNick,
Thanks for that code above, my main focus of my question was as how I should go about getting the embed code of the video and have it be added to the content of the rss feed, the < description > block that way the RSS feed would include the embeded video.
Thanks,
Jason
Jason Tucker
Web Developer – tucker.pro & wpwatercooler.com -
AuthorPosts