=== 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
Content
Choose your recommended payment method, enter in the amount a person wish to first deposit, and follow the particular on-screen instructions in order to complete the transaction. Deposits are typically processed instantly, so you can begin betting immediately. If you belong to be able to the new generation regarding Ugandan bettors, you will surely need to place a bet on eSports. Here we cover up the key events and even games of different video games. We know that generally there are die-hard supporters of sports this kind of as football, boxing, or faithful field hockey, but there are those who choose to bet on non-sports markets. If you like in order to invest your money but are not only a sports fan, a person can place special bets” “guessing the weather or the outcomes of different types of tournaments.
They include the Friday reload bonus, weekly rebate program, accumulator of the day, etc. Aside from knowledge, intuition, and desire to be able to win, studying possibilities is another main factor of success. Everyone who visits the website will discover free of charge wagering lines and even odds as properly as the most current changes in real-time. During the sports events, the site also revisions match score” “for your convenience. The online mode is quite well-liked among punters as it allows betting during a complement.
22Bet houses the best football estimations for all Champions League matches, from the first lower-leg of the qualifiers to the last match that determines the winner. While most sports bettors employ their intuition to be able to place bets, the betting experts in addition to professionals don’t just rely on their particular knowledge of the game. Instead, they are aided by a vast database associated with football statistics and time-tested mathematical remedies. 22Bet is recognized to many since the home of the most accurate football estimations on the internet bd22betcasino.com.
We have some sort of wide range of payment methods therefore you can create deposits and withdrawals without any problems. Best of just about all, you won’t possess to pay commission rates, and the deposit plus withdrawal limits are adjusted to your needs. Our betting site not just performs from your computer system but also about mobile devices. All our own services are designed to work cross-platform, without having downloading anything, in addition to with no accessibility limits. You are usually in 22Bet, an authorized betting site that offers you multiple rewards. In addition in order to complying with the particular official regulation, we make sure in order to maintain your data safe, promote responsible gambling, and be with a person for whatever you require.
The brand’s Telegram and Tweets have thousands regarding followers, but a person can also find it on Instagram. At Silentbet, we include those who are responsible regarding keeping all evaluations up to day. They visit almost all websites” “(including 22bet) check if there’s something, and even update the evaluations.
By combining several gambling bets into one, the player can obtain better football odds than they will receive if the bets were placed independently. 22Bet is your go-to place intended for the most accurate English Premier League football betting forecasts and free bets odds. On top rated of that, we all present great accumulator as well as match termes conseillés for your coveted FA Cup.
We’ve collected the list of goods of which are able to handle this program without the does not work out. The world associated with online sports wagering in Uganda improved with the appearance of 22Bet. Unlike our competitors, all of us don’t put virtually any restrictions or limits on what an individual can do.
The 22Bet casinos offers chose in order to launch a good app version that will will make it easier for their very own very own buyers to participate more inside their video game titles. As soon while your account features been checked simply by 22Bet, click about most of the green “Deposit” switch in the particular leading right nook in the screen. This way, you can certainly have entry so as to eye-catching” “additional bonuses, customized attention, and even 100s of gambling options. Find out and about listed below almost almost all in regards in order to the 22Bet apk so as in order to down load upon your cellular phone or possibly tablet. This way, you will surely have usage regarding striking bonuses, individualized focus, and several gambling options. Users can easily know via the software program, getting at typically the variety of betting options, casino game titles, and betting places.
Overall, we believe every welcome promotion has its perks, plus people like with them for different causes. The crooked outside continues inside, creating exhibit spots exclusively fitting regarding exhibiting contemporary works involving art. Visitors might also benefit from the see from on top of the particular 60-meter Explode plus the 75-meter free-fall tower — a minimum of right way up until the voyages drop. Rides regarding larger youngsters add a fun property, re-writing coffee cups, a new haunted lodge, bumper cars, and the raft trip. Another peculiarity of 22Bet’s betting lines is that they usually are presented in a new convenient table so that every user, even a starter, can easily decide on the profitable guess.
It’s a great bonus especially for any sports activities bettors out right now there. After creating the accounts, you could entrance 22Bet’s native system via the bookmaker’s website on typically the top panel whenever you enter the sports activities section. The” “22bet app for iPhones, android, iPads, or even tablets is frequently simple to mount. Bet’s dedicated poker areas, which are among the most frequented online. With its commitment to providing a soft wagering experience, 22Bet provides earned a strong reputation inside the Ghanaian market.
Your goal is to place wagers from $1 and up and win lottery tickets. The 22Bet welcome bonus will certainly provide people with the opportunity to double the actual deposit. The 100% bonus intended for sports offers upward to 122 EUR that gamblers can” “use on a range of different options. Once obtained, clients may wager on many sports and encounter one of 22Bet’s hidden gems. Bookmaker 22BET is most likely the largest applications with sports gambling, cybersports, and also a full-on gambling section.
Each promotion features a fixed of conditions intended for participation. 22Bet is widely known regarding its betting alternatives that won’t are unsuccessful to give you a fantastic experience. They offer over something like 20 different wagering options with the maximum odds for their players. 22Bet is definitely one of the biggest online bookmakers in Europe, in addition to it continue to be grow to other nations. This platform seemed to be created in years past simply by real bettors who else know the ins and outs of the online betting world. Sportsbook treats its clientele to regular bonuses that concentrate in making all your own activities within the system.
The Crash Lottery, for example, can only work if you play Collision, not slots or other titles. Gone are definitely the particular days and nighttime time if they acquired as a new way to be concerned regarding issues within navigation and in addition typically the slow loading price within the chances. Now simply open up the 22Bet cellular app, and you really are usually prepared to can easily bet. If you might have some sort associated with mobile phone or perhaps tablet, The the samsung company firm, Xiaomi, and so on., understand how to download the apk download below. A referral code is definitely a unique signal a business provides to be able to be able to its customers to attract new users. This code is usually applied in affiliate applications where customers could share the code with friends, household or friends.
If you are searching for a trusted betting site in Uganda that gives you typically the best gambling experience, you have are available to the correct place. In addition to this particular, to make enjoying on mobile a lot more enjoyable,” “we certainly have developed a quite attractive official 22Bet app for Google android and iOS products. You also have got the option to increase your chances regarding winning by betting during matches. The events presented in the site present more betting marketplaces than you can consider of. All the particular players can verify even weather and even political predictions in addition to statistics.
22bet Gambling Firm stands apart there between other on typically the web bookmakers. Although the particular firm is comparatively youthful, that has previously earned the have confidence in associated with several 100 million active fans. By doing this, you could receive 100% regarding what you straight down payment to get even more money in order to bet up to be able to 750 GHS. The APK version with regard to Google android is in addition offered within the sportsbook’s website.
Otherwise, you require couple of resources due to the fact this can be a gentle platform that will wont take in significantly RAM. You will learn to obtain the 22bet app upon iOS and Android os cell phones and devices. You will understand the particular functionalities a individual can get inside 22Bet Nigeria Software. Android and iOS have really identical functionalities inside typically the 22Bet iphone app towards the web web browser version. The best destination for sports” “fans, 22Bet offers every one of the modern characteristics a punter might need. The bookmaker’s athletics odds deserve the separate section since they are very impressive.
These promoting requirements not simply improve your preliminary funds as properly as clear many sort involving realm of options in 22. The primary advantage involving each of our betting business is the fact we supply an exclusive prospective” “client to make WILL BE LIVING bets. In-play gambling bets considerably increases the specific odds of getting plus generates enormous fascination with wearing contests. 22Bet sportsbook offers a dedicated esports column which could simply be rivalled from the oldest bookmakers available in the market. Punters can spot bets on esports events, including every one of the top leagues for instance king of beauty, rainbow six, skyrocket league, and league of legends. At 22Bet Uganda, our company is known for offering the most effective sports gambling odds in the country.
22Bet regularly gives casino players a variety regarding games to be able to accessibility. 22Bet is an online casino and terme conseillé that offers some sort of wide range involving gambling games in addition to sports markets. Here you could have the opportunity to place wagers on any sports, leagues, and esports of your choice. They give higher odds in most games that allow players to get greater wins.
They give larger odds in typically the majority of online games that enable participants to get bigger wins. The mobile phone website stores your logon information in addition to any bets you have got positioned on your mobile telephone devices. 22Bet Nigeria is an online betting platform that offers a wide selection of sports betting choices, live betting, on line casino games, and virtual sports.
The app provides you with with all the bookie’s wagering alternatives, markets, functions, etc! In typically the 22Bet application, the very same promotional offers as well available as in the desktop version. You can guess about your favorite sporting activities markets besides perform the best slot machines without having to open your notebook computer.
It supplies a user-friendly program for placing bets on various sports events worldwide, including football, basketball, tennis, and more. Depositing and pulling out there money from the app is furthermore very simple and functional, using usually the transaction approaches reinforced. Designed in order in order to be user-friendly, typically the app opens up a new involving entertaining possibilities.
You can certainly stay attached in order to the 22Bet plan and gamble arriving from wherever you are. Gh from your tablet or apple iphone and enjoy the particular same advantages mainly because Android or iOS users. In development, the platform will provide you with access to wagers markets, promotions, overseas languages, odds structure, speak to services, plus more. According to Google’s policy, gambling plus betting software can not become listed about typically the Google Enjoy Retail outlet. Ghanian bettors” “which log in as a way to this bookie’s software will also end up being in a position to enjoy their listing of promotions.
E-wallets usually are generally the speediest, often taking lower than 24 hours. Bank transfers might take a bit lengthier, usually up to be able to 7 business days. 22Bet Pakistan gives competitive betting odds, which means you possess a good chance of finding a returning on your gambling bets.
The 22Bet app offers effortless access and actually the capacity to perform on the move. Its graphics are an enhanced variation with the personal computer of the certain site. The minimal requirements intended regarding Android users will certainly be Android version five (Lollipop) or perhaps newer. 22Bet offers a wide range regarding banking available options for their customers. On their official site, they have a lot more than 15 systems they accept payments from. These fifteen payment methods may be used simply by the players intended for both” “debris and withdrawals.
Thanks to this tool, it is possible to take all the athletics betting action with you wherever you decide to go. As a result, the field of sports gambling has also turn into mobile-friendly. Therefore, the availability of an application along with the application’s handiness have grown to be an essential criterion for evaluating sports betting providers. 22Bet stands out and about among other bookmaking companies because it provides a a lot modern, interesting, in addition to profitable way regarding betting! You may bet right at this point without losing your time on long boring processes of enrollment and payment. All the players possess a double opportunity to win within” “comparison with those which are doing pre-match betting.
On in-demand sports activities like football in addition to tennis, the payment is 95%+ when betting on Over/Under and 1×2 markets. Other markets like Half Time/Full Period and Correct Rating secure 93%. In the wintertime, market stores are guarded beneath tents, and even absolutely a 365 days a year industry hall that includes a great deal more vendors. The nearest parking region is Aimo Region Kasarmitori, just one particular particular block aside from the resort.
Otherwise, you will need few resources since it is really a gentle program that may certainly not really consume significantly MEMORY. We’ve developed document of gadgets which might be generally capable of manage the particular particular form together with out any form of accidents. The cellular phone gambling scene features stirred” “way up really a tornado within India over the last a long period. Keep in mind that you should press the 22Bet app login press button and enter the to play online games with real finances. It may become used upon iPods, iPads, iPhones, and additional iOS devices. The download and set up procedure with regard to their app is fairly simple plus hassle-free.
Our team of expert analysts retains track of almost all popular matches across the globe. Using time-tested mathematical models, they can measure the teams’ true form and assess the associated with some sort of bet put on them. You can switch on the 22Bet Comes to an end reload bonus of 100% approximately €100 by funding your current account with no less than €1 on Thursday. The offer does not require players to provide a promo code in order to activate. The next 22Bet casino added bonus registered users could take part throughout is called Accident Lottery. If an individual haven’t guessed from the name, this campaign is focused upon the Crash game.
22Bet offers typically the same features concerning the apps while about the web-affiliated smartphone version. They equally load fast in addition to do not eat a new lot of data on your device. It is compatible using various products, which include iOS in addition to Android. The application allows you to encounter the all-around choices for getting through online gambling. As inside the web edition, you will be capable to be able to make deposits throughout addition to withdrawals from typically the particular app or mobile phone version in the site. The game titles within this online casino are designed by the particular most recognized sport developers.
It uses HTML5 technology that all contemporary mobile browsers can easily process. Just just like the app, the cell phone website preserves just about all functions of the sportsbook. You can easily have fun along with betting or gambling, access all bonuses, and request withdrawals. Besides, the website updates automatically in addition to doesn’t take virtually any of your phone’s storage space. As a lucrative on-line casino platform, 22Bet gives away around $300 as a 100% match reward.
]]>