开发者 |
oxpal
Thomas Schmall |
---|---|
更新时间 | 2021年1月18日 22:58 |
捐献地址: | 去捐款 |
PHP版本: | 2.3 及以上 |
WordPress版本: | 5.6 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[POSTTAGS]
in the post or page content.[POSTARCHIVES]
(Notice Plural in both cases!)<?php pta_posttags(); ?>
or <?php pta_postarchives(); ?>
to your templates to show the cloud/archive. I guess it's basically the same as the default WordPress feature, just with easier options)The cloud is enclosed in <div class="pta-posttags">
, and the archive in <div class="pta-postarchives">
,so that you can use CSS for changing the look.
For example text-transform: lowercase;
will give it a calmer look.
Having the archive or cloud fully in your sidebar hurts your search ranking, since you have lots of links on your page. Less (but more relevant) links is better. Putting the archives and cloud on a separate page or post is better, as it allows bots to crawl - and interested readers to see all your content in a nice format. Don't add it repeatedly and redundantly though. Make sure it's useful for your visitors, then it's typically also welcome by google.
Not at the moment. Since there is the Wordpress internal TagCloud widget. If it's requested often, I'll add it.