Prio | Original string | Translation | — |
---|---|---|---|
↑ | Sorts wp_list_pages-generated page lists by last name or, more generally, the last word of any page's title. | You have to log in to add a translation. | Details |
Original untranslated
Sorts wp_list_pages-generated page lists by last name or, more generally, the last word of any page's title.
You have to log in to edit this translation. Meta |
|||
↑ | Sort Page List by Last Name | You have to log in to add a translation. | Details |
Original untranslatedMeta |
|||
To help develop the Advanced Dates plugin, visit <a href="https://github.com/studiohyperset/advanced-dates">GitHub</a> | You have to log in to add a translation. | Details | |
Original untranslated
To help develop the Advanced Dates plugin, visit <a href="https://github.com/studiohyperset/advanced-dates">GitHub</a>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
To learn more about Studio Hyperset, visit <a href="http://studiohyperset.com/">studiohyperset.com</a> | You have to log in to add a translation. | Details | |
Original untranslated
To learn more about Studio Hyperset, visit <a href="http://studiohyperset.com/">studiohyperset.com</a>
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Interested in helping develop the Sort Page List by Last Name plugin? Visit the GitHub repository: https://github.com/studiohyperset/sort-page-list-by-last-name | You have to log in to add a translation. | Details | |
Original untranslated
Interested in helping develop the Sort Page List by Last Name plugin? Visit the GitHub repository: https://github.com/studiohyperset/sort-page-list-by-last-name
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
PLEASE NOTE: Line 14 extracts each separate line of HTML from the original <code>wp_list_pages</code> output and puts it into an array called <code>$lines.</code> The <code>\n</code> parameter tells the explode command that each line ends with a carriage return. However, as of WordPress 3.2.1, the explode command assumes each line ends when it finds an <code>n</code>. As such, if developers edit the plugin using the WordPress code editor, they should add an extra backslash (<code>\</code>) in front of the <code>n</code> before saving the file (e.g, <code>$lines = explode("\\n", $val);</code>). The line will revert to <code>$lines = explode("\n", $val);</code> on save. | You have to log in to add a translation. | Details | |
Original untranslated
PLEASE NOTE: Line 14 extracts each separate line of HTML from the original <code>wp_list_pages</code> output and puts it into an array called <code>$lines.</code> The <code>\n</code> parameter tells the explode command that each line ends with a carriage return. However, as of WordPress 3.2.1, the explode command assumes each line ends when it finds an <code>n</code>. As such, if developers edit the plugin using the WordPress code editor, they should add an extra backslash (<code>\</code>) in front of the <code>n</code> before saving the file (e.g, <code>$lines = explode("\\n", $val);</code>). The line will revert to <code>$lines = explode("\n", $val);</code> on save.
CommentFound in faq paragraph. You have to log in to edit this translation. Meta |
|||
Developer Notes | You have to log in to add a translation. | Details | |
Original untranslatedMeta |
|||
After installing and activating, developers can order any <code>wp_list_pages</code>-generated page list by surname -- or, more generally, last word -- using the <code>sortbylastname=1</code> parameter, e.g., <code><?php wp_list_pages('title_li=&sortbylastname=1'); ?></code>. Use a "0" to (temporarily) disable the plugin. | You have to log in to add a translation. | Details | |
Original untranslated
After installing and activating, developers can order any <code>wp_list_pages</code>-generated page list by surname -- or, more generally, last word -- using the <code>sortbylastname=1</code> parameter, e.g., <code><?php wp_list_pages('title_li=&sortbylastname=1'); ?></code>. Use a "0" to (temporarily) disable the plugin.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
Aimed at archivists and other WordPress developers who use the names of individuals as page titles, this plugin sorts <code>wp_list_pages</code>-generated page lists by last name. More generally, the plugin can also be used to sort <code>wp_list_pages</code>-generated page lists by the last word of any page's title. | You have to log in to add a translation. | Details | |
Original untranslated
Aimed at archivists and other WordPress developers who use the names of individuals as page titles, this plugin sorts <code>wp_list_pages</code>-generated page lists by last name. More generally, the plugin can also be used to sort <code>wp_list_pages</code>-generated page lists by the last word of any page's title.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
↓ | 12/3/11 - Initial release | You have to log in to add a translation. | Details |
Original untranslated
12/3/11 - Initial release
CommentFound in changelog list item. You have to log in to edit this translation. Meta |
Export as
Comment
Short description.