The bookmark tag has no wiki summary.
0
votes
2answers
69 views
querying user bookmarks from a large number of bookmarks
I am trying to access the bookmarks created by a single user. The key is stored in the links table, attribute link_owner.
However, get_bookmarks() seems to load the entire table and all I am left ...
0
votes
2answers
83 views
get_all_category_ids for bookmark
I was wondering how to create a list of categories name and ids for Wordpress Bookmarks such as get_all_category_ids for post.
I tried using the get_bookmarks, but the category does not appear in it.
...
0
votes
1answer
169 views
Is there an API to create link categories programmatically?
I am using wp_insert_link to import a lot of links, but I have to assign the link category manually afterwards. Is there a corresponding Wordpress function to create link categories?
0
votes
1answer
239 views
Filters 'request' and 'parse_query' not firing in sites.php nor link-manager.php
I'm trying to make sortable columns in Sites and Links listings admin pages.
/wp-admin/network/sites.php and /wp-admin/link-manager.php
The problem is the following filters are not firing up in ...
1
vote
1answer
27 views
Enumerating over a category of links
I need to show a list of links, similar to what "Bookmarks" widget does.
But Bookmarks widget is not suitable, because I need to display links (with removed "http://") instead of titles and also ...
3
votes
5answers
392 views
How to do a custom bookmarks post type?
Let me first explain what I am wanting to do...
I am wanting to add all my hundreds of website bookmarks that I have now in my browser, into wordpress for the following reasons.
Can search my ...
0
votes
2answers
107 views
Website bookmarks as a custom post type
Let me first explain what I am wanting to do...
I am wanting to add all my hundreds of website bookmarks that I have now in my browser, into wordpress for the following reasons.
Can search my ...
2
votes
1answer
118 views
Getting only the most recent bookmark?
So, I was thinking I'd use WordPress' Bookmarks/Links content type to populate a slider...
...Except there are a grand total of four functions interacting with this part of WordPress.
I don't think ...
1
vote
1answer
161 views
Wordpress links/bookmarks - need to urlencode because spaces are getting stripped
Wordpress is stripping spaces out of links.
For example putting this into the web address of a new link:
mailto:my@email.com?subject=Hello there
and saving results in this:
...
0
votes
3answers
102 views
Your own Bookmarklet in a blog
Does anyone know how to publish your own bookmarklet in a blog like wordpress or blogger? All of them seem to format the bookmarklet removing the javascript or messing it up.
E.g., pasting this in ...
0
votes
1answer
408 views
jquery bookmark links
I got social bookmarks in jQuery, but how can I get post titles and permalinks in this snippet? If I put <?php echo get_permalink(); ?> in there, the whole site gets blank.
...
5
votes
1answer
531 views
Wondering how to turn your firefox bookmarks into a WordPress blog?
I was wondering this, too. I tried and spent quite a few hours trying, but I was finally able to proceed. I discovered a few things that won't be obvious to most people along the way, so I'm posting ...