antonie7
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Post loop and shortcodesThanks for clarifying! Using
<?php echo ($post->post_content); ?>was a rookie mistake on my part, I guess.
The loop works perfectly now using the suggested syntax.Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy Archive pages disappearedThanks for the tip! I seem to be able to reach the taxonomy pages via the WP admin. The taxonomy ‘Straten & Pleinen’ (slug: straten-en-pleinen) redirects me to the following URL:
http://dbpubliekeruimte.info/project/projectcategorie/straten-en-pleinen/
So, the permalink changed, as well as the archive page title (the taxonomy title doesn’t show up, so you can not see wich taxonomy you’re looking at..)Now, the final issue I have to resolve is why all the taxonomy links throughout the site are broken and why the URL’s have changed… For now, I’ll add the links manually so that the users can reach the taxonomies. I think the plugin works fine though… Thanks again
-antonie7
Forum: Plugins
In reply to: [Custom Post Type UI] Taxonomy Archive pages disappearedHi there,
Thanks for your reply. In the CPT UI admin area, nothing seems to have changed after the update (all taxonomies still exist, with all the correct settings, like ‘has archive=TRUE’).
So, I have a custom post type called ‘Projecten’ that has an archive page: ‘http://dbpubliekeruimte.info/projecten/‘. For example, a category within ‘Projecten’ is called ‘Straten & Pleinen’ (slug: ‘straten-en-pleinen’). So, the archive page for this category was http://dbpubliekeruimte.info/projecten/straten-en-pleinen/‘. All those ‘sub-archives’ so to speak, worked fine up to WordPress 4.8.
Clicking the link to the category on the page after updating to WordPress 4.9 did not work anymore… I figured the link was broken in some way, so I entered the URL manually. Then, a 404 error occured. Tried all of the categories, none of them worked. That means that, for some reason, the entire URL for all of the custom taxonomy archive pages disappeared. I still have no clue what could cause this weird problem…