$content_width in "twentyfifteen.1.4" WP Default tHEME
if ( ! isset( $content_width ) ) {
$content_width = 660;
}
The above mentioned code exist in wordpress Default Theme Functions.php on line#33
My Question: $content_width
It looks like a global variable defined somewhere in core files in wordpress? $content_width=660;
what is 660 is it in pixel. Actually which content width is this setting? The current theme has this anatomy: sidebar and content area.
Or it is effecting post and pages types?
Topic content-width Wordpress
Category Web