Title: botvillian's Replies | WordPress.org

---

# botvillian

  [  ](https://wordpress.org/support/users/botvillian/)

 *   [Profile](https://wordpress.org/support/users/botvillian/)
 *   [Topics Started](https://wordpress.org/support/users/botvillian/topics/)
 *   [Replies Created](https://wordpress.org/support/users/botvillian/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/botvillian/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/botvillian/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/botvillian/engagements/)
 *   [Favorites](https://wordpress.org/support/users/botvillian/favorites/)

 Search replies:

## Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] 'not found'on the bottom of the page](https://wordpress.org/support/topic/not-foundon-the-bottom-of-the-page/)
 *  [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/not-foundon-the-bottom-of-the-page/#post-5900882)
 * hello Yana GoodDay.
 * open your style.css and put the following code lines right at the bottom:
 *     ```
       body.home #primary {
       display: none;
       }
       ```
   
 * if you want to set posts later you have to remove them again.
 * regards
    torsten
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] disabling theme code](https://wordpress.org/support/topic/disabling-theme-code/)
 *  Thread Starter [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/disabling-theme-code/#post-5924310)
 * I have found the solution on the german wordpress forum:
 * open style.css and put the following code at the bottom:
 *     ```
       body.home #primary {
       display: none;
       }
       ```
   
 * done!
 * thanks for your help.
 * regards
    torsten
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] A front page with no posts](https://wordpress.org/support/topic/a-front-page-with-no-posts/)
 *  [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/a-front-page-with-no-posts/#post-5924806)
 * hello FarzamF.
 * he/she wants to **keep** the slider but remove the posts section.
 * just like me … 🙂
 * PS: deleting the lines didn’t have any effect.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] disabling theme code](https://wordpress.org/support/topic/disabling-theme-code/)
 *  Thread Starter [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/disabling-theme-code/#post-5924299)
 * just this minute I found this website:
 * they write:
 * _To hide or deactivate PHP code in a template file:_
 *     ```
       <?php // the_content(Continue Reading...); ?>
   
       or
   
       <?php /* the_content(Continue Reading...); */ ?>
       ```
   
 * I also tried this. I put
 *     ```
       <?php //
       ```
   
 * at the beginning of line 880 and
 *     ```
       ?>
       ```
   
 * at the end of the line.
 * same for line 884.
 * no effect.
 * what am I doing wrong?
 * the whole original code section I want to change is:
 *     ```
       <h1 class="entry-title"><?php _e( 'Not Found', 'evolve' ); ?></h1>
   
       					<!--BEGIN .entry-content-->
       					<div class="entry-content">
       						<p><?php _e( 'Sorry, but you are looking for something that isn\'t here.', 'evolve' ); ?></p>
       ```
   
 * It’s in the index.php of my theme folder:
 * _/wp-content/themes/evolve_
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] disabling theme code](https://wordpress.org/support/topic/disabling-theme-code/)
 *  Thread Starter [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/disabling-theme-code/#post-5924297)
 * hi FarzamF.
 * thanks for your reply.
 * I tried to disable the code by putting a hash at the beginning of each of both
   lines. but that obviously was not expedient.
 * what do I have to do exactly?
 * regards
    torsten
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] disabling theme code](https://wordpress.org/support/topic/disabling-theme-code/)
 *  Thread Starter [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/disabling-theme-code/#post-5924211)
 * –
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[evolve] html file name of startpage](https://wordpress.org/support/topic/html-file-name-of-startpage/)
 *  Thread Starter [botvillian](https://wordpress.org/support/users/botvillian/)
 * (@botvillian)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/html-file-name-of-startpage/#post-5909747)
 * hello bydlo.
 * thanks you for reply.
 * for now the topic is closed for me.
 * regards
    torsten

Viewing 7 replies - 1 through 7 (of 7 total)