janw.oostendorp
@janwoostendorp on WordPress.org , @janw.oostendorp on Slack
-
Submitted pull request #24 to wp-cli/wp-cli-dev:
Updated the branches to main, where available. -
Submitted pull request #54 to wp-cli/dist-archive-command:
Followup of #49, placed the instructions in the correct file. -
Pull request #49 merged into wp-cli/dist-archive-command:
Allow to set a directory target without filename -
Committed [2690873] to Plugins SVN:
Update support version to 5.5.1 -
Submitted pull request #49 to wp-cli/dist-archive-command:
Allow to set a directory target without filename -
Created issue #48 in the wp-cli/dist-archive-command repository:
Allow Target to be a path without filename -
Committed [2666844] to Plugins SVN:
Updating readme/assets from GitHub -
Posted a reply to DFI for CPT Archive, on the site WordPress.org Forums:
Hello Strothi, That's not a problem. This will set 19583 as the DFI on the… -
Posted a reply to DFI for CPT Archive, on the site WordPress.org Forums:
Hi Philop take a look at these: https://codex.wordpress.org/Conditional_Tags#Any_Archive_Page https://codex.wordpress.org/Conditional_Tags#A_Post_Type_Archive is_archive is probably what you want. -
Posted a reply to DFI for CPT Archive, on the site WordPress.org Forums:
Hi Strothi, Yes that's possible with a little extra code. There are several examples in… -
Posted a reply to The Default Image Keeps Showing as Social Media Post Image Thumbnail, on the site WordPress.org Forums:
Hello Audee, What you describes makes sence, good to hear it's fixed :) Jan-Willem -
Posted a reply to The Default Image Keeps Showing as Social Media Post Image Thumbnail, on the site WordPress.org Forums:
Hello Audee, On a page like https://audeemirza.com/pigpen-cipher-code-part-1/ I see a DFI is set and I… -
Posted a reply to DFI doesn’t show in a specific post type page, on the site WordPress.org Forums:
I can't find the slider. This will require manual checking code of the theme. The… -
Posted a reply to DFI doesn’t show in a specific post type page, on the site WordPress.org Forums:
Hello, The first thing I notice it that on a regular page -with a normal… -
Posted a reply to weird action on pages!, on the site WordPress.org Forums:
This was a very deliberate choice I made when I developed this plugin years back.… -
Posted a reply to weird action on pages!, on the site WordPress.org Forums:
Hello Stephen, I have no experience with WordPress.com. I didn't even know my plugin was… -
Posted a reply to Plugin does not automatically update, on the site WordPress.org Forums:
Hi, I've tested on a clean site with DFI an wp-sweep installed. And everything I… -
Posted a reply to Use default featured image on posts with a featured images on condition?, on the site WordPress.org Forums:
Hello Ginoss. The plugin doesn't do this out of the box. It could be created… -
Posted a reply to don’t use default image on the post, on the site WordPress.org Forums:
Hi James, Sorry I didn't read you comment correctly. The snippet above will not work.… -
Posted a reply to don’t use default image on the post, on the site WordPress.org Forums:
Hello James, This is possible. Create a file /wp-content/plugins/dfi-exclude-pages.php Inside add the following code: <?php… -
Posted a reply to Plugin does not automatically update, on the site WordPress.org Forums:
Hi , Sorry for the late reply. I'll try to check the combo with wp… -
Posted a reply to Different feature images for different post categories, on the site WordPress.org Forums:
Hi James, Glad to heat this helped. -
Posted a reply to Plugin does not automatically update, on the site WordPress.org Forums:
I see there are 2 posts from today (10-dec) with broken images. But they don't… -
Posted a reply to Plugin does not automatically update, on the site WordPress.org Forums:
Hello Globeboss, I'm not sure I understand your question. On your blog page I see… -
Posted a reply to Cannot exclude MEC post type from showing default image, on the site WordPress.org Forums:
Hi Maxbel, the plot thikens.... I didn't expect this. you can put the vardump inside… -
Posted a reply to Cannot exclude MEC post type from showing default image, on the site WordPress.org Forums:
Hello Maxbel, That is weird to hear. There are 2 things that come to mind.… -
Posted a reply to Disable “Default featured image” on pages, on the site WordPress.org Forums:
Hi James, Good to know. There are other examples in the FAQ. Basic php knowledge… -
Posted a reply to Default image not shown on brand pages using Perfect Brands for WooCommerce, on the site WordPress.org Forums:
Hello DecentGiraffe. Sorry for the late reply. I'm unfamiliar with Perfect Brands plugin the same… -
Posted a reply to Disable “Default featured image” on pages, on the site WordPress.org Forums:
Hello James, Yes this is possible. Create a file /wp-content/plugins/dfi-exclude-pages.php Inside add the following code:… -
Pull request #389 merged into wp-cli/handbook:
Added create table statement. -
Posted a reply to Different feature images for different post categories, on the site WordPress.org Forums:
Hi Jullian, That is very much possible with a little bit of code. Create the… -
Posted a reply to Default settings overwrite pictures added by myself?, on the site WordPress.org Forums:
Hello Anh, Usually when this happens it's a mismatch between DFI and the theme or… -
Pull request #133 merged into wp-cli/wp-cli-tests:
Added extra debugging information. -
Posted a reply to How can I hide the default image for specific categories?, on the site WordPress.org Forums:
Hi, I think I understand, that's quite specific but possible. Change the if line to… -
Posted a reply to How can I hide the default image for specific categories?, on the site WordPress.org Forums:
Hi, If you want to disable the DFI only on the category page itself (not… -
Posted a reply to How can I hide the default image for specific categories?, on the site WordPress.org Forums:
Hi, Yes what you say is true. It will only hide the "default featured image"… -
Posted a reply to How can I hide the default image for specific categories?, on the site WordPress.org Forums:
Hi, Sorry, I should have included that. I recommend creating a small separate plugin. Create… -
Posted a reply to How can I hide the default image for specific categories?, on the site WordPress.org Forums:
Hi, That's certainly possible, here is an example: function dfi_category( $dfi_id, $post_id ) { //… -
Committed [2599155] to Plugins SVN:
Updating readme/assets from GitHub -
Posted a reply to weird action on pages!, on the site WordPress.org Forums:
Hello Muh, Well I'm available. Don't count on a fast reply always ;) There is… -
Posted a reply to weird action on pages!, on the site WordPress.org Forums:
Hello Muh, DFI works on all post-types by default, so both pages and posts. It… -
Posted a reply to Does it work with WordPress v5.8 ?, on the site WordPress.org Forums:
Hi farbweiss The message is now gone as I've updated the plugin. With this update,… -
Posted a reply to V1.7 Killed My Site, on the site WordPress.org Forums:
Update for 1.7.1 should be live now. And it fixes this notice. Please let me… -
Committed [2578239] to Plugins SVN:
Fixed weird SVN deployment bug. -
Posted a reply to V1.7 Killed My Site, on the site WordPress.org Forums:
I'm aware, the fix will be in in ~10minutes. Sorry, I'm on it. -
Committed [2578222] to Plugins SVN:
Restructured the plugin. Added some compatibility checks with other ... -
Committed [2573200] to Plugins SVN:
Updating readme/assets from GitHub -
Committed [2567625] to Plugins SVN:
Updating readme/assets from GitHub -
Committed [2564274] to Plugins SVN:
Updating readme/assets from GitHub -
Committed [2556912] to Plugins SVN:
Updating readme/assets from GitHub
Developer
-
Default featured image
Active Installs: 70,000+
-
Disable Full Site Editing
Active Installs: 40+
Contributor
-
uAfrica Shipping
Active Installs: 500+
Nederlands (Dutch) Plugins Translation Editor - #nl_NL
-
Default featured image
Active Installs: 70,000+