Tagged Questions
0
votes
1answer
168 views
How do I get standard posts to open up in their own template when using get_template_part()?
It seems to me that twentyelven opens standard single posts using the file content-single.php yet when I try the same code and files they open for me in content.php
here's the code I have in ...
0
votes
1answer
540 views
Post Format single-loop.php using get_template_part
I have set up to use post formats gallery and video in addition to the standard. I am editing the loop-single.php to give it different layouts for each post format, but I'm to include ...