Ahaaa…. I’ve figured out now. I just see the example from twentytwelve theme, and read from codex.wordpress.org/Content_Width
Hi… I interested to build a WordPress Theme. I follow the instruction to build the themes on wordpress.or.id. But, when i check my theme, there are some problems, and one of the problems are :
REQUIRED: No content width has been defined. Example:
if ( ! isset( $content_width ) ) $content_width = 900;
So, where i must add the $content_width ?
I’m still newbie here…
Thanks for helps…