iTux
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Index] I dont understand how to use this ????The answer for this question is in German. I’ll add the resolution to the problem in English as soon as we found the reason for the error.
—
Hi Dominik,
hast Du eine Beispielseite auf der das passiert? Welche Kategorie hast Du in den Einstellungen von Post-Index im Backend gewählt? Kannst Du den Tag explizit um die gewünschte Kategorie ergänzen (z. B. [post_index category=”DeineKategorie”])? Hast Du post_index oder post-index im Tag stehen?
Herzliche Grüße
ThomasPS: Deine Taste 1 und ß scheint in Zusammenhang mit der Shift-Taste zu klemmen. 😛
Forum: Plugins
In reply to: [Post Index] Mor than one categoryHi Joseph and rocipo,
the feature is basically implemented but the sentence line does not cover a correct version for multiple categories. The display of all items without using any category could be achieved by using the not_in filter and define a phantom category like “__phantom” in the new version. That rule will match all items as none of them are in the __phantom category.
Stay tuned for the update.
Regards,
iTuxThats not possible at the moment with the plugin. You can only do that by modifying the sourcecode directly. I added the optional group and optional navigation idea to the list of upcoming features but can’t say when exactly it will be in.
Forum: Plugins
In reply to: [Post Index] How to exclude numbers ?Currently, there is no exclude list to do this. I’ll add it to the list of upcoming features, but for the meantime you can only change your title. There is a legacy custom field called book_title that can be used to cheat on the name. Just add a custom field with name book_title and an alternative title as value and the plugin uses it instead of the original post title.
Forum: Plugins
In reply to: [Post Index] Mor than one categoryrocipo, I’ll update the plugin to support that in the next couple of days, ok?
Forum: Plugins
In reply to: [Post Index] Mor than one categorySorry, that is not supported at the moment but a good idea! I’ll add it to the list.
In the meantime, you can only use a workaround and create a new category, assign all categories that should appear in the list as children of that new category and use the parent category for the post index.
Forum: Plugins
In reply to: [Post Index] [Plugin: Post Index] Custom post type supportHi Lisa,
A second ago, I released the new version 0.7 here on WordPress. You can now choose to update the plugin right in your WordPress Dashboard. Please let me know if you have further questions.
Thanks
ThomasForum: Plugins
In reply to: [Post Index] [Plugin: Post Index] Feature RequestHi artychan,
the new version 0.7 has been released. This release also contains a new attribute post_type to choose other post types then
post.Forum: Plugins
In reply to: [Post Index] Is it possible to change the Index data into two columns?Version 0.7 has been released now. Please use
[post_index columns=2]to display your index in columns.Forum: Plugins
In reply to: [Post Index] Is it possible to change the Index data into two columns?This feature is now under development and will be available with the next release of version 0.7. It can be used by simply adding the amount of columns to the shortcode tag like
[post_index columns=2].Forum: Plugins
In reply to: [Post Index] GENERAL settings: how to change "tag" with "category"Could you find anything related to this issue? Does it still appear? If yes, could you show me an example?
Forum: Plugins
In reply to: [Post Index] As on your site: Author behind TitleHi Peter,
thank you for your feedback. You can create a custom field named book_author to provide an author and book_title to provide a title that differ from the post title. What I already have on the list of upcoming features is the possibility to freely define the template of each post in the index list. That means to be able to use different custom fields or wordpress post fields.
The idea on generating the index based on other fields then the post title or custom field value of book_title is very good and I’ll put that on my list as well. Thank you very much!
Hope that already helps!
Thomas
Forum: Plugins
In reply to: [Post Index] [Plugin: Post Index] Custom post type supportHey there, sure. Let’s work together on the plugin. I would prefer to start with getting a patch from you that contain the required changes and if you would like to continue to work on other topics for the plugin, you can become an official coauthor here at WordPress if you like. 🙂
Forum: Plugins
In reply to: [Post Index] GENERAL settings: how to change "tag" with "category"Today, I created a new installation of WP and installed post-index to it. Unfortunately, I was not able to reproduce the described behaviour. Which version of WP are you using?
Edit: Ah, 3.4.2… It’s the same version that I used on the test site.
Forum: Plugins
In reply to: [Post Index] Is it possible to change the Index data into two columns?Hi there,
thanks for your feedback. Unfortunately, it’s not possible in the current version to display the results in multiple columns. Another user already requested that feature and I added it to the list for upcoming versions. If you or anyone else reading this is willing to provide an html example for it, please feel free. As my time is very limited at the moment that could speed up the availability of the feature.