soderlind / network-portfolio
Network Portfolio
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 3
Type:wordpress-plugin
This package is auto-updated.
Last update: 2024-12-14 22:29:18 UTC
README
Description
v2.0.0 is a simplified version, and only exposes the [portfolio]
shortcode. The shortcode has the following attributes:
sites
(int) Number of sites to display. Default is 0 (all sites).expires
(int) Number of seconds to cache the sites. Default is 600 (10 minutes).orderby
(string) Order the sites by. Default is 'modified=DESC&title=DESC'.theme
(string) List site using the theme. Default is ''.num
(int) Number of sites to display. Default is 0 (all sites).all
(bool) Show all sites. Default is true.noshow
(array) List of sites to exclude. Default is [].
The shortcode lists sites in a network, and is used on the main site in a network. The sites are cached for the number of seconds specified in the expires
attribute.
The old version is still available in the previous release.
TBA
Credits
The old version is using:
- The Plugin Customizer framework.
- The WordPress Customizer Range Value Control.
- The PHP extension for Cloudinary
- The jQuery boxShadow cssHooks, Copyright (c) 2010 Burin Asavesna (http://helloburin.com)
- I use CSS box-shadow to create Better Rounded Borders
Copyright and License
NetworkPortfolio is copyright 2017 Per Soderlind
NetworkPortfolio is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
NetworkPortfolio is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the Extension. If not, see http://www.gnu.org/licenses/.