lauralohr
Forum Replies Created
-
Forum: Plugins
In reply to: Dropdown Blogroll for 2.1By the way, my blog is: https://www.lauralohr.com
I am currently using the following code:
<!-- Begin - Links I am Reading --> <div class="right-widget-title">Links I am Reading</div> <div class="right-widget"> <type="text/javascript"> <form name="Links_I_am_Reading"> <select name="menu" onchange="MM_jumpMenu('parent',this,0)"> <option value="">Select Link</option> <?php dropdown_get_links( 4, 'name','-1') ?> </select> </form></div> <!-- End -Links I am Reading -->
I got close with this code, but I could not get everything to roll up:
<!-- Begin - Links I am Reading --> <div class="right-widget-title">Links I am Reading</div> <div class="right-widget"> <?php _e(''); ?> <ul><li> <form name="Links_I_am_Reading"> <select name="menu" onchange="MM_jumpMenu('parent',this,0)"> <?php wp_list_bookmarks('&categorize=1&category=25&orderby=name'); ?> <option value=""></option> </select> </form> </div> <!-- End -Links I am Reading -->
Forum: Plugins
In reply to: Threaded Comments: Comments are GONE!Wow! I am not really sure what the tone is about. There are ways to get your point across without such a sharp edge.
I am sorry you feel I had such a stupid idea. Really, there is no need to be rude.
BTW, support would not be needed if everyone had the answers. Food for thought…
Forum: Plugins
In reply to: Threaded Comments: Comments are GONE!Why not? I would love to respond directly on my blog, rather than sending an e-mail to the person posting. It works nicely on LiveJournal (actually, one of the few things that does perform very well on LJ).
I know many other people would like this capability that are unsuccessful in making the plugins/hacks for comments work.
Forum: Plugins
In reply to: Threaded CommentsI am having the same issues. No one has responded to my post either ??
Forum: Plugins
In reply to: Threaded Comments: Comments are GONE!I had to re-install my theme to get comments back.
I would LOVE to make this plugin in work or find another one that works.
It sure would make sense to include threaded comment cabability in future releases of WP.
Forum: Requests and Feedback
In reply to: Threaded CommentsI think it would just make sense that one could respond to comments left in their blog. I would like WordPress to make this capability in future releases.
Forum: Fixing WordPress
In reply to: RSS Feed Link HelpThank you!! That really helps!!
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesOk, I figured it out.
I had a link that was so large, it pushed all the buttons to the right of the screen.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesThanks for trying. It is really weird.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesI am the administrator. Actually, I am the only user on here at all.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesI see all of those menus.
Manage Links, Add Links, Link Categories, and Import Links are all there.
Link Categories does not have any buttons to add/edit/delete though.
Forum: Fixing WordPress
In reply to: Modifying Link Categoriesoops, it did not fix it.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesBTW, I can totally alter the links.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesI only see link info there. It won’t let me add/delete/edit the link categories. I can edit categories for posts, but that’s it. There is nothing there to click. There is only “Add a Link Category,” which only allows me to add another link, not modify an old one. I even tried entering the name of the link category to modify it and it only adding a duplicate category.
I am not using an admin theme at all.
Forum: Fixing WordPress
In reply to: Modifying Link CategoriesI am using 2.0, as the administrator. I do not see an edit menu on the link categories, only for the links. I can add, but not delete or edit.