WordPress Definition
What exactly is WordPress?
- A web browser application.
- An operating system designed for servers.
- A free and open-source content management system.
- A hardware component for websites.
- A social media platform focused on blogging.
WordPress Installation
What is the general method to install WordPress on a web server?
- Install WordPress directly via server SSH without downloading
- Download WordPress, upload via FTP, and run the installation script.
- Use a paid proprietary installer tool only provided by Wordpress.
- Install WordPress through a command-line interface only.
- Download WordPress and drag-and-drop into server folder.
Essential WordPress Features
Which of the following are essential features offered by WordPress?
- Content Management, Limited themes, Installation u0026 Upgrades
- User Management, Photo editing, Versatility
- Content Management, Installation and Upgrades, Customization, Versatility, Themes, Plugins, User Management
- Installation and Upgrades, Themes (limited numbers), Plugins (paid only), Limited number of pages allowed
- Versatility (only for blogs), User Management (admin only), Default theme
WordPress Plugins
What best describes WordPress plugins?
- Software that damages WordPress site functionality.
- Pieces of software that extend WordPress site functionality.
- Are only available through third-party websites, not the dashboard.
- Are restricted for use by developers only.
- Hardware components required for running WordPress.
Posts vs. Pages
How are posts and pages different in WordPress?
- Pages are dynamic, posts are static.
- Posts are static, pages are dynamic.
- Posts: Dynamic content displayed in reverse chronological order; Pages: Static content that doesn't change frequently.
- Both are dynamic and displayed on the same page.
- Both are static and used for navigation menus.
Disabling Comments
How can comments be disabled in WordPress?
- Through PHP files only.
- Via CSS code modification.
- Admin Panel settings for future and existing posts.
- Comments cannot be disabled.
- By deleting the database table for comments.
Gravatar Explanation
What is a Gravatar and how does it integrate within WordPress?
- A plugin for creating website graphics.
- A security plugin protecting WordPress from malware.
- A globally recognized avatar linked to an email address displayed next to user's name.
- A JavaScript library for creating interactive elements.
- A server-side caching mechanism for reducing database load.
Widgets Display Issues
What are potential reasons for widgets not displaying correctly in the sidebar?
- Widgets always display by default, there's no way to hide them.
- Only the admin user can see widgets
- The theme may not support widgets, function.php file missing, or changes not saved.
- The sidebar has been disabled by a plugin.
- The WordPress version is outdated.
Shortcode Functionality
What is a shortcode in WordPress?
- A complex function for writing custom themes.
- A way to directly modify the WordPress core files.
- A simple code in square brackets adding dynamic content to posts, pages, and widgets.
- A command-line tool for managing WordPress installations.
- An SEO optimization technique.
Custom Post Types
Explain the concept of custom post types within WordPress.
- Post types cannot be customized beyond 'post' and 'page'.
- Custom post types allow creating content types beyond posts and pages.
- Custom post types are created only through Javascript.
- A special kind of CSS.
- Used for plugin development only.
Securing WordPress
Which methods best safeguard a WordPress website?
- Using 'password' as the password, Never updating plugins, themes or WordPress core.
- Install no security plugins, disable backups.
- Using strong passwords, keeping WordPress core/themes/plugins updated, using a security plugin, backing up regularly.
- Disable comments, but never delete spam comments.
- Only securing the admin account is sufficient.
Multilingual Websites
What are effective ways to set up a multilingual website in WordPress?
- Using only Google Translate.
- Only manually translating the entire site.
- Using plugins like WPML or Polylang, or setting up a multisite network.
- Relying only on machine translation services.
- Editing PHP files to add manual language options.
Caching Importance
What role does caching play in WordPress website performance?
- Caching has no effect on WordPress performance.
- Caching reduces the number of files on the server.
- Caching stores static versions of dynamic content, speeding up page load times.
- Caching only affects the administrator's experience.
- Caching is only useful for websites with videos.
WordPress Hooks
Explain the purpose and types of hooks utilized in WordPress development?
- Hooks are only used for theme customization.
- Hooks allow adding custom code without altering original files and come in action and filter types.
- Hooks are deprecated and no longer used.
- Hooks are primarily for performance monitoring.
- Hooks are only available in the premium version of WordPress.
WordPress Theme Creation
Summarize the method for creating a custom WordPress theme.
- Copy the code from another theme, edit PHP.
- Only using the WordPress theme customizer.
- Create a folder, style.css, index.php, and optional template files, then activate from dashboard.
- Using a page builder, create a theme from scratch.
- Custom themes can't be created manually.