iyani
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Counsel] Remove only posts section in front pageI commented the following line in front-page.php and works done.
// Here starts the loop
while( have_posts() ): the_post();
/*COMMENTED get_template_part( ‘loop’, ‘home’ );*/
endwhile;I hope this would help you. Regards
Forum: Themes and Templates
In reply to: [Aviator] Customize images in front pageThank you. I’ll to install that.
Forum: Themes and Templates
In reply to: [Aviator] Change color of text linksFine, thank you for the help!!. It works. Regards
Thanks for the answer.
I not found the mentioned box, only a box labeled “Do not use featured image as background image.” in Appearence>Theme Options>Basic settings. But this box only controls the general site background image, not the background image in posts.
I copied all code from archives.php and now get posts in category :), although I want to get only tittles of post in list form, so I will be playing to understand the code that does that.
Regards.