=== Ultimate Posts Widget ===
Contributors: cl272
Donate link: https://sellcodes.com/5U4SICyc
License: MIT
License URI: http://opensource.org/licenses/MIT
Tags: widget, recent posts, custom post types, sticky posts, featured image, post thumbnail, excerpts, category, custom fields, list pages, widget query, microformats, customizable widget, categories widget, tags widget, excerpt, widget templates, post author, post date, custom query, ultimate posts, comments, orderby, comment count
Requires at least: 3.5
Tested up to: 6.1
Stable tag: 2.2.4
The ultimate widget for displaying posts, custom post types or sticky posts with an array of options.
== Description ==
**Try it out on your free dummy site: Click here => [https://tastewp.com/plugins/ultimate-posts-widget](https://demo.tastewp.com/ultimate-posts-widget).**
(this trick works for all plugins in the WP repo - just replace "wordpress" with "tastewp" in the URL)
UPDATE: Plugin ownership changed for this plugin. We are currently evaluating possible enhancements for it. Stay tuned! If you have any suggestions yourself, please let us know in the Support Forum.
Note: This is a **classic widget** type, in order for it to work on the latest version of WordPress you will need [Classic Widgets](https://wordpress.org/plugins/classic-widgets/) plugin installed on your site.
The ultimate widget for displaying posts, custom post types or sticky posts with an array of options to customize the display.
Designed for both the average user and developer, Ultimate Posts Widgets aims to provide flexibility and ease of use for displaying any kinds of posts within your widget areas. An array of widget options are available as well as hooks, filters and custom templates for more advanced customization.
= Options =
* Filter by categories
* Filter by current category
* Filter by tags
* Filter by current tag
* Filter by custom post types
* Filter by sticky posts
* Select number of posts to display
* Display title
* Display publish date/time with custom format options
* Display post author and link
* Display post comment count
* Display excerpt or full content
* Display read more link with custom label
* Display featured image and at any size
* Display post categories
* Display post tags
* Display custom fields
* Add text or HTML before and after posts list
* Add CSS class to widget
* Add widget title link
* Change excerpt length (in words)
* Order by date, title, number of comments, random or a custom field
* Exclude current post from the list
= Documentation =
See the [FAQ tab](https://wordpress.org/plugins/ultimate-posts-widget/faq/) for documentation on custom templates, hooks, common issues, and more.
= Support =
For help please ask in the [Support Forum](http://wordpress.org/support/plugin/ultimate-posts-widget/)
Enjoy this plugin? [Send a tip to support development](https://sellcodes.com/5U4SICyc).
This plugin is part of the Inisev product family - [check out our other products](https://inisev.com).
== Frequently Asked Questions ==
= Filters =
**upw_enqueue_styles** *(boolean)*
Allows changing whether to load the template CSS file(s).
**upw_wp_query_args** *(array)*
Allows changing the WP_Query arguments for the widget.
**upw_custom_template_path** *(string)*
Allows changing the default custom template path.
= Templates =
**legacy**
As of version 2.0.0 we changed the widget HTML markup. For installs prior to 2.0.0 you can use the legacy template to retain the old HTML markup and compatibility.
**standard**
The new standard template as of version 2.0.0. It features better HTML5 markup, improved styling on various themes without the need for custom CSS, and hfeed microformat.
**custom**
As of version 2.0.0 you can now provide your own custom template files. To do this, create a directory named `upw` in your theme and copy a template from the plugin's `templates` directory. Edit as needed.
Then, in the widget settings under the *Display* tab, choose *Custom* from the *Template* drop down. In the *Custom Template Name* field that appears and enter the file name of your template (excluding .php). For example, if your template is named `custom.php` then enter `custom` in the *Custom Template Name* field.
= Images sizes =
*As of version 2.0.0, the plugin no longer supports setting custom image sizes from the widget options panel.*
To change image sizes you can either edit the built-in sizes (thumbnail, medium, and large) or define a custom image size in your theme `functions.php`.
**Edit built-in image sizes:** Go to *Settings > Media* and change the image sizes as desired. Once image sizes are changed you will need to regenerate thumbnails to update any existing images. This can be done with [AJAX Thumbnail Rebuild](https://wordpress.org/plugins/ajax-thumbnail-rebuild/) or [Regenerate Thumbnails](https://wordpress.org/plugins/regenerate-thumbnails/) plugins. Note that this will affect image sizes for the entire site.
**Define a custom image size:** Edit your `functions.php` file and add a new image size with the `add_image_size` function. See the [WordPress codex for documentation](http://codex.wordpress.org/Function_Reference/add_image_size). Once the function is added, your custom size will be available to select from the widget options. Like editing a built-in size, you will need to regenerate thumbnails for existing images.
Example:
``
= Thumbnail images are not displaying =
*As of version 2.0.0 timthumb is no longer used.*
This plugin uses the [timthumb library](http://www.binarymoon.co.uk/projects/timthumb/) to resize post thumbnails. Please review these requirements and troubleshooting tips if you are having problems displaying thumbnails.
* Right click > view image - If an image isn't loading then this is the first thing you should do. 9 times out of 10 it will tell you what the problem is in an easy to read error message.
* JetPack plugin - There is a known conflict between JetPack's "Photon" component, please disable it for compatibility with timthumb.
* Server requirements - PHP and the GD image library must be installed on your web server. Normally most web servers include them by default.
* Cache permissions - The cache directory `wp-content/plugins/ultimate-posts-widget/cache` should be set to 777 or if that doesn't work, you may find 755 is ok.
* Image sizes - timthumb is configured to only work for images smaller than 1500 x 1500. The plugin and automatically selects the "Large" size from Settings > Media, if it is greater than 1500 x 1500 you will need to reduce the size or modify the configuration in `thumb.php` to support larger image sizes.
* Tilde(~) in url - timthumb has a known issue with this, please use a url without a tilde until a fix is available. [Bug report](https://code.google.com/p/timthumb/issues/detail?id=263)
* Thumbnail images only work with WordPress' native post thumbnail / featured image. Many theme use a custom image field for thumbnails, these are not supported.
**Still stuck?** See [additional troubleshooting tips](http://www.binarymoon.co.uk/2010/11/timthumb-hints-tips/) from the timthumb author.
== Screenshots ==
1. Example with TwentyTwelve theme with the default widget options
2. General options tab
3. Display options tab
4. Filter options tab
5. Order options tab
== Changelog ==
= 2.2.4 =
* Adjusted PHP compatibility
= 2.2.3 =
* Added try it out module
= 2.2.2 =
* Tested up to WordPress 6.1-RC5
* Adjusted carrousel module
* Updated try it out URL in readme to properly setup demo site
= 2.2.1 =
* Tested up to WordPress 6.0
* Tested with PHP 8.1
= 2.2.0 =
* Tested up to WordPress 5.7.1
* Added support for PHP 8
* Updated banner
= 2.1.6 =
* Tested up to WordPress 5.4.2
* Updated Opt-in
= 2.1.5 =
* Tested up to WordPress 5.4.1
* Changed info
= 2.1.4 =
* Plugin has been updated up to WordPress 5.4
= 2.1.3 =
* Hotfixed issue
= 2.1.2 =
* Serval improvements
= 2.1.1 =
* Added possibility to exclude current post from the list
* Tested update WordPress 5.3.3 (beta)+
= 2.1.0 =
* Added possibility for changing custom message when no posts.
* Increased stability of the plugin
* Fixed filtering
* Tested update WordPress 5.3.2+
= 2.0.9 =
* Replaced deprecated code
= 2.0.8 =
* Plugin revival
* Feedback system integrated
* Readme updated
= 2.0.7 =
* Tested update WordPress 4.8
= 2.0.6 =
* Fix PHP notice (thanks @rhyswynne)
* Search custom template both in child theme and in parent (thanks @groucho75)
= 2.0.5 =
* Adds menu order sort by option
= 2.0.4 =
* Updated class constructor for WordPress 4.3 compatibility (thanks @JustB)
= 2.0.3 =
* Adds link to thumbnail images
* Adds option to show all categories, tags, or types for better usability
* Improve spacing and font sizes on some themes for the standard template
* Document adding custom image sizes
* Add option to display full size post thumbnail
* Remove post_class() from legacy template for better backwards compatibility
= 2.0.2 =
* Reverts back to using `widget_title` filter
* Fixes number of posts setting to allow unlimited amounts
* Adds instance and widget ID variables to filters for more control
= 2.0.1 =
* Fixes issue loading multiple widgets on the same page and using the same template
* Adds a default title to the widget for new instances
* Documentation improvements
= 2.0.0 =
* Added a new standard template and custom template support
* Added basic CSS styles for better formatting
* Add hfeed microformat into new standard template
* Improved widget options interface
* Add option to filter by tags or current tag
* Remove timthumb in favor of using built-in WordPress image sizes
* Remove widget "More Button" options
* Change date display options to now accept any custom date formats
* Add before and after posts HTML fields
* Add option for widget CSS class (thanks @avenirer)
* Add option to display comment count
* Set better defaults for newly created widgets
* Various bug fixes and optimizations
*Upgrading from an earlier version?*
* Upgrades from prior to 2.0.0 we retain the "legacy" template for you. To change which template to use, find the "Template" option under the "Display" tab.
* If you used the "More Button", you will need to add in your own HTML into one of the new fields since the more button is now removed.
* If you used custom thumbnail settings you will need to update them. You can now choose from pre-defined sizes available to WordPress. If you need an additional image size please see [how to add image sizes](http://codex.wordpress.org/Function_Reference/add_image_size).
* Date formatting has changed, you will need to update your settings. By default it uses WordPress' date/time options.
= 1.9.0 =
* Adds option to order by custom field (thanks @enekochan)
* Remove "Permalink to:" from link titles (thanks @wirelessgizmo)
* Swedish translation (thanks @brstp)
= 1.8.1 =
* Add content display option
= 1.8 =
* Add custom field display
* Re-organized widget options
* Use proper alt tag for image thumbnails
* Better title attribute for links
= 1.7 =
* Added show author option
* Added class to highlight current post
* Fixed PHP error notices
= 1.6 =
* Added localization support
* Added show post categories option
* Added show post tags option
* Added custom widget title URL option
* Improved filter controls for sticky posts
* Bug fixes
= 1.5.1 =
* Upgrade timthumb to 2.8.11
* Load "Large" size post thumbnails which should eliminate large image errors
* Improved FAQ for thumbnail troubleshooting
= 1.5 =
* Adds crop mode option
* Add show published time option
* Now uses date / time format settings
* Bug fixes
= 1.4.5 =
* Updates screenshot
= 1.4.4 =
* Fixes show_readmore function
* Adds more button link option
= 1.4 =
* Cleaner widget options
* Code refactoring and fixes
* Adds order by option
= 1.3 =
* Sticky posts only now optional
= 1.2 =
* Added post type filter option.
* Code cleanup.
* Better selection mechanism for categories.
= 1.1 =
* Added category filter option.
= 1.0 =
* First release.
== Upgrade Notice ==
= 2.2.4 =
* Adjusted PHP compatibility
== Installation ==
1. Download and extract the zip archive
2. Upload `ultimate-posts-widget` folder to `/wp-content/plugins/`
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Add the widget to a sidebar and configure the options as desired
Speaking of “early access” features, Adobe introduced AI-powered Lens Blur as an early access tool last year. With today’s Lightroom ecosystem update, it is finally available to everyone, no strings attached. For those who want it, it’s available in all versions of Adobe Lightroom beginning today as an “early access” feature. While it’s easy to think about “generative AI” in terms of adding something to a scene, it also makes sense for removal, as to do so convincingly, new pixels must be made to replace what is taken out of the frame.
By being open about our data sources, training methodologies, and the ethical safeguards we have in place, we empower users to make informed decisions about how they interact with our products. This transparency not only aligns with our core AI Ethics principles but also fosters a collaborative relationship with our users. Adobe could improve the user experience dramatically by simply including the reason a generation gets flagged as a guideline violation. They request we use their feedback system when this happens, but don’t give us any feedback in return.
There, a user’s remaining number of generative credits is shown and it reloads in real-time. There is no indication inside any of Adobe’s apps that tells a user a tool requires a Generative Credit and there is also no note showing how many credits remain on an account. Adobe’s FAQ page says that the generative credits available to a user can be seen after logging into their account on the web, but PetaPixel found this isn’t the case, at least not for any of its team members.
The future of content creation and production with generative AI.
Posted: Wed, 11 Dec 2024 08:00:00 GMT [source]
The Firefly Video Model (beta) is set to extend Adobe’s family of generative AI models and make Firefly one of the most comprehensive model offerings for creative teams. It is available today through a limited public beta with the goal of garnering feedback from small groups of creative professionals. Adobe is upgrading those existing capabilities to a new AI model called the Firefly Image 3 Model. According to the company, the update will improve both the quality and variety of the content that the features generates.
By Jess Weatherbed, a news writer focused on creative industries, computing, and internet culture. To its credit, two of the three options Generative Remove suggested did provide usable alternatives. Unfortunately, the Bitcoin option was the first one, which (whether Adobe intends this or not) tells an editor that it is what the platform feels is the best result. While this kind of makes sense if you don’t think about it too hard, it also is completely counterintuitive to the concept of the name of the tool and the result an editor is expecting. “Select the entire object/person, including its shadow, reflection, and any disconnected parts (such as a hand on someone else’s shoulder). For example, if you select a person and miss their feet, Lightroom tries to rebuild a new person to fit the feet,” the article reads.
“It’s another way to penetrate and radiate the user base,” Gartner analyst Frances Karamouzis said. The new Media Intelligence tool in Premiere Pro follows the introduction of other AI-driven features including Firefly-powered Generative Extend. If I am selecting a body part and asking a tool to fill or remove that space, zero percent of the time would I want it to replace my selection with its eldritch nightmare version of that exact same thing. What I, and any editor doing this, want is for what is selected to be removed as seamlessly as possible. GPU-accelerated, AI-powered video retiming tool can now be used without a host app, for under half the price of a regular plugin license. Internally, IBM is also using Adobe Firefly to streamline workflows, leveraging generative art, Photoshop, Illustrator, and Firefly’s AI capabilities.
That’s an existing Illustrator feature for creating scalable vector, or easily resizable, versions of an image. According to Adobe, its engineers have enhanced the visual fidelity of the feature’s output. Or perhaps someone likes the look of an image but wishes that the subject were somewhere else in the frame.
My advice would be to begin by establishing clear, simple, and practical principles that can guide your efforts. Often, I see companies or organizations focused on what looks good in theory, but their principles aren’t practical. The reason why our principles have stood the test of time is because we designed them to be actionable.
Firefly is featured in numerous Adobe apps, including Photoshop, Express, and Illustrator, and with the introduction of the Firefly Video Model (beta), it is coming to Premiere Pro, Adobe’s venerable video editing software. At the heart of Adobe’s announcements is the expansion of its Firefly family of generative AI models. The company introduced a new Firefly Video Model, currently in beta, which allows users to generate video content from text and image prompts.
While the company was not proactive about alerting users to this change, Adobe does have a detailed FAQ page that includes almost all the information required to understand how Generative Credits work in its apps. As of January 17, Adobe started enforcing generative credit limits “on select plans” and tracking use on all of them. When it comes to generative artificial intelligence (AI), one company that has been at the forefront on the software side is Adobe (ADBE -0.43%). The company has added a number of AI-related features to both its Creative line of products, such as Photoshop, and its Acrobat-led Document Cloud business. Since many mobile devices shoot HDR photos, software has continually expanded its support for HDR image editing, Lightroom among them. With HDR Optimization, Lightroom users can achieve brighter highlights, deeper shadows, and more saturated colors in HDR photos.
For Creative Bloq, Ian combines his experiences to bring the latest news on digital art, VFX and video games and tech, and in his spare time he doodles in Procreate, ArtRage, and Rebelle while finding time to play Xbox and PS5. As some examples above show, it is absolutely possible to get fantastic results using Generative Remove and Generative Fill. But they’re not a panacea, even if that is what photographers want, and more importantly, what Adobe is working toward. There is still need to utilize other non-generative AI tools inside Adobe’s photo software, even though they aren’t always convenient or quick. As its name suggests, Generative Remove generates new pixels using artificial intelligence.
The new AI features will be available in a stable release of the software “later this year”. Generate Similar, shown above, automatically generates variations of a source image, making it possible to iterate more quickly on design ideas. Users can guide the output by entering a brief text description, with Photoshop automatically matching the lighting and perspective of the foreground objects in the content it generates. In Photoshop 25.9, they are joined by the ability to create entire images from scratch, in the shape of new text-to-image system Generate Image.
“Think of these ‘controls’ as the digital equivalent of the paintbrush in Photoshop,” says Alexandru. If you’re a digital artist fed up with hearing prompt jockeys tell you to get over generative AI art’s impact, then Alexandru Costin, Vice President of Generative AI and Sensei at Adobe, has some good news for you as we begin 2025. Get the latest information about companies, products, careers, and funding in the technology industry across emerging markets globally. I suspect this may be for similar reasons, that Stable Diffusion XL (SDXL) works best in 1024 pixel aspect ratios. I’ve found that limiting the expand or fill areas to 1024 pixels improves results.
The company sees this tool as helpful in creating storyboards, generating B-roll clips, or augmenting live-action footage. Labrecque has authored a number of books and video course publications on design and development technologies, tools, and concepts through publishers which include LinkedIn Learning (Lynda.com), Peachpit Press, and Adobe. He has spoken at large design and technology conferences such as Adobe MAX and for a variety of smaller creative communities.
Further, Firefly offers a variety of camera controls, including angle, motion, and zoom, enabling people to finetune the video results. It’s also possible to generate new video using reference images, which may be especially helpful when trying to create B-roll that can seamlessly fit into an existing project. Adobe is one of several technology companies working on AI video generation capabilities. OpenAI’s Sora promises to let users create minute-long video clips, while Meta recently announced its Movie Gen video model and Google unveiled Veo back in May. It is available today through a limited public beta to garner initial feedback from a small group of creative professionals, which will be used to continue to refine and improve the model, according to Adobe.
They utilize AI to significantly speed up and improve image editing without taking control away from the photographer. To address this, Adobe founded the Content Authenticity Initiative (CAI) in 2019 to build a more trustworthy and transparent digital ecosystem for consumers. The CAI implementsour solution to build trust online– called Content Credentials. Content Credentials include “ingredients” or important information such as the creator’s name, the date an image was created, what tools were used to create an image and any edits that were made along the way.
The Generate Similar tool is fairly self-explanatory — it can generate variants of an object in the image until you find one you prefer. Adobe is upgrading its Premiere Pro video editing application with a generative AI model called the Firefly Video Model. It powers a new feature called Generative Extend that can extend a clip by two seconds at beginning or end. These latest advancements mark another significant step in Adobe’s integration of generative AI into its creative suite.
This upcoming tool takes the power of everything seen in Adobe Firefly AI functions and applies it to generative video. It works incredibly well, even tracking objects that move against similarly toned or colored backgrounds. Photoshop’s latest AI features bring in more precise removal tools, allowing you to brush an area for Photoshop to identify the distraction and remove it seamlessly.
Adobe’s CFO: Agentic AI is a ‘natural evolution’ for the company.
Posted: Fri, 24 Jan 2025 11:58:00 GMT [source]
Its Content Credentials watermarks are applied to whatever the video model outputs. In Firefly Services, a collection of creative and generative APIs for enterprises, Adobe unveiled new offerings to scale production workflows. This includes Dubbing and Lip Sync, now in beta, which uses generative AI for video content to translate spoken dialogue into different languages while maintaining the sound of the original voice with matching lip sync.
In addition, he is the founder of Securities.io, a platform focused on investing in cutting-edge technologies that are redefining the future and reshaping entire sectors. As generative AI continues to scale, it will be even more important to promote widespread adoption of Content Credentials to restore trust in digital content. For those seeking more control, consider exploring tools like Stable Diffusion and ComfyUI. While they have a steeper learning curve and require a GPU with at least 6-8GB of VRAM, they can easily blow Photoshop out of the water.
While a lot of the focus has been on generative AI, Adobe continues to roll out workflow-focused AI features across its Creative Cloud suite too. I’d argue this increase is mostly coming from all the generative AI investments for Adobe Firefly. But speak to serious photographers who use Lightroom and Photoshop for editing their photos, and I’d be willing to wager that most of them don’t need any of the generative tools that Adobe wants to sell to us via this price increase.
]]>