--%>

Features of WordPress

Describe features of WordPress?

E

Expert

Verified

The main features of wordpress are following :

1.      No rebuilding
2.      Full standards compliance
3.      Intelligent text formatting
4.      WordPress Links
5.      WordPress Pages
6.      WordPress Themes
7.      Comments
8.      Spam protection
9.      Full user registration
10.   Cross-blog communication tools
11.   Easy installation and upgrades
12.   Password Protected Posts
13.   Easy Importing
14.   Workflow
15.   XML-RPC interface
16.   Typographical niceties
17.   Multiple authors
18.   Ping away
19.   Bookmarklets

 

   Related Questions in Programming Languages

  • Q : What is Filter stream Filter stream :

    Filter stream: It is an input-output class which filters or manipulates its stream of input- or output-data in some manner. Two illustrations are: DataInputStream and DataOutputStream.

  • Q : State Cout and Cin Cout: This is an

    Cout: This is an object of ostream_withassign class stated in iostream.h header file

  • Q : Define Abstract class Abstract class :

    Abstract class: It is a class with the abstract reserved word in its header. The Abstract classes are differentiated by the fact that you might not directly construct objects from them employing the new operator. The abstract class might have zero (0)

  • Q : Microsoft Access I have attached a

    I have attached a database and a PDF with 5 questions. I need the 5 questions answered with 5 queries in the database. Question 3 needs a crosstab query. All the questions require the proper join.

  • Q : Define the term Critical section

    Critical section: It is a section of code in which there is potential for a race hazard. The critical sections made use of the synchronized statements or methods.

  • Q : ASP.NET Session handling How to set

    How to set Session time out in ASP.NET. I tries changing in config file but still facing issue. Please help..

  • Q : State the terms preemption and context

    State the terms preemption and context switching.

  • Q : Define Stream class Stream class : An

    Stream class: An input stream class is one which delivers data from its source (frequently the file system as a series of bytes. Likewise, an output stream class will write byte-level data. The stream classes must be contrasted with the operation of r

  • Q : Who Issues Certificates and how Who

    Who Issues Certificates and How?

  • Q : Explain Two dimensional array Two

    Two dimensional array: A two dimensional array is a continuous memory location having similar kind of data arranged in row and column format (such as a matrix structure). D