Kindly post your questions, suggestions and thoughts about the theme here. Thanks! -WPThemeDesigner
Turnout
(8 posts) (5 voices)-
Posted 2 years ago #
-
I just took over a site using Turnout and I cannot find where to edit the home page - do I need to know PHP to edit this theme? or any theme for that matter?
Thanks,
JonPosted 1 year ago # -
Hi Jon,
The turnout theme doesn't have a home.php therefore it will use the default file which is the index.php. If you'd like a separate file homepage file, simple copy and paste index.php and rename the new file to home.php. From here, you can now edit the homepage without affecting the default file which is the index.php.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
Hello guys!
I would like to make one little customization of my Turn Out Mag Theme and maybe you can help.
When I navigate to any category front page of a site of mine with this theme, this category front page shows ten little squares with one news post in each of these squares.
I would like this category front page to show only 6 of these news. Is it possible. What do I need to change?
Thanks.
Marcus
Posted 1 year ago # -
Hi Marcus,
By default, wordpress is set to display 10 posts per page. You can change it to 6 by going to Settings -> Reading Settings and changing the value of 'Blog pages show at most' to 6.
Hope this helps,
WPTD Webmaster
Posted 1 year ago # -
Thank you very much.
It really helped a lot.
Posted 1 year ago # -
I would like the post to show the author date and category. How do I do this..
Thanks, LorettaPosted 1 year ago # -
Hi Loretta,
You can use Wordpress function to show the following:
date - the_date();
reference: http://codex.wordpress.org/Function_Reference/the_dateauthor - the_author();
reference: http://codex.wordpress.org/Function_Reference/the_authorcategory - the_category();
reference: http://codex.wordpress.org/Function_Reference/the_categoryIf you can be more specific where to insert these, I might be able to give you better instructions on how to do it.
Hope these helps,
WPTD Webmaster
Posted 1 year ago #
Reply
You must log in to post.