Wopus中文社区 » WordPress主题区 » 杂志形主题Arthemia使用方法
荣誉会员
The theme is widget-ready. By default, the navigation is divided into three sections: the top navigation bar, the right sidebar, and the footer. Everything in the sidebar and footer may be customized easily through WP Admin Panel. The links in the top navigation bar should be edited manually using any text-editor of your favorite. I prefer Notepad. The top navigation bar can be customized by editing the header.php file.To use Arthemia, you need to have a category named “Headline” and “Featured”. Posts in those two categories will be shown in the headline and featured section of the front page.To show the category bar in the front page properly, you have to put the correct category IDs to this line in the index.php file: <?php $display_categories = array(5,6,7,8,11); $i = 1; foreach ($display_categories as $category) { ?> Notice that 5, 6, 7, 8, and 11 are the IDs of the category to be shown in the category bar.To show the post list in the front page properly, you have to put the correct excluded category IDs to this line in the index.php file: <?php $page = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts("cat=-9,-15&paged=$page&posts_per_page=2"); ?> Notice that 9 and 15 are the IDs for the category: Headline and Featured. That will make no duplication shown in the front page. posts_per_page=2 means there are 2 posts listed per page. The navigation links are shown after the last listed post. You can change that to Lester-Chan’s WP-Pagenavi if you like.Thumbnails across the theme are configured using the Custom Fields. You should add a custom field called “Image” in every post and put the image filename and folder within the custom field value. For example, custom field name: Image; custom field value: wp-content/uploads/2008/04/pool.jpg. How about the different image sizes for each thumbnails? Well, no worry for that because Arthemia has its own image resizer. Just upload one big-sized image and everything is under control.
查看详细资料
TOP
IDC主机用户
社区灌水员
查看个人网站
Wopus Team Member
※ 社 ※ 区 ※ 花 ※ 匠 ※
初级会员
新手上路
路人甲