Bird
0
0

A developer wants to create a permalink structure that shows the author name before the post name and includes the post ID at the end. Which of the following is correct?

hard📝 Conceptual Q9 of 15
Wordpress - WordPress Settings and Configuration
A developer wants to create a permalink structure that shows the author name before the post name and includes the post ID at the end. Which of the following is correct?
A/%author%/%post_id%/%postname%/
B/%post_id%/%author%/%postname%/
C/%postname%/%author%/%post_id%/
D/%author%/%postname%/%post_id%/
Step-by-Step Solution
Solution:
  1. Step 1: Understand tag order requirement

    Author name first, then post name, then post ID last.
  2. Step 2: Arrange tags accordingly

    Use %author% first, %postname% second, and %post_id% last in the structure.
  3. Final Answer:

    /%author%/%postname%/%post_id%/ -> Option D
  4. Quick Check:

    Permalink order = author > postname > post ID [OK]
Quick Trick: Place tags in permalink to reflect desired URL order [OK]
Common Mistakes:
  • Swapping post ID and author positions
  • Putting postname last instead of middle
  • Using invalid tag combinations

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More Wordpress Quizzes