I know people have asked this before and have gone as far as adding the custom post type, and rewrite for permalink. The ...
-
April 9, 2022
- 0 Comments
I created a ‘forum’ taxonomy, using these rules: register_taxonomy( 'forum', array('topic'), array( 'public' => true, 'name' => _a('Forums'), 'singular_name' => _a('Forum'), 'show_ui' => ...
-
April 9, 2022
- 0 Comments
I’m using WordPress 3.1.3 as a full CMS, installed in the root directory of a domain. I have it setup using the built ...
-
April 9, 2022
- 0 Comments
EDIT It turns out that I was barking up the wrong tree trying to edit .htaccess, as nginx doesn’t use it. What I ...
-
April 9, 2022
- 0 Comments
I’ve created two new Custom Post types using code that I’ve used successfully on other projects without issue. The first is called top_charts, ...
-
April 9, 2022
- 0 Comments
I see that I can edit permalink information in wp-admin page > settings > permalinks. However, where is that information actually stored in ...
-
April 9, 2022
- 0 Comments
I have a custom post type called “visningshus”, and also a Page with that slug. This is as it should (must) be. Currently, ...
-
April 8, 2022
- 0 Comments
Basically I want to achieve a glossary using custom post types and have some issues setting up rewrites the way I want them ...
-
April 8, 2022
- 0 Comments