wprelief
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: problem with URLIf you want the homepage to go back to the normal setup, just choose the “Your latest posts” radio and save from the Settings >> Reading in your WP admin.
As far as the search, I am sorry I so to understand what you are explaining.
Forum: Fixing WordPress
In reply to: Want to remove one comment bubble (Greyzed)I meant, the specific url to the specific post where you are seeing the issue.
Forum: Fixing WordPress
In reply to: Another “long post won’t save” issueSomeone in another slug suggested the memory-bump plugin http://wordpress.org/extend/plugins/memory-bump/
Forum: Fixing WordPress
In reply to: Filter a Specific Category Out of an RSS FeedTell me how it works out for you, I verified that it works for my site http://wp-relief.com
Forum: Fixing WordPress
In reply to: Footer acting strange … time to ask for help on this one.Nice work!
Forum: Fixing WordPress
In reply to: Entire Column Missing From Admin, Edit PageWas this a suffusion setting or something else?
Forum: Fixing WordPress
In reply to: Admin Panels -> white screens of death!It really does look like the issue with your admin pages is a javascript issue not allowing the page to load, without seeing it first hand using debugging tools it would be hard to tell you exactly what the issue is.
I am not seeing anything in the PHP.ini file that made me even wonder, it is possible I missed something, but nothing is throwing and flags at me.
Did you update the wp-config.php file to point to the new database when you were switching them around?
Forum: Fixing WordPress
In reply to: Can’t save draft or preview postI am very confused by this issue. I am unsure if I would be able to help you any further without seeing the issue first hand using some debugging tools to see if I can catch an error while it is happening.
Forum: Fixing WordPress
In reply to: Pages with identical slugsI am not sure what to tell you other than WordPress must have found some very compelling reason to make sure that the slugs are always unique. Sorry to not have a better answer for you.
Forum: Fixing WordPress
In reply to: Admin Pages Not WorkingOne of the best tools that you can use to find a JS error is the Firebug Add-on for Firefox.
If you put this into firefox and go to your website, click on the little “bug” in the bottom right corner of your browser window and go to the “console” tab. This will show you exactly the error that is happening.
You can send a screenshot or copy the text here.
Forum: Fixing WordPress
In reply to: Tourist site needs help with search setupThis looks like a really nice search plugin, and it is from some guys who make some of my favorite plugins. http://urbangiraffe.com/plugins/search-unleashed/
Forum: Fixing WordPress
In reply to: Admin Pages Not WorkingYou can try the Google XML Sitemaps plugin, it is a favorite of mine. It works really well.
I am not familiar with the other plugin, but if it is a good one they will probably come up with an upgrade for 3.0 soon.
Forum: Fixing WordPress
In reply to: PHP Help Please..Try this:
<?php $header = "<img id='Rotating1' border='0' />"; $header = $header . ($suf_header_fg_image_type == 'image' ? "<img src='$suf_header_fg_image' alt='".get_bloginfo('name')."'/>" : get_bloginfo('name'));Forum: Fixing WordPress
In reply to: Showing select categoryThe code above will only pull the 3 most recent articles. If you want the three most recent from a category, add &cat=x where x is the ID number for the category you want to pull articles from.
Forum: Fixing WordPress
In reply to: Pages with identical slugsYou can try manually editing the slugs before you save the posts… It would be interesting to hear if this actually works for you