amplifiedshock
Forum Replies Created
-
You were right, it seems like there WAS a tiny difference in the title of the duplicate article!
I guess mysql_real_escape_string() was working perfectly. I’ll test your latest correction now.
I tried the fix above and it seems to be working for titles with single quotes in it.
However, it still posts duplicates if it contains a colon now.
Does anyone know the fix for this?!
I am experiencing this problem with both WPeMatica and WP-o-Matic.
The theme I’m using is Thematic.
Any help would be MUCH appreciated!
Forum: Fixing WordPress
In reply to: Integrate multiple WordPress (each on separate database)Thanks for your quick response! I just downloaded WordPress 3.0 RC1 and I’ll test it out. Can’t wait for the final release! 🙂
Forum: Fixing WordPress
In reply to: HTTP Error on image upload – STILLNONE of the above worked for me, except for this: http://www.ericm.ca/2010/web-development/wordpress-2-9-1-http-error
Forum: Fixing WordPress
In reply to: Display blog posts from specific category AND tagThank-you for this. I don’t really know how to program so how do I combine the codes:
Multiple category handling:
query_posts(array('category__and' => array(2,6)));and
Multiple tag handling:
query_posts(array('tag__and' => array('bread','baking'));So that the above would return only posts in both categories 2 and 6, AND tagged with both bread and baking?
Thanks!
Forum: Installing WordPress
In reply to: %tag% in permalinks doesn’t workThat article seems to indicate that %tag% is an option for permalinks.
To test this theory out, I MANUALLY typed the permalink with the tag in my browser and it worked perfectly.
For example:
My custom structure: /%year%/%category%/%tag%/%postname%
Sample tag: hockey
Sample category: sportsThe URL will than look like: http://www.website.com/2009/sports/hockey/chicago-blackhawks-win
When I access this in the browser, it works fine.
HOWEVER, when I click it from the blog, it returns this link: http://www.website.com/2009/sports/%tag%/chicago-blackhawks-win
This obviously means the %tag% permalink works; it’s just that WordPress isn’t linking to it properly.
Any help would be much appreciated!
Forum: Fixing WordPress
In reply to: Using Êtegory% with multiple categories on a post, or %tag%Hmm, I assumed it was possible to edit the id for each category/tag… I guess it’s not possible for us to select the tag/category we wish to display in the permalink other than creating the tag/category in order from most to least important?
Forum: Fixing WordPress
In reply to: %tag% in permalinks doesn’t workHi, I just checked and the code already appears in the htaccess file.