<p>HTMLの内容を記述</p>
	
	
	body{
		background: #fff;
		font-size: 1em;
	}
	
	
	<?php the_permalink(); ?>
	
	
	jQuery('html, body').animate(
		{
			scrollTop: position
		},
		speed
	);
	
1 2