Eric Teubert
Forum Replies Created
-
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Pagination using javascript, but how?Yeah, if you generate HTML that is compatible with the pagination plugin, it should work without lots of coding 🙂
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Only URLs for current site are affected?They work, but the manual links were just an example. I need all URLs generated by WordPress (permalinks, category links, etc.) to be mapped. The non-mapped URLs redirect correctly but unfortunately that’s not enough. They need to be rendered in their mapped form.
Forum: Plugins
In reply to: [WordPress MU Domain Mapping] Only URLs for current site are affected?Thanks Ron,
I can see that this is a sensible default behavior but I really need all mappings on all sites. Can you point me in a direction on how I could achieve that or would I need to rewrite the whole thing? (feel free to speak actions/filters/code, I’m a developer)
Regards, Eric
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Character encoding in summary and description hHi, can you check if this is fixed in the most recent (2.0.4) release?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Character encoding in summary and description hThanks for reporting.
I added the issue to our tracker: https://github.com/podlove/podlove-publisher/issues/666Forum: Plugins
In reply to: [Podlove Podcast Publisher] Does this allow me to host all the files locally?You can host the files locally or on any other server under your control.
What is not supported right now is uploading via the WordPress media uploader, so you will have to upload your files via (s)FTP or similar.Hmm, works for me: http://cl.ly/image/1a1Z2p1E0P3v/Screen%20Shot%202015-01-16%20at%2010.21.34.png
Maybe you have another plugin changing the search behavior which might interfere with the Publisher?Hi thanks for reporting 🙂
I will look into it. I have created an entry in the issue tracker: https://github.com/podlove/podlove-publisher/issues/629Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Sort alphabetically?For this kind of custom display you have to use the *query* parameter:
[archivist query=”category_name=kitten&order=ASC&orderby=title”]
For more fields to order by, see http://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Duration Not WorkingI don’t know how Blubrry stores the duration. Is there actually a post meta called “duration”?
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Podlove and SitemapsHi Uli,
I recreated the issue on GitHub https://github.com/podlove/podlove-publisher/issues/456 so I don’t forget about it. Please follow along there.
Thanks, Eric
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] No thumbnailsI see. At the moment, there is no way to display any “attached files”, only the feature image — sorry! I added it to my todo list but I cannot say if and when I will find time for this.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] No thumbnailsCan you paste the template you are using? And check that you have set the image of the post correctly as “featured image”.
Forum: Plugins
In reply to: [Archivist - Custom Archive Templates] Set to default archive page?Hi,
to change how WordPress archive pages look you need to edit your theme or create a child theme. My plugin only works with the shortcode.
See:
– https://codex.wordpress.org/Child_Themes
– https://codex.wordpress.org/Template_Hierarchy#Category_displayRegards, Eric
Forum: Plugins
In reply to: [Podlove Podcast Publisher] Excerpt vs. SummaryYes, or you could use a snippet plugin like http://wordpress.org/plugins/code-snippets/