Adds a link offset option to get_links()
Brought to you by:
michelvaldrighi,
saxmatt
I was in need of a function to only output links from
say, #10 to #20 so I added a parameter named
list_offset and modified links.php to add that value to
the LIMIT portion of the SQL query. This worked great
so I polished it up according to what I saw in the
existing code.
I will also be submitting a patch to
wp-admin/linkcategories.php that allows users to
specify a list offset # to their categories.
It should be noted that this modification also requires
the addition of a field to 'linkcategories' to operate
properly.