Download the PHP package tfrommen/snowbirdie without Composer

On this page you can find all versions of the php package tfrommen/snowbirdie. 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 snowbirdie

Snowbirdie

A Snowbird child theme.

Table of Contents

Installation

Snowbirdie provides a composer.json file so you can install it via Composer:

You can also just use the generated ZIP file.

Notice: Since Snowbirdie is a child theme, you need to have Snowbird installed as well.

Changes

The following sections list all changes (i.e., customizations as well as additions) that will be put in effect when installing Snowbirdie.

Actions

snowbirdie.after_footer_widgets

Snowbirdie provides the snowbirdie.after_footer_widgets action hook that is fired right after the footer widgets. Hooking there allows you to inject markup after the footer widgets.

snowbirdie.before_footer_widgets

Snowbirdie provides the snowbirdie.before_footer_widgets action hook that is fired right before the footer widgets. Hooking there allows you to inject markup before the footer widgets.

Additions

Author Bio Sidebar

Snowbirdie provides an additional widget area, Author Bio ('author-bio'), that is located right after the author bio.

Footer Widgets

Snowbirdie provides a full-width search input in the footer, just before the widgets.

Style

Author Bio

Snowbirdie wraps the author bio in <p /> tags by using wpautop().

Furthermore, the whole author bio section is pushed below the content when in mobile view.

Avatar

Snowbirdie uses rounded borders on avatars.

Color Scheme

Snowbirdie provides an additional color scheme: snowbirdie.

Content Width

Snowbirdie uses a content width of 1280 pixels (instead of the original 1110 pixels).

Excerpt

Snowbirdie displays a Read More button below every excerpt, no matter if generated or not.

Footer Text

Snowbirdie renders a footer text that consists of a copyright notice for the current year, the title of the site, and the description.

Image Sizes

Snowbirdie uses the following customized image sizes (all cropped center|center):

Links

Snowbirdie decorates all links inside posts with an underline.

Template Parts

Featured Image

Snowbirdie displays a <figcaption /> element containing the featured image's caption, if exists.

Loop Sidebar

Snowbirdie always lists the author (i.e., avatar and name) of each post, no matter if there only is one author on the site.

Post Meta

For single post view, Snowbirdie also includes the number of comments in the post meta section.

Demo

If you would like to see Snowbirdie in action, please refer to my personal website.

License

This code is licensed under the GNU General Public License.


All versions of snowbirdie with dependencies

PHP Build Version
Package Version
Requires php Version >=5.4.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 tfrommen/snowbirdie contains the following files

Loading the files please wait ....