开发者 | jackreichert |
---|---|
更新时间 | 2016年11月29日 10:18 |
捐献地址: | 去捐款 |
PHP版本: | 3.7 及以上 |
WordPress版本: | 4.7 |
版权: | GPLv3 |
版权网址: | 版权信息 |
plugin-name.php
to the /wp-content/plugins/
directoryLet's say there is incorrect information in the file, or there is an updated version, now you can disable the link sent out, shared, published and send out a new one.
The asset sets are blocked from being searchable in WordPress. This means that global searches of the site will not bring up any of the uploaded assets. This does not block search engines from finding them if they are linked to from someplace else. But it does make finding files harder if you do not have a direct link to the file.
Yes you can. Assets Manager generates a page that contains all of the links in the asset set. This page can then be shared. Note: if you have disabled or expired files they will not be listed on this page, if a file is "secure" and the visitor is not logged in the file link will not appear as well.
Sure, just drag and drop. No need to save. All reordering happens via AJAX automatically.
Sure, in some installs you may need to add this to your conf file, I needed this to serve images correctly:
location ~ ^/asset/(.*)$ { try_files $uri $uri/ /index.php?$query_string; }
Answer to foo bar dilemma.