voceconnect / cms-press

WordPress Plugin
15 stars 2 forks source link

Permalink identifier wasn't being used for all content types #21

Closed rzeisler closed 14 years ago

rzeisler commented 14 years ago

I created two content types: Articles and Papers. When I first set it up, I didn't add anything to the Permalink Structure, so it just showed the link www.example.com/papers or /articles. I updated the content types. I used the same settings for Permalink Structure field (%identifier%/%postname%-%post_id%.html) for each content type (I cut-and-pasted it). One of them (I don't know which one I updated first) should the link without the %identifier%, the other one had the identifier. Both had the reset of the structure. When I manually browsed the URL that it should have been, the article showed up just fine. Finally I updated a field on the bad content type and then changed it back. Now the Permalink displays properly. Don't know why or if it will happen again. Maybe a database caching issue or a failed update that wasn't be caught?

prettyboymp commented 14 years ago

Was this in WP 2.9 or in WP 3.0.Beta?

rzeisler commented 14 years ago

This is in 2.9.2

prettyboymp commented 14 years ago

I haven't been able to reproduce this. Are you still having issues?

I've added some warnings to the latest version in case this was a problem with the permalink structure being incorrect, but unnoticed.

rzeisler commented 14 years ago

No, I haven't seen the issue again. Maybe it was a caching thing?