Computer Science, asked by niket9215, 1 year ago

Rajesh wants to display the contents of his project in a sequential manner.Suggest in the tag which he can use to do the same.

Answers

Answered by ankurbadani84
19

Answer:

Explanation:

In wordpress this can be achieved by adding ?orderby=ID&order=ASC in then end of URL.

Eg:- http://Raheshworks.com/?orderby=ID&order=ASC

Other options of order by in wordpress are :-

orderby = author

orderby = menu_order Note: Only works with Pages

orderby = title

orderby = modified

orderby = date

orderby = rand  

orderby = parent

orderby = ID

orderby=meta_value Note: A meta_key=keyname must also be present in the query.

orderby = comment_count

Answered by mehreenfaizkhan
24

use <OL>tag in the beginning of the contents of project and end the content list with </ OL>

Explanation:

Ordered list is used to arrange contents of the list in a sequence.Use <OL>tag in the beginning of the contents of project and end the content list with </ OL> to make a list an ordered list

Similar questions