开发者 | hemthapa |
---|---|
更新时间 | 2024年3月7日 10:36 |
捐献地址: | 去捐款 |
PHP版本: | 7.3 及以上 |
WordPress版本: | 6.4.3 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
Link text|Button link|Button text|font-awesome icon class
Examples
Post blog|/wp-admin/post-new.php|Post blog
Post blog|/wp-admin/post-new.php|Post blog|fa fa-cog
Post blog|/wp-admin/post-new.php newtab|Post blog
|fa fa-cog`
If you have any feedback or queries please contact me at hemthapa.com
dashboard-quick-link-widget
and all of its contents to the /wp-content/plugins/
directory of your websiteYou need to list each link in a separate line in the following format
Link text|Button link|Button text|font-awesome icon class
(fourth parameter, i.e. Font Awesome icon class is optional)
Example:
Post new blog|/wp-admin/post-new.php|Create new post|fa fa-cog
By default, all links open in the same tab, if you want to open all the links on the widget in a new tab tick the 'Open all links in a new tab' box.
However, if you want to open only selected links in a new tab, add the keyword 'newtab' after the link.
Example:
Post new blog|/wp-admin/post-new.php newtab|Post new blog
If you need to add any text, divider or any plain or HTML content in between the links, please add the new line with '#' in the front. Any new lines starting with # are rendered as it is in the widget. You can add any HTML tags in this line.
Example:
#<strong> Section title </strong>
Post new blog|/wp-admin/post-new.php|Post new blog
#<hr/>
Post new blog|/wp-admin/post-new.php|Post new blog
Please make sure correct the Font Awesome version is selected.