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

User Posts Per Page

설명

This plugin allows your website visitors to set the number of posts they see per page. It will insert a form at the top of your posts page in order to allow your website visitors to quickly set the number of posts they want to see per page.

Detailed Features

User Posts Per Page allows your website visitors to set the number of posts per page, and remembers that number everytime they reach your website.

  • Works with posts, pages and custom post types
  • Works on Category pages, tag pages, author pages, archive pages, and custom post type archive pages.
  • Number of posts per page remembered for logged in users
  • Cookie set for non-logged in users to remember settings
  • On network installs, network administrator is able to set the default number of posts per page across the whole network

Plugin Usage

  • Go to Appearance->Widgets and add your widget to any sidebar of any archive page
  • Alternatively, you can use the shortcode [user_posts_per_page] to insert this in your theme using
    the function echo do_shortcode('[user_posts_per_page]');

설치

  1. Install your plugin as usual through the plugin installer inside wordpress admin or via manual upload
  2. If this is a network install, go to Network Admin->User Posts Per Page and set default settings there
  3. Go to Settings->User Posts Per Page and define your website settings there.
  4. Go to appearance->widgets and enable it on your sidebar, or use the shortcode found on the settings page

FAQ

Do I need a network install for this to work?

No, it works on any website normally. However, if activated on a network installation, it adds some options that are specific to network websites.

My widget is not showing, why?

The widget only shows in the sidebar of your archive pages, e.g. is_archive() function is true
If you have no sidebar on your taxonomy pages, you will need to manually add the shortcode [user_posts_per_page] to your theme

후기

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

기여자 & 개발자

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

기여자

자국어로 “User Posts Per Page”(을)를 번역하세요.

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

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

변경이력

1.0

  • Initial Release