My client would like four blog posts, with their attendant comments, to be shown on the home page of their site. In twentyeleven, I can put $withcomments = 1;
at the top of index.php and the comments_template();
in the loop... but I can't figure out how to make this work in the Thematic child theme I'm building.
I tried putting global $withcomments; $withcomments = 1;
before get_header();
in index.php and comments_template();
in the index loop of the content-extensions.php file, but it didn't do a thing.
Any ideas?
Thanks very much in advance,
Matthew Wayne Selznick