Where multiple posts shown, which is index page, categories pages, archives page, etc which is not a single post or single page.
Please note that Featured item only shows in front page (page one). Other pages (page two or more) not showing featured item.
| Display type in home page: | 'Traditional','excerpt'=>'Excerpts','fe'=>'Featured and Excerpts', 'fl'=>'Featured and Line'),'front[type]',$type); ?> |
|---|---|
| Display type in archive page ( archive, categories, author posts, etc ) : | 'Traditional','excerpt'=>'Excerpts','fe'=>'Featured and Excerpts', 'fl'=>'Featured and Line'),'front[archive_type]',$archive_type); ?> |
| Arrange Excerpt by: If display type B or C selected | |
| Limit Featured text | words |
| Limit Excerpts text | words |
| Text to replace the default '[...]' string in excerpt mode if the full text is cropped. |
|---|
Non Traditional Display Type (in excerpts and line posts).
$v ){ if (!empty($v)){ if (is_array($v)){ echo "| $v[0] | "; itx_form_radios(array('None')+array_slice($v,1),"front[meta][$k]",$meta[$k],false); echo ' |
|---|
| '.$v.' |
|---|
Traditional Display Type
| Show Comment Count (Header) | /> |
|---|---|
| Show Date (Header) | /> |
| Show Author (Header) | 'Hide','author'=>'Author Name without Link','author_posts'=>'Author Name with link to thir posts','author_link'=>'Author Name with link to thir website'), 'front[post_meta][author]', $post_meta['author'],0);?> |
| Show Categories (Footer) | /> |
| Show Tags (Footer) | /> |
| Show Author Information (Footer) | 'Hide','bio'=>'Biographical info','link'=>'Biographical info and link to their website'), 'front[post_meta][author_info]', $post_meta['author_info'],0);?> |
Thumbnails/images on index page, categories pages, archive pages, etc. Not including thumbnails on single post or single page.
In WordPress 2.9 and later, Post Thumbnail/Featured Images are cropped to fit these values. You can set the set post-thumbnail (wp 2.9) or featured image (wp 3.0) by clicking "Set Post Thumbnail" or "Set Featured Image" in lower right of your post editor page.
In WordPress prior to 2.9 you can set post-thumbnail using Custom field. The name is thumb. You can enter the attachment-ID of the image or the URL of the image. If attachment-ID is set in thumb custom field, the system will use the attachment image associated with the ID. The system will resize the images to fit these sizes set below using CSS only, so it's not recommended unless you have very old wordpress or the images come from external sources.
More about Attachment in WordPress: Attachments
More about Custom Field in WordPress: Custom Fields
| Featured/Bigger size |
Width
Height |
|---|---|
| Thumbnail size |
Width
Height Post thumbnails are croped to fit these values. |
| If no Post Thumbnail/Featured Image Set in a post | "Don't find any other thumbnail/image",'1'=>'Try to find a thumbnail/image in the post'), 'front[catch]', $catch); ?> |
| If no Thumbnail/Image Found in a post |
"Don't display any box",1=>'Display a box with default pattern',2=>'Display custom image: Featured size: '), 'front[not]', $not);
?>
Thumbnail size: Enter the url here. Don\'t forget the http:// |