Mô tả
the Loop to display posts from a specific categorie. Using The Loop, plugins processes each post to be displayed on the current page, and formats it according to how it matches specified.
you can generate your own shortcode
attributes
- title:the name of categorie to display.
- img-width:the width of the featured image.(200 like value mean 200 pixels ).
- img-height:the width of the featured image.(200 like value mean 200 pixels ).
- display:display image or not for your posts (yes or no ).
- title-size:the size of the title (H1,H2,H3,H4).
- link:Read More , you can changed for any chaine of charactere (read all arcticle like value).
- limit:the number of word per post.
- post_number:number of post to display in page.
Exemple
[postcat title=”Help” title-size=”h1″ display=”yes” img-width=”500″ img-height=”300″ post_number=”10″ limit=”20″ link=”Read More”]
How To Use it
What’s new
Ảnh màn hình
Cài đặt
Using The WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Search for ‘Post category’
- Click ‘Install Now’
- Activate the plugin on the Plugin dashboard
Uploading in WordPress Dashboard
- Navigate to the ‘Add New’ in the plugins dashboard
- Navigate to the ‘Upload’ area
- Select post-category.zip from your computer
- Click ‘Install Now’
- Activate the plugin in the Plugin dashboard
Using FTP
- Download post-category.zip
- Extract the post-category.zip directory to your computer
- Upload the post-category directory to the /wp-content/plugins/ directory
- Activate the plugin in the Plugin dashboard
Hỏi đáp
- Why should install this plugin?
-
The Loop is to display posts. Using The Loop, the plugin processes each post to be displayed on the current page, and formats it according to how it matches specified.
Đánh giá
Người đóng góp & Lập trình viên
“Post Category” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Post Category” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.0.1
- Jump between Page With Previous and Next button
1.0
- Initial version