Jump into concepts and practice - no test required
or
Recommended
Test this pattern10 questions across easy, medium, and hard to know if this pattern is strong
Recall & Review
beginner
What is a WordPress post?
A post is a type of content in WordPress that is timely and appears in reverse chronological order on your blog or website. Posts are often used for news, updates, or articles.
Click to reveal answer
beginner
What is a WordPress page?
A page is a static content type in WordPress used for timeless information like About Us, Contact, or Privacy Policy. Pages do not appear in blog feeds and are not organized by date.
Click to reveal answer
intermediate
How do posts and pages differ in organization?
Posts are organized by date and categories, making them great for timely content. Pages are hierarchical, meaning you can have parent and child pages, useful for organizing static content.
Click to reveal answer
beginner
Can WordPress posts be commented on by default?
Yes, posts usually allow comments by default to encourage interaction. Pages typically have comments disabled unless manually enabled.
Click to reveal answer
beginner
Which content type is better for a blog homepage: posts or pages?
Posts are better for a blog homepage because they show the latest articles or updates in order. Pages are better for fixed content like About or Contact sections.
Click to reveal answer
Which WordPress content type is best for timely news updates?
ABoth are equal
BPage
CNeither
DPost
✗ Incorrect
Posts are designed for timely content like news and updates, appearing in reverse chronological order.
Which content type in WordPress is hierarchical and can have parent-child relationships?
APost
BPage
CBoth
DNone
✗ Incorrect
Pages can be organized hierarchically with parent and child pages, unlike posts.
By default, which WordPress content type allows comments?
APost
BPage
CBoth
DNone
✗ Incorrect
Posts usually have comments enabled by default to encourage reader interaction.
Which content type does NOT appear in blog feeds by default?
ABoth appear
BPost
CPage
DNeither appear
✗ Incorrect
Pages are static and do not appear in blog feeds or archives by default.
What is the main use of WordPress pages?
AStatic, timeless content
BTimely news articles
CUser comments
DBlog archives
✗ Incorrect
Pages are used for static content like About, Contact, or Privacy Policy pages.
Explain the key differences between WordPress posts and pages.
Think about how you use posts for news and pages for fixed info.
You got /4 concepts.
When would you choose a WordPress page over a post?
Consider content that stays the same over time.
You got /4 concepts.
Practice
(1/5)
1. Which of the following best describes the main difference between Posts and Pages in WordPress?
easy
A. Posts are only for images; Pages are only for text.
B. Posts are for timely content like blogs; Pages are for static content like About.
C. Posts cannot be categorized; Pages can be categorized.
D. Posts are private; Pages are always public.
Solution
Step 1: Understand the purpose of Posts
Posts are designed for content that changes often, like blog entries or news updates.
Step 2: Understand the purpose of Pages
Pages are meant for static, timeless content such as About or Contact information.
Final Answer:
Posts are for timely content like blogs; Pages are for static content like About. -> Option B
Quick Check:
Posts = timely, Pages = static [OK]
Hint: Posts update often; pages stay the same [OK]
Common Mistakes:
Thinking posts are only for images
Believing pages can be categorized like posts
Assuming posts are private by default
2. Which is the correct way to create a new Page in WordPress?
easy
A. Go to Pages > Add New, then enter your content
B. Go to Appearance > Pages, then add a new page
C. Go to Settings > Pages, then create a new page
D. Go to Posts > Add New, then select Page template
Solution
Step 1: Locate the Pages menu
In WordPress admin, Pages are managed under the 'Pages' menu, not Posts or Settings.
Step 2: Create a new Page
Click 'Add New' under Pages to create a new static page with your content.
Final Answer:
Go to Pages > Add New, then enter your content -> Option A
Quick Check:
Pages menu > Add New = create page [OK]
Hint: Pages are under 'Pages' menu, not 'Posts' [OK]
Common Mistakes:
Trying to create pages under Posts menu
Looking for pages in Settings or Appearance
Confusing page creation with theme settings
3. If you want to show a list of blog entries on your homepage, which WordPress content type should you use?
medium
A. Pages, because they are static and easy to list
B. Custom Post Types only, Pages and Posts can't do this
C. Posts, because they are timely and can be categorized
D. Widgets, because they display content automatically
Solution
Step 1: Identify content type for blog entries
Blog entries are timely updates best handled by Posts, which support categories and tags.
Step 2: Understand Pages and Widgets roles
Pages are static and not meant for lists of posts; Widgets display content but don't store posts.
Final Answer:
Posts, because they are timely and can be categorized -> Option C
Quick Check:
Blog list = Posts [OK]
Hint: Use posts for blog lists, not pages [OK]
Common Mistakes:
Choosing Pages for blog lists
Thinking widgets store posts
Assuming custom post types are always needed
4. You created a new Page but it does not appear in your site's menu. What is the most likely reason?
medium
A. Pages are not automatically added to menus; you must add them manually
B. Pages are private by default and need publishing
C. You must create a post first before pages show up
D. Menus only show posts, not pages
Solution
Step 1: Understand menu behavior in WordPress
Menus do not automatically include new pages; you must add pages manually in Appearance > Menus.
Step 2: Check page visibility and menu settings
Pages are public once published; posts are not required for pages to appear; menus can show pages.
Final Answer:
Pages are not automatically added to menus; you must add them manually -> Option A
Quick Check:
Menus need manual page addition [OK]
Hint: Add pages manually to menus in Appearance > Menus [OK]
Common Mistakes:
Assuming pages auto-appear in menus
Thinking pages are private by default
Believing posts must exist for pages to show
5. You want to create a website with a blog and a static About page. How should you organize your content in WordPress?
hard
A. Use only Posts and tag About as a category
B. Use Pages for both blog and About content
C. Use Posts for About and Pages for blog entries
D. Use Posts for the blog entries and a Page for the About section
Solution
Step 1: Assign blog content type
Blog entries should be Posts because they are timely and can be categorized.
Step 2: Assign static content type
The About section is static and timeless, so it fits best as a Page.
Step 3: Understand why other options fail
Using Pages for blog loses categorization; using Posts for About is confusing; tagging About as category is improper.
Final Answer:
Use Posts for the blog entries and a Page for the About section -> Option D
Quick Check:
Blog = Posts, About = Page [OK]
Hint: Blog = Posts, About = Page for clear structure [OK]