Astra_Update_Single_Post::get_examples()

Get examples.


Description


Return

(array)


Source

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

	public function get_examples() {
		return array(
			'set single post container to full width',
			'change post sidebar to left',
			'enable related posts',
			'set post container to narrow',
			'update post sidebar style to boxed',
			'disable related posts',
			'change post layout to normal width',
			'set related posts count to 3',
			'update single post to no sidebar',
			'set post container style to unboxed',
			'change post content width to custom',
			'enable related posts with 4 items',
			'set single post to right sidebar',
			'update post container to boxed',
			'change post layout to default',
			'set custom content width to 900px',
			'update sidebar to default style',
			'enable 6 related posts',
			'set post to full width no sidebar',
		);
	}

User Contributed Notes

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