Title: maxf's Replies | WordPress.org

---

# maxf

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How to disable post preview in WordPress 3.0.1?](https://wordpress.org/support/topic/how-to-disable-post-preview-in-wordpress-301/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/how-to-disable-post-preview-in-wordpress-301/#post-1624410)
 * Check the “Photos” tab on my website: [http://www.immaxf.com](http://www.immaxf.com)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 Noobie Q's: Removing page titles & photo post thumbnails](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/#post-1619931)
 * Anybody else have some advice?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 Noobie Q's: Removing page titles & photo post thumbnails](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/#post-1619893)
 * Hm still haven’t been able to figure this out :/
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 Noobie Q's: Removing page titles & photo post thumbnails](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/#post-1619858)
 * 404.php
    archive.php author.php color-blue.css color-green.css color-grey.css
   color-red.css comments.php editor.css favicon.ico footer.php functions.php gpl.
   txt header.php ie6.css ie7.css index.php page-col-1.php page-col-2-left.php page-
   col-2-right.php page-col-3-left.php page-col-3-right.php page-col-3.php page-
   featured.php page.php readme.txt rtl.css search.php searchform.php sidebar.php
   single.php sytle.css
 * And here’s what’s in the page.php file:
 *     ```
       <?php
        /* Mystique/digitalnature */
        get_header();
       ?>
   
         <!-- main content: primary + sidebar(s) -->
         <div id="main">
          <div id="main-inside" class="clear-block">
           <!-- primary content -->
           <div id="primary-content">
            <div class="blocks">
              <?php do_action('mystique_before_primary'); ?>
              <?php
   
               if (have_posts()):
                while (have_posts()):
                 the_post();
                 mystique_page();
                endwhile;
               endif;
   
               comments_template();
              ?>
              <?php do_action('mystique_after_primary'); ?>
            </div>
           </div>
           <!-- /primary content -->
   
           <?php get_sidebar(); ?>
   
          </div>
         </div>
         <!-- /main content -->
   
       <?php get_footer(); ?>
       ```
   
 * Thanks for your help!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 Noobie Q's: Removing page titles & photo post thumbnails](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/#post-1619760)
 * Not sure exactly what you mean by page.php as a template. I have a static home
   page, and then the ‘photo’ and ‘music’ links are categories. See for yourself
   at [http://www.immaxf.com](http://www.immaxf.com). Hope that helps.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [2 Noobie Q's: Removing page titles & photo post thumbnails](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/)
 *  Thread Starter [maxf](https://wordpress.org/support/users/maxf/)
 * (@maxf)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/2-noobie-qs-removing-page-titles-photo-post-thumbnails/#post-1619631)
 * In true noobie form, I don’t know which page I should be editing. Mind enlightening
   me? Thanks for your help!

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