jexmex
Forum Replies Created
-
Forum: Plugins
In reply to: [Taxonomy Switcher] DuplicatesYes, it merges them but it leaves every state with 3 entries with multiple cities that have posts. If you need more info you can email me (not sure if that is possible through here) or skype me csparks1982.
Forum: Plugins
In reply to: [GEO my WP] Import locations for custom post types from Pronamic Google MapsI could create a SQL query to do this, but was hoping for a simple solution so later when we implement on multiple sites we could do that easily from admin.
Forum: Fixing WordPress
In reply to: Using a central WP install to feed other sites (with updates)I had looked at some RSS feed aggregators, the problem is that most do not convert to posts and the ones that do will not update a post after it has been inserted the first time. Plus the initial pull from the central site will be 4K posts, which I believe would make RSS not a viable candidate for it. I am open to using RSS, if there exists an existing plugin that will do what I need it to do.
Is there some kind of API server and client plugins that exist?
Forum: Fixing WordPress
In reply to: Using a central WP install to feed other sites (with updates)Rss is fine if it can update existing posts and handle thousands of posts.
Ok, we are trying to have a central wordpress site that other sites can pull from, but those are custom posts, and need to be updated sometimes. Not sure what the solution will be, was hoping this would work for a pre-made solution.
Forum: Plugins
In reply to: [Redirection] Bug – TABLE redirection_items do not exist (in multisite)This is because for some reason the author thought it would be a good idea to not create the table until you visit the pages plugin settings page. Once you visit that page the table will be created.
This should be moved to the activation of the plugin.