이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Post Tags and Archives

설명

Tag clouds and Archives are useful for visitors, but also for search engines to find and index what topics your blog relates to. “Post Tags and Archives” makes it easy to add Tag Clouds or Archives to posts and pages via shortcodes.
Before, you could only put it in the sidebar or widgets. That could hurt the search ranking for relevant terms and crowds the sidebar. So one either had to truncate the cloud and archive – or get rid of them (or use some more complicated trickery).
Now you can just drop them in your posts and change the look easily via the options.

Options

Should be self-explanatory.

The advanced features: Please be careful with the HTML parts.
The archive-format setting “options for dropdown-menu” is for people who want to setup forms. You have to add a proper form yourself – with select/post and all. Then this feature will add all archives (in the type you chose) as

TODO

  • add products tag support
    Probably like this:
    $args = array(
    ‘number’ => 15,
    ‘taxonomy’ => ‘product_tag’
    );
    return $args;Theoretically functional: from WP 1.5 (most features from: 2.5. “separator”-option from 2.9, “Tags-Order” for tags feature only from 3.5)

스크린샷

  • This shows the tag cloud in action
  • Shows two versions of the archive in action
  • Shows how to add the shortcode in posts/pages
  • Shows the options page
  • Command for PHP integration

설치

  1. Download the zip file and extract the contents.
  2. Upload the ‘post-tags-and-archives’ folder to your plugins directory (wp-content/plugins/).
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. See ‘Settings -> Post Tags & Archives’
  5. To display the Tag Cloud, add [POSTTAGS] in the post or page content.
  6. For the archive use [POSTARCHIVES] (Notice Plural in both cases!)
  7. Enjoy!

(For the mad tweakers, you can also add the php code <?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)

FAQ

How can I style the Cloud/Archive?

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.

Will it help with SEO and the google bot?

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.

Is there widget support?

Not at the moment. Since there is the WordPress internal TagCloud widget. If it’s requested often, I’ll add it.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Post Tags and Archives”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Post Tags and Archives”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.1.1

  • (Mar 2013) has_cap – fixed for current wordpress version

1.1

  • (Feb 2013) added php call feature, lots of tweaking

1.0

  • (2012) added archive feature

0.1

  • (2011) first tag cloud