Bird
0
0

You want to create a permalink structure that includes the post's year, category, and post name, but the category should appear after the post name. Which structure is correct?

hard📝 Conceptual Q8 of 15
Wordpress - WordPress Settings and Configuration
You want to create a permalink structure that includes the post's year, category, and post name, but the category should appear after the post name. Which structure is correct?
A/%year%/%postname%/%category%/
B/%category%/%year%/%postname%/
C/%postname%/%year%/%category%/
D/%year%/%category%/%postname%/
Step-by-Step Solution
Solution:
  1. Step 1: Analyze desired order

    The order requested is year first, then post name, then category last.
  2. Step 2: Match tags to order

    Use %year% first, then %postname%, then %category% to reflect the order.
  3. Final Answer:

    /%year%/%postname%/%category%/ -> Option A
  4. Quick Check:

    Permalink order matches year > postname > category [OK]
Quick Trick: Order tags in permalink to match desired URL sequence [OK]
Common Mistakes:
MISTAKES
  • Placing category before postname
  • Mixing year and category order
  • Using invalid tag sequences

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes