开发者 | bdeleasa |
---|---|
更新时间 | 2018年3月28日 06:45 |
捐献地址: | 去捐款 |
PHP版本: | 3.0.1 及以上 |
WordPress版本: | 4.9.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
wp-company-info
folder to the /wp-content/plugins/
directory.Using the [logo]
shortcode will output the image uploaded via the Branding settings page. There is one size
parameter available for this shortcode:
[logo size="thumbnail"]
The size parameter refers to a registered Wordpress image size. The default size is "medium".
This plugin provides various shortcodes for outputting the contact information. The default shortcodes available are as follows:
cell-phone
, the shortcode created would be [cell-phone]
.
Yes, there are! Here are a list of the available template tags:
wpci_get_option( $key )
Returns the value for the specific key/field.
wpci_has_option( $key )
Checks whether the value for the specific key/field exists.
wpci_the_option( $key )
Outputs the value for the specific key/field.
wpci_get_logo( $size = 'full', $icon = NULL, $atts = NULL, $src = false )
Outputs the logo. The first 3 parameters are the same parameters as the wp_get_attachment_image function. The last parameter controls whether an <img>
tag is returned, or if the actual image URL is returned.
<img>
tag or just the URL to the image.wpci_the_logo( $size = 'full', $atts = NULL )
Outputs the logo as an <img>
tag. Parameters are as follows: