Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)
  • Forum: Installing WordPress
    In reply to: Fatal error?
    Thread Starter MF22904

    (@mf22904)

    For me to change a different theme or to disable the plugin , its the same thing! With the fatal error message. It doesn’t even allow me to have the option to switch to an different theme.

    Thread Starter MF22904

    (@mf22904)

    Kool I will give it a try

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    http://foodnationny.com/category/breakfast/
    or any one of those tabs
    thank you

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <?php get_header(); ?>
    
    <?php include('pagemenu.php') ?>
    
    <!-- start: content -->
    <div id="content">
    
              <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
    
                       <div class="post" id="post-<?php the_ID(); ?>">
    
                                <h2><a>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2><?php the_time('l, F jS, Y'); ?>
    
                                <div class="entry">
    
                                         <?php the_content(); ?>
    
                                         <p class="postmetadata">
    <?php _e('Filed under:'); ?> <?php the_category(', ') ?> <?php _e('by'); ?> <?php  the_author(); ?>
    
    <!-- start: tag codes added -->
    
    <?php if (get_the_tags()) the_tags('Tags: « ',' - ',' » '); ?> 
    
    <!-- end: tag codes added -->
    
    <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> <?php edit_post_link('Edit', ' | ', ''); ?>
    				</p>                                       
    
                                </div>
    
                       </div>
    
              <?php endwhile; ?>
    
                       <div class="navigation">
    
                                 <!-- commented out code to use default next and previous page -->
    
                                 <?php posts_nav_link(/* 'in between ','before',' after' */); ?>
    
                       </div>
    
              <?php else : ?>
    
                       <div class="post" id="post-<?php the_ID(); ?>">  
    
                                <h2><?php _e('Not Found'); ?></h2>
    
                       </div> 
    
              <?php endif;?>
    
    </div>
    <!-- end: content -->
    
    </div>
    <!-- end: container -->
    
    <?php get_sidebar(); ?>
    
    <?php get_footer(); ?>

    this is from my index.php.
    sorry about that!!!

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    cant figure it out huh?

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    I forget where, Its prolly outdated! huh?

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    <?php if(have_posts()) : ?><?php while(have_posts()) : the_post(); ?>
    
                       <div class="post" id="post-<?php the_ID(); ?>">
    
                                <h2><a>" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2><?php the_time('l, F jS, Y'); ?> 
    
                                <div class="entry">
    
                                         <?php the_content(); ?>
    
                                         <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?>
    
                                         <?php edit_post_link('edit', '<p>', '</p>'); ?>

    take a look!

    [Moderator Note: Please post code or markup snippets between backticks or use the code button. As it stands, your code may now have been permanently damaged/corrupted by the forum’s parser.]

    Forum: Fixing WordPress
    In reply to: READ MORE TAG!
    Thread Starter MF22904

    (@mf22904)

    http://foodnationny.com/category/bars/

    Or any one of the tabs in the category drop down. For some reason its is showing […] Orginally i wanted the “read more tag” and thats not even showing up. THanks!

    Thread Starter MF22904

    (@mf22904)

    LOL how do you start with number 1?

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