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

Simple Hierarchical Sitemap

설명

By using a shortcode or PHP function, this plugin generates and HTML Code which is displayed in your page or anywhere you want.
It displays pages and posts sorted hierarchically in their categories.

The generated page will give an easy navigation for your users and is SEO user frendly.

Configuration

The shortcode [simple_hierarchial_sitemap] has optional parameters :

  • exclude : with this one, you can list posts (or pages) ID you don’t want to be displayed (example : [simple_hierarchial_sitemap exclude=445,446]).

Parameters can be used together.

스크린샷

  • An example of a sitemap.

설치

Manual installation

  1. Upload folder into to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Use your ‘Presentation’/’Sidebar Widgets’ settings to drag and configure

Automatic installation

  1. Login to the admin interface.
  2. Click Plugins in the left hand menu navigation.
  3. Click on “Add New” next to the Plugins header in the main content area.
  4. Enter “Simple Hierarchical Sitemap” (without quotes) in the textbox and click the “Search Plugins” button.
  5. In the list of relevant plugins click the “Install” link for “WP Realtime Sitemap” on the right hand side of the page.
  6. Click the “Install Now” button on the popup page.
  7. Click “Activate Plugin” to finish installation.

Display the sitemap

  1. Make sure the plugin is installed.
  2. Click Pages in the left hand menu navigation.
  3. Click on “Add New” in the left hand menu navigation or click on “Add New” next to the Pages header in the main content area.
  4. Give your page a title I suggest Sitemap, and put [simple_hierarchial_sitemap] into the wysiwyg box.
  5. Now save or update the page and click on the View page link at the top to see your new sitemap.

후기

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

기여자 & 개발자

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

기여자

자국어로 “Simple Hierarchical Sitemap”(을)를 번역하세요.

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

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

변경이력

1.2

  • Support link added.

1.1

  • There was a minor issue when retrieving categories list. In some cases, posts were all sorted in the same category without name.

1.0

  • The first version of the plugin.