maxf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to disable post preview in WordPress 3.0.1?Check the “Photos” tab on my website: http://www.immaxf.com
Forum: Themes and Templates
In reply to: 2 Noobie Q's: Removing page titles & photo post thumbnailsAnybody else have some advice?
Forum: Themes and Templates
In reply to: 2 Noobie Q's: Removing page titles & photo post thumbnailsHm still haven’t been able to figure this out :/
Forum: Themes and Templates
In reply to: 2 Noobie Q's: Removing page titles & photo post thumbnails404.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.cssAnd 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
In reply to: 2 Noobie Q's: Removing page titles & photo post thumbnailsNot 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. Hope that helps.
Forum: Themes and Templates
In reply to: 2 Noobie Q's: Removing page titles & photo post thumbnailsIn true noobie form, I don’t know which page I should be editing. Mind enlightening me? Thanks for your help!