-
Notifications
You must be signed in to change notification settings - Fork 30
webcomic_transcripts_list__
Display a list of comic transcripts.
[webcomic_transcripts_list]NOTE Because of the complexity of this functions arguments, we set all of the defaults to null and then remove arguments from the list that the user didn't set themselves, allowing the function defaults to take over without having to repeat them here.
Shortcode content overrides the item attribute.
Optional arguments for get_webcomic_transcript_authors_list(); only used when $item contains the %authors token.
Optional edit link format, like before{{text}}after.
Optional list format, like before{{join}}after.
Optional item format, like before{{item}}after. The before text should include two sprintf() tokens, which will be replaced with the transcript ID and CSS class names, respectively.
Optional arguments for get_webcomic_transcript_languages_list(); only used when $item contains the %languages token.
Optional parent link format, like before{{text}}after.
Optional custom Walker class to use instead of Mgsisk\Webcomic\Transcribe\Walker\TranscriptLister.
Optional post sort order; one of asc or desc.
Optional post sort field; one of date, none, name, author, title, modified, menu_order, parent, ID, rand, relevance, or comment_count.
Optional number of posts to retrieve.
Optional post status or statuses to check.