Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

Automatic Featured Image Posts

Skildring

Automatic Featured Image Posts creates a new post with a Featured Image every time an image is uploaded. Through the plugin settings page, you can set the image to publish and assign itself to one of your other existing custom post types and/or post formats.

The imagined use case is to make managing a large number of photos through WordPress a little more interesting and a little more fun.

After uploading 10, 100, or 1000 pictures from an event or vacation, you and other users can go through and spend the majority of your time adding content, tags, and titles to your photographs rather than going through a monotonous process creating new posts over and over again.

Settings are available for:

  • Default Post Status (draft, pending, published, private)
  • Default Post Type
    • Default is the WordPress post.
    • Can choose any custom post type registered in your WordPress installation.
  • Default Post Format
    • Default is «standard», which equates to none.
    • Other options are provided if registered by your theme

Filters are available for:

  • afip_new_post_title = Allow other functions or themes to change the post title before creation.
  • afip_new_post_category = Allow other functions or themes to change the post categories before creation.
  • afip_new_post_content = Allow other functions or themes to change the post content before creation.
  • afip_new_post_date = Allow other functions or themes to change the post date before creation.
  • afip_post_parent_continue = Allow creation of a new post when an image is inserted in an existing post.
  • afip_continue_new_post = Allow other functions or themes to skip creation of a post.

Actions are available for:

  • afip_pre_create_post = Runs immediately before each post is created for an image.
  • afip_created_post = Runs after each image load is processed.

Feel free to fork, submit issues, and/or contribute on GitHub

Installasjon

  1. Upload «automatic-featured-image-posts» to your plugin directory, usually «wp-content/plugins/», or install automatically via your WordPress admin page.
  2. Activate Automatic Featured Image Posts in your plugin menu.
  3. If you’d like to change the default post status or post type, configure the plugin using the Auto Image Posts menu under Settings in your admin page. (See Screenshot)

That’s it!

Vanlege spm.

Why don’t I see any of my images? The posts were created.
  • More than likely the installed theme does not support featured images (post thumbnails). If this is the case, images are assigned to posts in the background, but there is no interface to display or edit them.
  • A warning will appear on your Automatic Featured Image Posts settings screen if it is detected that featured images are not enabled.
Can you put the images in post content instead of setting them as a featured image?

Omtalar

11. desember 2017
One of those plugins which make my life a lot easier. Yes, it's rather specific, but for those who want to use wordpress as a photoblog it's great. On request though, could you update the "tested up to" tag in the readme? Wordpress.org complains it's too long ago since something changed and it doesn't show up anymore in the search results for new plugins. As it works quite nice under 4.9.1, a minor update would solve this issue. Thanks!
3. september 2016
Exactly what I needed. Works very well even though it hasn't been updated in a few years.
Les alle 12 omtalar

Bidragsytarar og utviklarar

“Automatic Featured Image Posts” is open source software. The following people have contributed to this plugin.

Contributors

Endringslogg

1.0

  • Confirm compatibility with WordPress 3.7
  • Introduce new action, afip_pre_create_post, to allow actions to occur immediately before inserting a new post for an image.
  • Introduce new filter, afip_continue_new_post. Return false to skip creation of a post for a specific image.
  • General code cleanup.

0.9

  • Implement decision to skip images that are uploaded to existing posts
  • Add filter for afip_post_parent_continue to allow overriding this decision
  • Add action afip_created_post to run after each operation

0.8

  • Compatibility check with upcoming WordPress 3.5, all is a go!
  • Fix post time bug to account for WordPress timezone setting. props Matthew Harris
  • Add filter to new post date so that it can be modified.
  • General code style cleaning

0.7

  • Fix a couple bugs with saving options when post formats aren’t yet enabled.

0.6

  • Add filters to allow themes and plugins to change the post title, categories, and content before creation

0.5

  • Add support for Post Formats. If your theme supports it, you can now select to publish as an image, aside, etc…
  • Make sure the attachment is also adhering to core parent/inherit standards after media is uploaded.
  • Add a warning for themes that do not support featured images.
  • Code cleanup, specifically moving everything into its own class to be a good global namespace citizen.

0.4

  • Switched to use add_attachment action hook, possible avoidance of issues that I couldn’t confirm, but could exist, in using wp_update_attachment_metadata
  • Code cleanup, formatting, standards

0.3

  • An option to assign the posts created through Automatic Featured Image Posts to any of your existing custom post types has been added.
  • General code cleanup & refactoring.
  • Language file update to match new settings.

0.2

  • Images uploaded through the «edit post» screen are now assigned the categories of that post. Requested by jackthalad. Will be a configurable option in next release.

0.1

  • In which a plugin begins its life.