grallaj
Forum Replies Created
-
Forum: Installing WordPress
In reply to: HELP!! – Want to set up old blog, but only have SQL backup…Is there a way to do that on a Mac?
Forum: Installing WordPress
In reply to: HELP!! – Want to set up old blog, but only have SQL backup…Which is why I am posting here… 🙂
Forum: Installing WordPress
In reply to: HELP!! – Want to set up old blog, but only have SQL backup…I’ve done that in the past – but you don’t have full control of your database with a blog on wordpress.com… It seems you can only import an XML file of an export of a wordpress blog.
Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?bump for anyone who might have an idea…
Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?A drop-down menu of my picture links in the sidebar…
Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?I guess it can’t be done…
Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?Any thoughts?
Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?None of those were working for me… Maybe I just don’t know enough code…
In my sidebar – the following code works for my drop-down archive:
<li><h2>Archives</h2> <ul> <select name=\"archive-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\"><?php echo attribute_escape(__('Select Month')); ?></option> <?php wp_get_archives('type=monthly&format=option&show_post_count=1'); ?> </select> </ul> </li>So – I am a little confused as to why the following doesn’t work for a Pictures drop-down box a little below that in the sidebar:
<li><h2>Pictures</h2> <ul> <select name=\"picture-dropdown\" onChange='document.location.href=this.options[this.selectedIndex].value;'> <option value=\"\"><?php echo attribute_escape(__('Select Pictures')); ?></option> <?php get_bookmarks('category_name=Pictures'); ?> </select> </ul> </li>Forum: Fixing WordPress
In reply to: How to add drop-down menu for links?Could it work somehow with get_bookmarks? I tried, but to no avail…
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeI had no plugins activated and I am using the default theme…
I am back at 2.2.3…
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeGuess I’ll try to “downgrade” back to 2.2.x… since this version seems to be fubar-ed…
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeMy RSS feed appears to be affected too – even in “default” permalinks.
I take it back – I would have to change my feed address to match the “default” and it would work.
Please help – why would this happen with the permalinks?
Should I just restore my backup for before the 2.3 upgrade?
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeMy .htaccess file seems just fine. When I switch to default and back to date based, it recreates the file just fine.
Yes – I checked that page, but it didn’t seem to help.
Is this potentially a database error?
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeThis worked BEFORE the update – why would it break permalinks?
Forum: Installing WordPress
In reply to: Permalink trouble after upgradeAnyone have a tip?