Download the PHP package bostondv/ultimate-posts-widget without Composer

On this page you can find all versions of the php package bostondv/ultimate-posts-widget. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ultimate-posts-widget

Ultimate Posts Widget

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

More Information

Support

Enjoy this plugin? Send a tip to support development.

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 or 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. 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 to resize post thumbnails. Please review these requirements and troubleshooting tips if you are having problems displaying thumbnails.

Still stuck? See additional troubleshooting 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.0.8

2.0.7

2.0.6

2.0.5

2.0.4

2.0.3

2.0.2

2.0.1

2.0.0

Upgrading from an earlier version?

1.9.0

1.8.1

1.8

1.7

1.6

1.5.1

1.5

1.4.5

1.4.4

1.4

1.3

1.2

1.1

1.0

Upgrade Notice

2.0.0

This is a major update and includes some breaking changes. New templates have been introduced, a few fields have changed, and thumbnails have been modified. See the changelog for details.

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

About

Made with <3 by Boston Dell-Vandenberg.


All versions of ultimate-posts-widget with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
composer/installers Version ~1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bostondv/ultimate-posts-widget contains the following files

Loading the files please wait ....