SMAD 203 WordPress & Coding Exam Questions with Complete Solutions (Latest 2025) Page vs. Posts - Correct Answers ✅Posts are published in a stream, they're organized by categories and tags, by publishing date and time, and by the author.Pages, on the other hand, are published as standalone permanent objects. They're only organized based on parent/child relationships, meaning you can create a page, and then define another page as its parent. And they also do not display either the page author, or the publishing time.
WordPress.com vs WordPress.org - Correct Answers ✅.org:
do it yourself, gives you full control because it's your own hosting
.com: if you don't want to do it yourself - highly restricted,
only give you access to certain plugins/themes even if you pay for it Know what address to go to in your web browser to access the dashboard of your self-installed WordPress site (to access the WordPress dashboard on a self-hosted installation) -
Correct Answers ✅http://www.reflexmediavid.com/wp-
admin Understand how images work in the WordPress media gallery.How are images inserted into posts and pages? - Correct Answers ✅"Add media" button It is linked, you upload it to the media gallery and insert it to post/page. 1 / 2
SMAD 203 WordPress & Coding Exam Questions with Complete Solutions (Latest 2025) What happens if you delete an image from the gallery after it was already inserted into a page? - Correct Answers ✅The link is permanently broken, the image will be gone forever
Solution: never delete anything
How do you put stuff into the sidebar? - Correct Answers ✅Drag widgets into the sidebar sidebar content (links to categories, post archives, search, and other text/script code blocks) included on page via widgets sidebar- secondary information What is a child theme and why would you use one? - Correct Answers ✅A child theme is a WordPress theme that inherits its functionality from another WordPress theme, the parent theme. When you modify a parent theme without changing the inherent function of it, you have a child theme.What is the purpose of an alt attribute of an tag? - Correct Answers ✅The alt attribute provides the opportunity to give an alternative text description of the image you are inserting, to be used by screen-readers.
- / 2