Tagged Questions
0
votes
1answer
152 views
Blogroll/Lins Menu not visible in my backend?
well, i'm confused. I can't seem to find out why my "Links" Menu doesn't show up in my wordpress admin.
I have this in my functions.php file …
add_action( 'admin_menu', 'remove_links_menu' );
...
1
vote
1answer
101 views
How to add subcategories to the blogroll?
I'm looking for a way to create subcategories in my blogroll...
For example:
Downloads
-> Windows
-> Mac
-> Linux
I want to create a real page (not a widget) where the main categories and ...
0
votes
1answer
223 views
Blogroll import/export with categories and descriptions
Is there an easy way (a plugin maybe?) to export and then import into a different WordPress installation all links in the blogroll including descriptions and categories?
I know you can export links ...
1
vote
1answer
190 views
Replace default Blogroll Links with Social Media Links
I'm creating a script that will remove the default "Blogroll" links in Links manager and replace them with an arbitrary listing of links, each with a custom css style name.
It my case, I'll be ...
0
votes
3answers
685 views
How to splice in wp_links links into the loop?
I want to create a loop where 2 or 3 items from my blogroll are spliced in like this:
<loop>
<post1>
<post2>
<blogroll1>
<post3>
<blogroll3> ...
0
votes
1answer
145 views
“Folding” links in the blogroll
I've got a site (this one) with too many links in the blogroll. I want to keep them there, but to maybe have them "fold" in the menu (after some of them showing without the unfolding of the menu)
...