How do i remove the latest news from the homepage???
Removing Latest News From Main Page
9 posts from 5 voices-
Posted 1 year ago #
-
Hey,
Open up index.php, find and remove this code:
<div class='box box_small box3'> <div class='widget'> <?php $latest_posts = new kriesi_list_post_items; $latest_posts->recent_posts('Latest News'); ?> </div> </div> <!--end box_small-->This will remove the Latest News area :)
James
Posted 1 year ago # -
That seems to just remove the title and any posts. How do you remove the entire section and make the left widget 100% width?
Posted 1 year ago # -
Hey,
try to replace following code in index.php:
<div class='box box_medium box1'>with:
<div class='box box_medium box1' style="width:940px; border:none;">Posted 1 year ago # -
I had the same question for one of my sites (ppgbuffalo.org) and tried what you describe above but it still remains on the homepage. What am I missing?
Posted 10 months ago # -
Hey,
in index.php delete:
<div class='box box_small box3'> <div class='widget'> <?php $latest_posts = new kriesi_list_post_items; $latest_posts->recent_posts('Latest News'); ?> </div> </div> <!--end box_small-->Posted 10 months ago # -
Hi, I did that as mentioned in your previous message above. When I go to the Editor in WP I click on the index.php file and remove the code you mention (and yes, I click on the update file button). When I go back in the editor the code is no longer there on the inde.php, however it remains on the website when I go to it. I am completely lost as to why.
Posted 10 months ago # -
I just did it using FTP and that worked. Thanks again! We love the theme.
Posted 10 months ago # -
Glad that everything works now :)
Posted 10 months ago #
Reply
You must log in to post.







