=== 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
The match takes place between two teams of 12 people, with seven concurrent players being on the court at the beginning of the game. The goal of the game is to score more points than the opponents. To get points, the team needs to send a player, called a raider, to the opponent’s half of the court. Being an international brand offering its services in over 90 countries, the Mostbet website is available in 30 languages. Mostbet APK is available for installation for every user from India.
Mostbet has its own mobile app, which brings together all the functionality of the site, both for sports betting and casino gambling. At the same time, you can use it to bet at any time and from anywhere with internet access. The apps are completely free, legal and available to Indian players. They also have a very user-friendly and pleasant interface, and all page elements load as quickly as possible.
It won’t take up a lot of space in your device’s memory, and it’s also completely low-maintenance. With its help, you will be able to create an account and deposit it, and then enjoy a comfortable game without any delays. The registration has been very fast + the welcome bonus was easy and simple to get. The odds are high and the list of rates is wide when compared with other companies.
Over the years, our online platform gambling has gained an excellent reputation among users. The odds are quite different and range from good to downright low. On the most popular games, odds are given in the range of 1.5-5%, and in less popular football matches they reach up to 8% mostbet.
Although the site is easy to use, you may still have some questions. That’s why the support service is always available to users. There is a convenient chat for communication with operators. These bonuses from Mostbet add value to your bets and provide you with additional opportunities to win big. It is significant to mention that Mostbet takes user privacy and security seriously and uses stringent security measures to safeguard user information.
The customer support is available round-the-clock, while the main communication language is English. Before contacting support, try to find the answer to your question in the FAQ section. Once the funds have been credited to your account, you can use them to participate in gambling or betting activities. To download the Mostbet bd app on your Android device, go to the official Mostbet website and click on the “Download” box at the top left. Follow the instructions stated on the page to install it on your phone and open the app.
Football needs no introduction when it comes to rules, but there are certain important details to remember for any bettor. First of all, no other sport has nearly the same proportion of match-fixing. In this regard, always opt for reputable leagues controlled by international federations like FIFA or UEFA.
In general, the choice of device for the app is up to you, but do not hesitate with the installation. Already 71% of club users have downloaded the application, and you will join them. There are some differences in the download depending on your operating system. Even though gambling and betting are prohibited in Bangladesh, the country’s legislation does not ban these activities in an online environment. In this regard, any Bangladeshi player can safely sign up and play at Mostbet for real money. On top of that, all the winnings you receive are not subject to taxation.
With a seamless registration process, an extensive game selection, and round-the-clock support, it stands out in the online casino arena. This perfectly designed system allows active players to get various bonuses for their bets on Mostbet. In your personal cabinet under “Achievements” you will find the tasks you need to do in order to get this or that bonus. Every Indian player can participate in the loyalty program.
It is a proven gambling platform where you can find all kinds of matches and tournaments. Where you can enjoy watching the match and earn money at the same time. Even though Indian law prohibits casino games and sports betting in this country, online betting is legal. A fast and simple approach to create a Mostbet account and begin using the platform’s capabilities while on the move is to download the Mostbet mobile app. It’s the ideal method to remain updated on your bets and the sports events you enjoy thanks to its user-friendly layout and practical features.
Utilising one of the accepted payment methods, such as credit/debit cards, e-wallets, bank transfers, and others, you may add money to your Mostbet account. To begin, simply sign into your account and select the ‘Deposit’ option. W1 and W2 are used as a means of defining teams when placing bets. For example, at a cricket IPL match, you may see W1 and W2, representing the teams respectively.
MostBet will cover every IPL match on their platform, using live streaming and the latest stats of the game event. These tools will help you make more accurate predictions and increase your chances of winning. It is worth noting that these tools are available to every user completely free of charge.
If you do not recoup this money in three weeks, it will disappear from your account. Despite the site and application are still developing, they are open-minded and positive towards the players. It operates under the Curacao eGaming License, and presents the best sports and casino games to its players.
With the Mostbet app, you can make your gambling even more enjoyable. An excellent application for those who love sports betting. I liked the registration bonus in the amount of 500 rupees! A wide line, many betting options and, most importantly, juicy odds! I advise you to bet with Mostbet if you want to see your money after winning, because now many bookmakers simply block accounts without any explanations.
Then click on the match you are interested in on this page. You can use this money for your gaming and winnings at Mostbet slots. In doing so, you will also get 250 free spins in qualifying slots. On the site, you can also find many other team and individual sports. If you are a fan of virtual games, then you will find a place on Mostbet India. If none of the reasons apply to your situation, please contact support, which will quickly help resolve your problem.
This section of Mostbet India is suitable for those who like to win quickly and constantly analyze the course of the match. The odds are always great so you can find the right outcome for your bet. From the list of sports disciplines choose the one which suits you and click on it.
Users need to sign up for an account before using the site. Basic personal details like name, date of birth, and email address are all that are needed for registration, making it easy and uncomplicated. A new comprehensive solution to improve your roulette skills and knowledge is waiting for you! The perfect combination of theory and practice, provide you with the knowledge and tools for a winning experience. The secrets of American roulette, its rich history, the various types and the intricate world of odds, probabilities and payouts.
Mostbet is a new player in the Indian market, but the website is already Hindi-adopted, demonstrating rapid development of the project in the market. By clicking the “Forgot Password” link on the login page and following the instructions, you may reset your password if you’ve lost it. Bet insurance at Mostbet is a type of bonus that lets you place a bet without risking of losing your money. The betting site was established in 2009, and the rights to the brand are owned by the company StarBet N.V., whose headquarters are located in the capital of Cyprus Nicosia. The ability to quickly contact technical support staff is of great importance for betters, especially when it comes to solving financial problems.
Besides, this is a very dynamic and exciting game to watch, which makes the whole experience even more enjoyable. Since there are only two players on the court, it is easier to read their mood, shape or injuries. At the same time, tennis is known as a game of comebacks, which some athletes are famous for.
Another huge section at Mostbet is its online casino games. The site boasts almost 8000 unique gambling titles suitable for all tastes! Each and every Bangladeshi can play their favorite games using Bangladeshi taka as the main currency.
Unlike combo, in system bets, you can still win even if one of the outcomes you placed your bet on is not played, the whole bet is considered a loss. A system bet is essentially a combination of combos from a predetermined number of events. Each combination in the system is calculated as a separate accumulator (combo) bet. For example, you make a certain bet on four different events included in the accumulator and indicate the size of the system (for example, 2 out of 4 or 3 out 4). The second number here is the number of outcomes in the system, while the first is the number of events in each of the accumulators of the system.
Mostbet is a major international representative of betting in the world and in India, successfully operating since 2009. The bookmaker is constantly developing and supplemented with a new set of tools necessary to make money in sports betting. In 2021, it has everything that Indian players might need to play comfortably. Different types of cricket games will be available on the site. The highest odds on a classic match that usually lasts several days.
At Mostbet you will find a huge selection of sports disciplines, tournaments and matches. Each sport has its own page on the website and in the MostBet app. On this page you will find all the necessary information about the upcoming matches available for betting.
They imply a person betting on only one outcome, whether it be win bets, totals, handicaps, correct score, etc. This is the least sophisticated type, which makes it a preferable option for newbies. In the table below we have placed information about the system requirements of the Android application. If your device is suitable, you won’t have any delays when using Mostbet.
By contacting Mostbet customer service via the live chat option, email, phone call, or the FAQ area of the Mostbet website, you may obtain help quickly and easily. The customer service staff at Mostbet is on hand around-the-clock to help you with any queries or problems you might be experiencing. Simply sign into your Mostbet account, choose the event you want to bet on, and then choose the kind of bet you want to make. By visiting the Mostbet website and selecting the ‘Sign Up’ option, you may open a Mostbet account.
Mostbet provide an excellent sportsbook, as well as the most popular online casino games. Both have excellent betting markets and high odds, guaranteeing big winnings. Excellent bookmaker, I have been playing here for about half a year. I would like to note a really large line, at night they even add different tir 4 esports tournaments, for me this is a huge plus. Separately, I would like to talk about promotions, there are really a lot of them, I personally brought 3 friends and received bonuses).
The reason being is the high popularity of this sport in India and Bangladesh, which have a population of over 1.5 billion people combined. Due to this, cricket is believed to be the most popular sport in the world after football. Cricket events are held all year round, allowing for almost unlimited betting possibilities. When betting on cricket, pay close attention to a draw, weather conditions, surface and the shape of teams and players.
The platform offers you a variety of bets at some of the highest odds in the Indian market. Especially for valued customers, you will be able to see a variety of bonuses on the platform that will make everyone’s cooperation even more profitable. IPL betting will be available both on the official website and on the mobile app without any restrictions.
However, Indian punters can engage with the bookmaker as MostBet is legal in India. However, the official iPhone app is similar to the software developed for devices running with iOS. There is no way to delete your account via your account settings. To do that, you would need to contact the Mostbet administration and verify your identity. Mind that once your account has been deleted, you will not be able to access it in the future.
To download and install Mostbet on a device with the Windows operating system, click on the Windows logo on the club website. After that, the system will automatically redirect you to the main page for downloading additional software. When installing on your computer, follow the step-by-step instructions.
]]>