1
Why wordpress for CMS?
WordPress
is easy to monetize SEO is made easy best blogging platform
2 Difference between post and page
in wordpress. P-66
§ Posts
are timely vs. Pages are timeless.
§ Posts
are social vs. Pages are NOT.
§ Posts
are categorized vs. Pages are hierarchical.
§ Posts
are included in RSS feed vs. Pages are not.
§ Pages
have custom template feature vs. Posts do not.
Name some features of wordpress
Simplicity
Flexibility
Publish with Ease
Publishing Tools
User Management
Media Management
Full Standards Compliance
Easy Theme System
Extend with Plugins
Plugin System
Theme System
Application Framework
Built-in Comments
Search Engine Optimized
Multilingual
Easy Installation and Upgrades
Importers
Own Your Data
Freedom
Community
Contribute
Custom Content Types
The Latest Libraries
4 Discuss theme, plugin and widget
in wordpress.
Ans: Theme: What
WordPress Theme Is That is
a free online tool allows you to easily create website. it will also detect
what WordPress Plugins are being used.
Plugin: WordPress
plugins are bits of software that can be uploaded to to extend and expand
the functionality of your WordPress site. Note: One of the primary
advantages of using the self-hosted version
ofWordPress from WordPress.org is the ability to upload and
useplugins on your WordPress site.
Widget: Widgets
offer a powerful way to change up your site without touching a line of code.
WordPress comes with a dozen built-in widgets. You can download many more from
the plugin repository, and some themes come with their own widgets. The basic
widgets you’ll find under Appearance➤Widgets.
5. Discuss
the business benefits of wordpress.
Ease of Use
Manage Your Website from Any Computer
No HTML Editing or FTP Software Required
Search Engines Love WordPress Sites
You Have Control of Your Site
The Design of Your Website is 100% Customizable
A Blog is Built-in and Ready to Go
Extend the Functionality of Your Site with Plugins
Your Site Can Grow as Your Business Grows
Have Multiple Users
6 Discuss dashboard in wordpress.
From the Dashboard's Home page, we can quickly access our site's content and get access into other areas of the WordPress community.
7 Discuss Quickpress in wordpress.
Quickpress is a way to quickly
put up a short post without having to go all the way into your dashboard
8 Name the five user roles in wordpress:
Ans:
a)
Subscribers:
can edit their own profiles and not much else.
b)
Contributors:
can submit posts for editors’ approval, but can’t publish anything.
c)
Authors:
can write and publish posts.
d)
Editors:
can write and publish posts and pages. They can also publish posts and pages
submitted by other users.
e)
Administrators:
can do everything.
9 Discuss
robots.txt.
Ans: The robots.txt is a standard convention
web site owners can use to ask search engines not to index parts of a site.
1 Discuss Comments vs. Trackbacks:
Ans: Comments are readers’ responses to your
posts. They are written in a small form on your post or page (usually at the bottom
of the screen) and, once approved, are displayed in a list below your post.
Trackbacks are automated alerts that someone
has referenced your post or page on their own site. When another blogger
includes a link to your post, their site will send a notice to WordPress,
including a link to their article and a very brief excerpt. In most WordPress
themes, these notices are displayed in your list of comments.
1 Discuss
permalink in wordpress.
And: Permalinks are the permanent URLs to your individual weblog posts
1 What is post? What are the available post formats in wordpress?
Posts are entries that
display in reverse order on your home page
1 Define
categories and tags in wordpress.
Categories provide a helpful way
to group related posts together
Tags provide a useful way
to group related posts together and to quickly
14. What
is Excerpts? P60
Excerpts are used to shorten
your blog posts so that only part of the entry -- usually the introduction or a
summary of the post -- is displayed, instead of the entire
1 Differentiate
comments and trackbacks.
Comments allow your website's
visitors to have a discussion with you and each other
Trackbacks and pingbacks are
methods for alerting blogs that you have linked to them
1 How to upload and insert image content
in wordpress?
1 Define hook
Hooks provide an excellent
way to extend WordPress themes
Ans: Hooks are not functions. They are
places where functions can be inserted into to WordPress’s procedures without
modifying core files.
18. What are the messures you should look
for before activating a plugin? P-98
1 Discuss user roles in wordpress . P-105
User roles determine the access
level or permissions of a person authorized (invited by an Administrator) to
use a WordPress.com
2 Define garbage collection in
wordpress. P-132
It
scans your WordPress database and shows what various things old plugins (which
were deactivated or uninstalled) left in it. Cleanup is available. A very fast
caching engine for WordPress that produces static html files. Garbage Collector scans your WordPress database and shows the tables beyond
of core WordPress installation
2 Define action and filter in wordpress.
P-158
Actions allow you to add your own functions in predetermined locations. Filters allow you to modify or replace the
output existing functions.
2 Discuss add_option() function. P-164
Calling add_option() first checks whether the option has already been added, and
returns false if an option with the same name exists. Next, it checks to make
sure the option name is not one of the protected names alloptions or notoptions,
and dies with an error message if attempting to overwrite a protected option.
If the option name is not protected, and does not already exist, the option
will be created.
2 What’s the function of get_option(), update_option()
and delete_option() p-164
A
safe way of getting/updating/deleting values for a named option from the options
database table. If the desired option does not exist, or no value is associated
with it, FALSE will be returned.
2 Discuss the get_template_part()
function
Load
a template part (other than header, sidebar, footer) into a template. Makes it
easy for a theme to reuse sections of code and an easy way for child themes to replace sections
of their parent theme.
0 comments:
Post a Comment