| [ Index ] |
PHP Cross Reference of zeList |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 628 lines (18 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 1 file style/link-searchform.php |
Walker_Link_Category_Checklist:: (10 methods):
start_lvl()
end_lvl()
start_el()
end_el()
zelist_link_category_checklist()
zelist_popular_terms_checklist()
the_link_searchform()
zelist_trim_excerpt()
the_submit_message()
the_submit_form_action()
Class: Walker_Link_Category_Checklist - X-Ref
{@internal Missing Short Description}}| start_lvl(&$output, $depth, $args) X-Ref |
| No description |
| end_lvl(&$output, $depth, $args) X-Ref |
| No description |
| start_el(&$output, $category, $depth, $args) X-Ref |
| No description |
| end_el(&$output, $category, $depth, $args) X-Ref |
| No description |
| zelist_link_category_checklist( $link_id = 0, $descendants_and_self = 0, $selected_cats = false, $popular_cats = false, $walker = null ) X-Ref |
| {@internal Missing Short Description}} param: unknown_type $post_id param: unknown_type $descendants_and_self param: unknown_type $selected_cats param: unknown_type $popular_cats |
| zelist_popular_terms_checklist( $taxonomy, $default = 0, $number = 10, $echo = true ) X-Ref |
| {@internal Missing Short Description}} param: unknown_type $taxonomy param: unknown_type $default param: unknown_type $number param: unknown_type $echo return: unknown |
| the_link_searchform() X-Ref |
| No description |
| zelist_trim_excerpt($text = '', $excerpt_length = false) X-Ref |
| Generates an excerpt from the content, if needed. The excerpt word amount will be 55 words and if the amount is greater than that, then the string '[...]' will be appended to the excerpt. If the string is less than 55 words, then the content will be returned as is. param: string $text The exerpt. If set to empty an excerpt is generated. return: string The excerpt. |
| the_submit_message() X-Ref |
| No description |
| the_submit_form_action() X-Ref |
| No description |
| the_directory_description() X-Ref |
| No description |
| get_the_directory_description() X-Ref |
| No description |
| the_zelist_category() X-Ref |
| No description |
| the_link_category_description($args = '') X-Ref |
| No description |
| get_link_category_description($args = '') X-Ref |
| No description |
| the_image($args = '') X-Ref |
| No description |
| has_image() X-Ref |
| No description |
| the_host() X-Ref |
| No description |
| get_the_host() X-Ref |
| No description |
| the_url() X-Ref |
| No description |
| get_the_url() X-Ref |
| No description |
| the_link_permalink() X-Ref |
| No description |
| the_rating() X-Ref |
| No description |
| get_the_rating() X-Ref |
| No description |
| has_pagerank() X-Ref |
| No description |
| the_pagerank_image($pagerank = false) X-Ref |
| No description |
| get_zelist_stats() X-Ref |
| No description |
| the_link_tags( $before = 'Tags: ', $sep = ', ', $after = '' ) X-Ref |
| Retrieve the tags for a link. param: string $before Optional. Before list. param: string $sep Optional. Separate items using this. param: string $after Optional. After list. return: string |
| has_rss($link_id = 0) X-Ref |
| No description |
| the_rss($args = '') X-Ref |
| No description |
| parse_the_feed($feed_url) X-Ref |
| No description |
| the_submit_link() X-Ref |
| No description |
| get_submit_link() X-Ref |
| No description |
| link_class( $class = '', $link_id = null ) X-Ref |
| Display the classes for the link div. param: string|array $class One or more classes to add to the class list. param: int $link_id An optional link ID. |
| get_link_class( $class = '', $link_id = null ) X-Ref |
| Retrieve the classes for the link div as an array. The class names are add are many. If the link is a sticky, then the 'sticky' class name. The class 'hentry' is always added to each link. For each category, the class will be added with 'category-' with category slug is added. The tags are the same way as the categories with 'tag-' before the tag slug. All classes are passed through the filter, 'link_class' with the list of classes, followed by $class parameter value, with the link ID as the last parameter. param: string|array $class One or more classes to add to the class list. param: int $link_id An optional link ID. return: array Array of classes. |
| next_links_link( $label = 'Next Page »', $max_page = 0 ) X-Ref |
| Display the next links pages link. param: string $label Content for link text. param: int $max_page Optional. Max pages. |
| get_next_links_link( $label = 'Next Page »', $max_page = 0 ) X-Ref |
| Return the next links pages link. param: string $label Content for link text. param: int $max_page Optional. Max pages. return: string|null |
| get_previous_links_link( $label = '« Previous Page' ) X-Ref |
| Return the previous links pages link. param: string $label Optional. Previous page link text. return: string|null |
| previous_links_link( $label = '« Previous Page' ) X-Ref |
| Display the previous links page link. param: string $label Optional. Previous page link text. |
| edit_link_link( $anchor = 'Edit This', $before = '', $after = '' ) X-Ref |
| Retrieve edit links link for link. param: string $link Optional. Anchor text. param: string $before Optional. Display before edit link. param: string $after Optional. Display after edit link. |
| the_link_time( $d = '' ) X-Ref |
| Display the time at which the link was written. param: string $d Either 'G', 'U', or php date format. |
| the_link_date($d='', $before='', $after='', $echo = true, $updated = false) X-Ref |
| Display or Retrieve the date the link was written. Will only output the date if the current link's date is different from the previous one output. param: string $d Optional. PHP date format defaults to the date_format option if not specified. param: string $before Optional. Output before the date. param: string $after Optional. Output after the date. param: bool $echo Optional, default is display. Whether to echo the date or return it. return: string|null Null if displaying, string if retrieving. |
| Generated: Sat May 30 23:51:06 2009 | Cross-referenced by PHPXref 0.7 |