Matthew Rosenberg
Forum Replies Created
-
Forum: Plugins
In reply to: [simpleGeocode] Some suggestionsThanks for the feedback on this. I like the idea of developing the shortcode more for those that want more control.
Make sure that DISALLOW_FILE_EDITS or DISALLOW_FILE_MODS is not set to true somewhere, either in wp-config.php or a plugin.
Forum: Plugins
In reply to: [simpleGeocode] [Plugin: simpleGeocode] Suggestion: Custom Post Type supportThanks for the compliment. I have another project on my plate but Custom Posts Type support and draggable markers are on the horizon.
Forum: Networking WordPress
In reply to: Seeing all posts of an author from across the networkdgilmour is probably referring to Yahoo Pipes
http://pipes.yahoo.com/pipes/Forum: Installing WordPress
In reply to: Redeveloping site over existing wordpress install – plugin?Probably best to develop the new site locally and then upload your site to your host once it is ready.
http://codex.ww.wp.xz.cn/Installing_WordPress#Installing_WordPress_on_your_own_Computer
Forum: Fixing WordPress
In reply to: can't login. login.php returns to itselfSounds like a cookie problem. Check to make sure your browser is allowing cookies.
Forum: Fixing WordPress
In reply to: Identical PagesHere is what I would do,
Create an entirely new page for your black and white images and give it a new name. Publish the page and hit the view page button. If you see the correct photos, it was a url rewrite conflict. Make sure you give the new page a unique title.
Forum: Fixing WordPress
In reply to: Identical PagesJust a thought,
Maybe I misread this.
I just went in and deleted the -2, that’s why it’s now bw.
Did you delete the page from WordPress or the “-2” from the permalink?
Forum: Fixing WordPress
In reply to: Identical PagesWithout being able to login to your admin panel, I doubt I can be of more help.
Forum: Fixing WordPress
In reply to: Identical PagesIt seems to me, that you have the wrong photos loaded on that page. WordPress at this point is working correctly.
Forum: Installing WordPress
In reply to: Error with WordPress after migration to new serverYou can find the default permalink rules as well as more info about permalinks in general here:
Forum: Fixing WordPress
In reply to: Identical PagesWhat is the permalink (shown underneath the title) say? Do you have any caching?
Forum: Fixing WordPress
In reply to: Identical PagesYep,
Check the content on the BW page and make sure it is the content you want.
Forum: Fixing WordPress
In reply to: Identical PagesThe page is resolving to /bw now. Look at that page in the admin and make sure it has the right content on it.
Forum: Fixing WordPress
In reply to: Identical PagesYour portfolio link points back to your homepage. The B&W link points to bw-2. The “-2” part usually means it is the second revision. That is probably where your conflict lies.