Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • I know very little about code, but thanks to you guys I was able to muddle my way through. So my reply is only to help those who are as noobie as I am when reading your solution to the 1and1.com vs WP issue.

    I was working on a wp site with 1and1 as well. Had the exact same symptoms. Turned out that 1and1 is php4 by default. The only .htaccess file I could find however was in the log folder and could not be edited.

    Fortunately I was able to figure out how to create my own .hataccess file by creating a text document with only ” AddType x-mapp-php5 .php “, saved it as a .txt file and then renamed it as .hataccess . Then I did as esmi instructed by placing it in the root WP folder.

    THANKS AGAIN GUYS (& GAL)

    gjbgraphics

    (@gjbgraphics)

    I’m not very good at all the coding. Couldn’t make heads or tales of it.
    I did however find a nice little plug-in that addressed the issue for me rather well.

    “Exclude Pages from Navigation”

    ^Yep, that’s the name of it.

    Thread Starter gjbgraphics

    (@gjbgraphics)

    Crazy hours later — I’ve found the solution. This issue is in the “Japan-Style” Template files by the way.

    In the “archive.php” file remove this code:

    <li><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a> - <?php the_time('F jS, Y') ?></li>

    And replace with this code:

    <div class="post" id="post-<?php the_ID(); ?>">
                                    <h3><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></h3>
    
    				<?php the_content('Read the rest of this entry &raquo;'); ?>
    
    				<div class="post-info">
                                            <?php the_time('F jS,Y') ?>
    					<?php the_category(', '); ?>
    					<?php the_tags('| tags: ', ', ', ''); ?> |
    					<?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?>
    				</div>
    			</div>
    
    			<?php comments_template(); ?>

    Root posted:
    “META and login are 2 different things. :)”

    ^^
    Yes this may be true, but when you tell the average joe to login to post, they are looking for the Log in and seem afraid to click on anything under the heading of META.

    anujtuteja,
    you will want to start a new topic asking the same info. Your more likely to get quicker assistance. I wouldn’t mind knowing the answer as well.

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