Not that long ago when I would create a post some additional fields would appear for me to fill in that were relevant to the post kind. That has stopped happening. I’m still using the classic WordPress editor but there have been updates to WP so maybe something broke?
]]>Hi,
i just started using the post kinds plugin and i wonder how the best way is to translate the plugin?
i already put the kind view template in my child theme folder and mdified some small things. but how can i modify calls like:
echo Kind_Taxonomy::get_before_kind( ‘drink’ );
and translate the text strings to german?
thanks for your work!
best regards
heiko
]]>Please, help me understand. I have set this reply – https://comunicacionabierta.net/2024/03/15353/ – to a toot on Mastodon – https://indieweb.social/@danicotillas/112116301348885334 – and as you can see on the blog it well says that it’s a reply but… why it doesn’t appear on Mastodon as reply???
Thanks!!
]]>Hello David, I have the Indieweb plugin working for a while now and it’s very nice to receive replies from others indieweb style, but because I use the Gutenberg editor I’m not able to return the favor. I understand it’s quite complicated to make it work so I understand why it’s not.
But I’m still looking for a way to make it work. And non technical as I am, I’m wondering what would happen if I use the classic and new editor side by side? So if I want to use the post kinds of the Indieweb (like reply) I use the classic editor and on the rest I use the new one.
Is this an option or am I talking nonsense and will I break my site in two? Or is it an option to create a reusable block (group) with the right specs / code attached?
Thanks!
Config at the moment: WP 6.03 PHP 8.1 and theme Independent Publisher.
]]>What should be an archive of asides redirects to the site home page:
There is no redirect set up, or, if there is, it is hidden from sight.
]]>Hi David,
I upgraded to PHP8 a week or so ago and today got this error / mail.
WordPress version 5.7
Current theme: Independent Publisher (version 1.8)
Current plugin: Post Kinds (version 3.5.1)
PHP version 8.0.3
Error Details
=============
An error of type E_ERROR was caused in line 17 of the file /var/www/domain.tld/wp-content/plugins/indieweb-post-kinds/templates/reply-metabox.php. Error message: Uncaught TypeError: Cannot access offset of type string on string in /var/www/domain.tld/wp-content/plugins/indieweb-post-kinds/templates/reply-metabox.php:17
Stack trace:
#0 /var/www/domain.tld/wp-includes/template.php(730): require_once()
#1 /var/www/domain.tld/wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php(323): load_template()
#2 /var/www/domain.tld/wp-admin/includes/template.php(1389): Kind_Metabox::reply_metabox()
#3 /var/www/domain.tld/wp-content/plugins/indieweb-post-kinds/includes/class-kind-metabox.php(106): do_meta_boxes()
#4 /var/www/domain.tld/wp-includes/class-wp-hook.php(292): Kind_Metabox::after_title_metabox()
#5 /var/www/domain.tld/wp-includes/class-wp-hook.php(316): WP_Hook->apply_filters()
#6 /var/www/domain.tld/wp-includes/plugin.php(484): WP_Hook->do_action()
#7 /var/www/domain.tld/wp-admin/edit-form-advanced.php(581): do_action()
#8 /var/www/domain.tld/wp-admin/post.php(206): require('...')
#9 {main}
thrown
Thanks for your work with this plugin.
Mark.
Hello,
which post kind to select for Twitter posts? Is there any customizing I have to do?
Thanks for your help!
regards,
Suitbert
I realise that I rarely use any of the kinds and am thinking of removing the plug-in, mainly to make the site simpler.
If I remove the plug-in will anything break?
]]>I have a lot of old posts that do not have the ‘kind’ custom taxonomy from before activating the plugin. This could be resolved by providing the ‘kind’ taxonomy as an additional field in the Quick Edit box and/or add it to the bulk actions pull down.
Some more info:
https://generatewp.com/bringing-quick-edit-support-taxonomies/
]]>I would like to hide some (chatty) post kinds from my homepage and possibly some other parts of WP like RSS.
Are there any native ways to do this?
Would you consider adding this (filter) to the plugin?
]]>Hi;
nothing a big deal but,
if it was be possible to have an aknowlege button than hide this notification because, I use the plugin Disable Gutenberg which bring back the Classic Editor but Post Kind seams to only looking for a specific the “Classic Editor Plugin” which I tried but wasn’t able to active.
if ( is_array( $photos ) ) {
$first_photo = array_pop( array_reverse( $photos ) );
}
causes a PHP Strict warning about passing by reference. I believe this is equivalent and supported in all PHP releases:
if ( is_array( $photos ) && count( $photos ) > 0 ) {
$first_photo = array_values( $photos )[0];
}
]]>
As of this morning WordPress has rolled out a ‘try Gutenberg’ feature in the top of the Admin area. I’m giving it a brief spin. Unfortunately there are no post-kind options showing up in the Gutenberg interface.
What are your plans for Gutenberg integration?
]]>When accessing the posts editor at (site)/wp-admin/edit.php it is really slooooow to open when the posts kind plugin is activated.
]]>I’m troubleshooting another issue and found that kind archives are not showing. That’s almost certainly down to another plug-in. When I deactivate all plug-ins except Post Kinds and Jetpack, then go to an archive like:
https://billbennett.co.nz/kind/note/
The list shows the same post many, many times. I stopped counting after 10 and suspect the list is, in effect, infinite.
My educated, but non-expert, guess about the ‘archive not showing’ problem is that’s caused by another plug-in breaking because of the infinite list…
If you check the page you’ll probably see it hang as I need to reactive the other plug-ins for the site to keep working.
]]>I’ve a problem with extracts when the Post Kinds Plug-in is active.
The extract picks up the HTML for an image caption at the top of the page and displays it. So, on the example search page (https://billbennett.co.nz/?s=lumia) to we get this under the third search item:
[caption id="attachment_2828" align="aligncenter" width="480"] Nokia Lumia 625[/caption] You get a lot of smartphone for $500 with the Lumia 625. It includes most of the features you’ll find in Androids and other smartphones costing twice as much. There’s a decent back camera for photos and one on the front for video chatting. There’s Bluetooth, GPS and…
It’s not fatal, but it’s never good security for a site to show code in this way. If I deactivate the plug-in, the code does not appear.
]]>I’m attempting to customise the display of the Post Kinds from the default. I have two issues currently with doing this.
01. The remove_filter command you describe in the plugin description doesn’t seem to work on my wordpress installation. When I attempt to use this in my themes function.php it has zero effect. The plugin still injects kind content ahead of the post content. It does this when I apply this filter to both the theme function.php and the child themes function.php
02. Creating a kind_view folder in my themes directory with custom templates such as kind-reply.php doesn’t appear to make any difference to the way the injected code appears. None of the changes take effect.
I’m not sure how to troubleshoot this. Any suggestions or thoughts, anyone got this working and able to tell me how I’m being a dunce?
]]>David, I note in your response to the issue raised by chipotlecoyote you mentioned that there are a few functions that can be used in template to address post kinds. These included set_post_kind().
I’m wondering If this would allow me to essentially set post kind via an external WordPress editor (such as Marsedit). I envision doing this by setting a custom field with a value such as ‘note’ or ‘bookmark’ and in my post template, using PHP so that IF the custom field is not empty, then set_post_kind(‘custom field value’)?
Is this possible? If so, should I use the lowercase name of the post kind or the Initial Capital? i.e. ‘note’ or ‘Note’?
]]>I’m trying to set up an “indieweb compliant” blog now, and I feel like I just don’t quite understand what’s going on with this plugin. ?? Here’s a few questions that would really help me get a handle on things, and might be good for documentation purposes in general. I’m a technical writer and would be happy to help work on documentation for you if you’d like, but I need to clear up my own confusion first.
What’s the relationship between “Post Kinds” and WP’s native “Post Formats?” Do I have to set both of them, or should I just be ignoring Formats if I’m using Kinds?
What’s the relationship between the “Post Properties” box and the main edit box? What I mean is that it seems for some post kinds (e.g., notes and articles), you don’t need to fill in anything in post properties, but for other post kinds it seems like you shouldn’t fill in anything for the main entry field and instead do everything in the properties box.
Last but not least: are there any tips for CSS styling kinds in a theme? Is there a way to tell the plugin <i>not</i> to automatically insert the SVG icon denoting the kind if I don’t want it?
(I’m serious about the documentation help offer, by the way, if you’re interested)
]]>I’ve installed the plug-in and chosen ‘like’ as an option, but have no idea how to actually like something.
]]>I’ve noticed that posted posted by xml-rpc either coming from micro.blog or AppleScript do not get the default kind added. Editing the post in the dashboard fixes this.
Cheers
John
]]>Hi there – When I install the plugin I’m getting “HTTP ERROR 500”
I’ve installed all the indieweb plugins and this is the stumbling block – any thoughts?
(https://www.jacobzimmer.com/indie)
thanks for the work!
]]>My web designer has left me and now I cannot access website or admin page due to a Parse error I am totally stuck Is there anyway I can get hands on help???
]]>Hi David.
I only turned this plugin back on (along with Bridgy Publish) and posts created from Instagram didn’t have the appropriate e-content
wrappers applied, or the gallery shortcode.
Turned it off, and it’s back again.
Something to look at.
]]>Hi there,
when i activate the Post Kinds plugin, the Heading of each blog post no longer displays. Any ideas why this happens?
Using the WordPress 2016 theme; latest version of WP installed.
Any known conflicts with other WP plugins?
]]>Hi,
I just updated the plugin and all the pages in my blog went blank.
PHP Version 5.3.19
I turned on WP_DEBUG and got this:
Parse error: syntax error, unexpected ‘[‘ in /Customer Web Sites/johnjohnston/public_html/blog/wp-content/plugins/indieweb-post-kinds/includes/Mf2/Parser.php on line 356
deleted the plugin via ftp and the site came back.
Cheers
John
]]>I updated to the latest version this morning and get this error next to each option in the Post Kinds selections.
Warning: file_get_contents() [function.file-get-contents]: https:// wrapper is disabled in the server configuration by allow_url_fopen=0 in .../html/blog/wp-content/plugins/indieweb-post-kinds/indieweb-post-kinds.php on line 250
I need somebody who can help use this plugin to achieve a custom purpose between my blog https://www.oyinnio.com and my facebook page and wall. At a moderate fee please.
I have posts on my wall and page which I posted in the past and now want to continue discussions on the the blog, examples
https://oyinnio.com/bra-or-bar-which-intoxicates-more/
https://oyinnio.com/holy-or-unholy-should-nigeria-grant-biafra-a-divorce/
https://oyinnio.com/is-marriage-scary-for-men/
all these post were started on my page https://www.facebook.com/Oyinnio.AOA/
some more recently and wall https://www.facebook.com/AdeolaAjani
thank you
]]>I installed the latest version a few days ago. When I went to either update a wordpress post or create a new post I get this message
Warning: Invalid argument supplied for foreach() in /home/thobru9/tombruning.com/wp-content/plugins/indieweb-post-kinds/indieweb-post-kinds.php on line 440
Warning: Cannot modify header information – headers already sent by (output started at /home/thobru9/tombruning.com/wp-content/plugins/indieweb-post-kinds/indieweb-post-kinds.php:440) in /home/thobru9/tombruning.com/wp-admin/post.php on line 233
Warning: Cannot modify header information – headers already sent by (output started at /home/thobru9/tombruning.com/wp-content/plugins/indieweb-post-kinds/indieweb-post-kinds.php:440) in /home/thobru9/tombruning.com/wp-includes/pluggable.php on line 1178
Any help is greatly appreciated.
]]>Perhaps it’s one of the other IndieWeb modules not working properly, but I’m using Indieweb Post Kinds in a relatively out-of-the box WP setting. I find that when filling out the data for URL, Name, Author Name, Author Photo, Content/Excerpt fields, that after saving, the URL field didn’t actually save any data to the database (or at least it doesn’t show up when going back to edit the post). Additionally, the post itself shows the text “In Reply To” but doesn’t actually display a link for which the post is actually in reply to as I would expect. Naturally the last part may be a result of the URL field being blank when going back to it after saving.
As a separate semantic issue, all of the post kinds seem to show the appropriate icon at the top of the post, and are then followed by the appropriate title “Article”, “Favorite”, “Liked”, etc., however, if one accidentally marks a post-type and saves/publishes and then later comes back to change the mistake, the icon changes appropriately, but the following tag title stays the same as the original one that was saved and doesn’t change to the updated post kind title.
]]>