Linux 软件免费装
Banner图

Pets

开发者 ibenic
freemius
更新时间 2022年4月18日 04:41
PHP版本: 5.6 及以上
WordPress版本: 5.7.0
版权: GPLv2 or later
版权网址: 版权信息

标签

pets animals animal shelter

下载

0.2.1 0.3.0 0.4.0 0.4.1 0.5.1 1.0.0 1.1.0 1.2.0 1.3.0 1.3.2 0.1.0 0.2.0 0.5.0 1.4.0

详情介绍:

With this plugin you can manage any WordPress site with Pets. With the custom Fields Manager, you can add as many fields as you need for your own pets. This plugin comes with 2 custom taxonomies: Breed and Colors. If you want to accept donation, this plugin integrates with Give, a plugin for donations. People can choose to donate to all your pets or only to one. Current Features: Shortcodes: [pets_single id=0 image=true info=true] (Set image or info to false) [pets_petfinder] - Show the Petfinder search from and animals. Check https://www.petfinder.com/developers/v2/docs/#get-animals for all attributes. [pets_archive] - Display anywhere. Attributes: limit - number of pets per page, filter - which fields to use to filter the pets, filter_value - which values should a filter have, hide_nav - if set to 1, it will hide navigation, orderby - if set, it will use that to order Example: [pets_archive filter=adoptable filter_value=0] -> Will show every pet that is not adoptable, filter 'adoptable' is the field slug. [pets_archive filter=adoptable,height filter_value=1,20] -> Will show every pet that is adoptable, with height of 20 (field slugs are adoptable and height) [pets_archive orderby=rand hide_nav=1 limit=10] -> Show 10 random pets without navigation Roadmap (planned features): You're welcome to give your own ideas and features in the support forum. There will be a PRO version with a few features. 90% of the money will go into buying supplies for the animal shelter near the contributor(s) location. 10% will be spent on processing fees.

安装:

  1. Install the Pets plugin from the WordPress Plugins Menu
  2. You can also install it by uploading the Pets zipped folder in wp-content/plugins/
  3. Activate it.

常见问题:

My Give Form does not include pets. What to do?

Make sure you have set the donation form under Pets > Settings > Give.

Petfinder Search Form does not work

Please make sure to create the fields under Pets > Fields to match the Petfinder attributes found on https://www.petfinder.com/developers/v2/docs/#get-animals. For example, for attribute status, create a field:

  • Name: Status (or any other)
  • slug: status (Important to be the same as attribute on Petfinder)
  • type: dropdown
  • options: Adoptable, Found, Adopted

更新日志:

1.4.0 - 2021-04-04 1.3.2 - 2020-11-23 1.3.1 - 2020-11-17 1.3.0 - 2020-11-15 1.2.1 - 2020-08-26 1.2.0 - 2020-07-15 1.1.0 - 2019-09-20 1.0.0 - 2019-09-20 0.5.1 0.5.0 0.4.1 0.4.0 0.3.0 0.2.1 0.2.0 0.1.0 Basic features added.