Language selection

Search


Most requested - Two items

Below is a working example for the Most requested component with only two items.

Code

		...
		<section class="gc-most-requested">
			<div class="container">
				<h2>Most requested</h2>
				<ul>
					<li><a href="#">[Top task hyperlink 1]</a></li>
					<li><a href="#">[Top task hyperlink 2]</a></li>
				</ul>
			</div>
		</section>
		...
		

Page details

Date modified: