Eric Teubert
Forum Replies Created
-
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Excerpt vs. SummaryHi AndrΓ©,
I understand what you are trying to do but at the moment there is no setting for this. The only thing I can suggest is to override the excerpt filter again with a high priority.
add_filter( 'get_the_excerpt', function($excerpt) { global $post; return $post->post_excerpt; }, 20 );Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Can this be used to display all posts?Yes, using the query parameter:
[archivist query=”category__and=3,4″] for posts that have both categories (you can find the categoy IDs in the category section).
If you want to show posts from both categories:
[archivist query=”category__in=3,4″]Both are not possible, sorry
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Bug in episode slugThanks for your suggestions,
you are not the first one to ask for “WP Upload” support. We will consider it at some point when we have a great solution. Maybe something like a customized uploader in the episode page which uploads the file and automatically fills in the slug correctly. We will think of something π
Again, thanks for your feedback!
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Bug in episode slugHi benallfree,
This is more of an interface bug. It is by intention that the slug does not accept slashes. By design, it is a file slug and should not contain directories. Admittedly, this is not communicated at all at the moment.
The recommended way to host media files is to upload them via FTP or sFTP, not the WordPress uploader. That way they can all be in the same directory, which is much more clean and organized.
We will definitely try to make this more obvious.
Forum: Reviews
In reply to: [Podlove Podcast Publisher] Very poor support. Good idea, but nothing else.Looks like your theme is incompatible with the web player: https://github.com/podlove/podlove-web-player/issues/84#issuecomment-19164650
Forum: Reviews
In reply to: [Podlove Podcast Publisher] Very poor support. Good idea, but nothing else.I reported the issue here: https://github.com/podlove/podlove-web-player/issues/84
I am not developing the web player, so feel free to follow along there.Forum: Reviews
In reply to: [Podlove Podcast Publisher] Very poor support. Good idea, but nothing else.If you would like, I can reactivate the plugin for awhile on a special page if that will give you information you need to look into it.
That would be really helpful, thank you!
Forum: Reviews
In reply to: [Podlove Podcast Publisher] Very poor support. Good idea, but nothing else.Hi Allen,
You’re right, the project is missing detailed documentation for now. There is http://docs.podlove.org/publisher/ but it covers only some special cases. An english “getting started” screencast series is planned.
However, we use GitHub https://github.com/podlove/podlove-publisher/issues to answer questions, both german and english. Feel free to post your questions there.
___________
Regarding your slug question: The Podlove Publisher assumes your media files are all in the same directory. So you should not use the WordPress uploader but direct FTP/sFTP. Slashes in file slugs are not expected because file names cannot have slashes.
Regarding your Web Player crash: A crash-bug like this is not known to us. It would be really helpful if you could show us an example site.
___________
Thank you for the feedback!
Regards
EricIn this case it’s probably not possible. As a workaround, put all the posts you want into the same category and use the normal shortcode [archivist category=”mycategory”].
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] pagination does'nt workSorry, there is no support for pagination. You need to display all the posts on one page.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Display results in two columnsSorry, that’s not possible with a table layout like this.
use the podlove shortcode: [podlove-episode field=”duration”]
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Query not visible for Catagory & Year[archivist query=”year=2013&category_name=events”] should work
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Can this be used to display all posts?no, this is for lists only. not sitemaps