--%>

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 : Illustrates XML is an important

    Illustrates XML is an important development.

  • Q : Define Factoring Problem Factoring

    Factoring Problem: Factoring is the action of dividing an integer into a set of smaller integers (or factors) which, when multiplied altogether, form the unique integer. For illustration, the factors of 15 are 3 and 5; the factoring trouble is to find

  • Q : Including CSS with the HEAD Tag

    Describe how to include the CSS within the HEAD Tag?

  • Q : Data structure appears in a COBOL

    The following data structure appears in a COBOL program used by a bureau de change:01 AUXILAIRY-ITEMS.    05 AMOUNT-REQUIRED PIC999V99.    05 SUCCESS-INDICATOR PIC 9.    88 SUCCESS VALUE 1.01 C

  • Q : What is First in-first out First in,

    First in, first out: It is FIFO semantics of the queue data structure. Items are eliminated in the order in which they arrived in the queue; therefore older items are always eliminated before newer ones.

  • Q : Program for Linux operating system that

    Write a program for Linux operating system that uses Posix threads to sort a large array.  Specifically, you should write a program to generate random numbers. Then create at least two threads, each of which sorts a portion of the array. After the thr

  • Q : Explain the differences among SEI

    What in your advice are the most important fundamental differences among SEI SW-CMM and ISO 9000-3?

  • Q : Define Implements clause Implements

    Implements clause: That part of a class header which points out which interfaces are applied by the class. A class might implement for more than one interface.

  • Q : What is Hash code Hash code : It is a

    Hash code: It is a value returned by a hash function. A hash code can be employed as an index into a random-access data structure, offering a proficient mapping between an object and its position. Employed by classes like HashMap.

  • Q : Libraries involved in Windows

    Explain the important libraries involved in Windows programming?