Linux 软件免费装
Banner图

Show Post Categories

开发者 Willemso
Olivier Willems
更新时间 2020年7月30日 15:33
捐献地址: 去捐款
PHP版本: 4.X 及以上
WordPress版本: 4.9.4
版权: GPLv2 or later
版权网址: 版权信息

标签

post plugin page email template categories shortcode admin tag taxonomy list title author url custom category options option parent id settings filter show specific firstname lastname separator nickname hyperlink nicename ID

下载

2.0 2.1.1 2.1.2 2.1.3 2.2 2.2.1 2.2.2 2.2.21 2.2.3 2.2.31 2.2.32 2.2.33 2.2.4 2.2.5

详情介绍:

So, you are tired of retyping data within your post. You want a quicker way to import data based on your post or page settings into, for example, a review table? You just need one specific category to show up within your blog post? And maybe you´d want a hyperlink added too? Search no further! We created this beatifull plugin to make this happen. By using a very simple Shortcode you will be able to show all Categories related to a Blog Post or Page. Even better; you will be able to filter within specific Parent Categories. And ofcourse there are times you want to show or hide the Parent Category ,and that is no problem too! Oh, and before we forget you can choose wether to show this as Hyperlink or not. Just so that your visitor has a simplified UX. But it does not end there; we are constantly working on new features. This plugin isn´t limited to just showing categories; You can print the author details, the page/post title, it´s unique ID, etc.. I hope you will enjoy this plugin, if you do come over and say thanks at willemso.com, suggestions for improvement and features are welcome!

安装:

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Use the provided shortcode (see FAQ )

屏幕截图:

  • Show category with, or without, hyperlink
  • Show category with, or without, parent category
  • Show Blog Post or Page title, or show Blog Post or Page ID
  • Options page

升级注意事项:

2.2.33 Changed behavior of Category (see: Changelog or http://willemso.com/) Improved coding 2.2.32 New features 2.2.31 Bug Fix (see: Changelog or http://willemso.com/) 2.2.3 Improved coding New features (see: Changelog or http://willemso.com/) 2.2.21 Improved coding New features (see: Changelog or http://willemso.com/) 2.2.2 New features (see: Changelog or http://willemso.com/) 2.2.1 Readme.txt update 2.2 After this upgrade shortcodes will need to be corrected, sorry! If version 2.1.3 works fine for you & you do not need new options there is no need to update. 2.1.3 Improved coding Readme.txt update 2.1.2 Improved coding 2.1 New features (see: Changelog or http://willemso.com/)

常见问题:

How to use "show Post Categories"?

  1. Install the plugin files
  2. Activate plugin
  3. In your blog post type: [show_post_categories]
  4. Add needed attributes (see below)

How to show categories?

[show_post_categories show="category"] Default settings:

  • show all categories linked to blog post
  • no hyperlinks
  • include all parent categories
  • do not filter on any specific parent category
Optional settings, that can overrule above default values:
  • hyperlink="yes"
  • hyperlinktarget="_blank"
  • parent="no"
  • parentcategory="EXACT NAME or ID of PARENT CATEGORY"
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"
  • taxonomy="YOUR CUSTOM CATEGORY TAXONOMY NAME"
You can leave taxonomy empty if custom taxonomy is been used; Show Post Categories will detect it automatically. Manual input only there in case of strange behaviour

How to show title?

[show_post_categories show="title"] Default settings:

  • show blog post title / page title
  • no hyperlink
Optional settings, that can overrule above default values:
  • hyperlink="yes"
  • hyperlinktarget="_blank"
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"

How to show post ID?

[show_post_categories show="id"] Default settings:

  • show blog post ID / page ID
  • no hyperlink
Optional settings, that can overrule above default values:
  • hyperlink="yes"
  • hyperlinktarget="_blank"
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"

How to show author details?

[show_post_categories show="author"] Default settings:

  • show author display name of current blog post / page
  • no hyperlink
Optional settings, that can overrule above default values:
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"
  • attribute="see below.."
attribute could be:
  • url
  • email
  • nicename
  • nickname
  • firstname
  • lastname
  • ID

How to show tags?

[show_post_categories show="tag"] Default settings:

  • show tags linked to current blog post / page
  • no hyperlink
Optional settings, that can overrule above default values:
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"
  • hyperlink="yes"
  • hyperlinktarget="_blank"
  • taxonomy="YOUR CUSTOM CATEGORY TAXONOMY NAME"
You can leave taxonomy empty if custom taxonomy is been used; Show Post Categories will detect it automatically. Manual input only there in case of strange behaviour

How to see Taxonomy name used in Post?

[show_post_categories show="taxonomy"] Default settings:

  • show Custom Taxonomies linked to current blog post / page
Optional settings, that can overrule above default values:
  • id="POST OR PAGE NUMBER // POST OR PAGE TITLE"
  • attribute="see below.."
attribute could be:
  • tag
  • category

Can I change the separator for 1 time?

Yes, ie; [show_post_categories show="category" separator="| "]

Can I change default behaviour of the separator?

Yes;

  • Select settings at the admin dashboard, go to Show Post Categories
  • Modify the default value of the textbox next to "separator"
You will still be able to modify this separator on an ad hoc basis.

Can I modify the default hyperlink target?

Yes;

  • Select settings at the admin dashboard, go to Show Post Categories
  • Modify the default value of the dropdown next to "Hyperlink target"

Can I change the language settings?

We are working on I18n. We did however implement a quick workaround;

  • Select settings at the admin dashboard, go to Show Post Categories
  • Modify the default value of the textboxes

Can I reset to default values?

Sure, we implemented a reset button for this purpose..

  • Select settings at the admin dashboard, go to Show Post Categories
  • Hit the button..

What happens if I desinstall ?

We like good practices, so during the deinstall process we´ll remove all files and settings. Your database will have no trace of Show Post Categories. However this means that custom settings will be removed too. Once deinstalled you will need to remove all shortcode tags you´ve ever entered or it will show the used code without output..

I am experiencing issues, help?

Please note that the use of plugins is at your own risk. I cannot be held responsible for any issue, conflict or problem that occurs during or after the use of this plugin. In case of problems log a support request on the plugin support page or visit willemso.com

Can you add more options?

Sure! We like new stuff. Contact us for feature requests; visit willemso.com and leave a message!

How do I go back to an older version?

Download the version you need from here & look below "Other Versions"

更新日志:

2.2.33 2.2.32 2.2.31 2.2.3 2.2.21 2.2.2 2.2.1 2.2 2.1.3 2.1.2 2.1 2.0 1.0