Astra_Update_Blog_Archive::get_examples()

Get examples.


Description


Return

(array)


Source

File: inc/abilities/customizer/posttypes/blog/class-astra-update-blog-archive.php

	public function get_examples() {
		return array(
			'set blog layout to grid',
			'change posts per page to 12',
			'update sidebar to left position',
			'set blog layout to list view',
			'change sidebar style to boxed',
			'update posts per page',
			'set sidebar width to 25 percent',
			'change blog to cover layout',
			'update sidebar layout to right',
			'set blog archive to grid layout',
			'change sidebar to no sidebar',
			'update blog layout to classic',
			'set sidebar style to unboxed',
			'change posts display to 20 per page',
			'update blog to list layout',
			'set right sidebar layout',
			'change sidebar width to 30',
			'update archive to grid view',
			'set blog to cover style',
		);
	}

User Contributed Notes

You must log in before being able to contribute a note or feedback.