Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter Lordwes

    (@lordwes)

    Hey,

    No it never occured to me to do that. I had only check for signs that it was hacked. I got quite a few errors. only I have no idea how to access them. Been up and down the theme editor trying to find a single one. sigh.

    update fixed the problem. thank u so much for the quick reply and for fixing the problem so soon :)……I hope roppolo got through fine as well, doesn’t seem like he’s following the post.

    Hey,
    Thank you so much for your reply andromeda_media. I do have version 3.4.1 installed. I am using the isoft free template.

    Nothing shows at all, not even the comment box that was there before.

    THIS WHAT what i found on language

    * de_DE.mo to wp-content/languages and set WPLANG to 'de_DE' to enable German
     * language support.
     */
    define('WPLANG', '');

    This is what’s inside of the comments.php

    <?php if ( post_password_required() ) { ?>
            <p><?php _e( 'This post is password protected. Enter the password to view any comments.', 'themater' ); ?></p>
        <?php return; } ?>
    
        <?php if ( have_comments() ) { ?>
            <div id="comments">
    
                <h3 id="comments-title"><?php
            	printf( _n( 'One Response to %2$s', '%1$s Responses to %2$s', get_comments_number(), 'themater' ),
            	number_format_i18n( get_comments_number() ), '<em>' . get_the_title() . '</em>' );
            	?></h3>
    
                <ol class="commentlist">
        		  <?php wp_list_comments(); ?>
                </ol>
    
                <?php if ( get_comment_pages_count() > 1 ) { ?>
        			<div class="navigation clearfix">
        				<div class="alignleft"><?php previous_comments_link( __( '<span class="meta-nav">&larr;</span> Older Comments', 'themater' ) ); ?></div>
        				<div class="alignright"><?php next_comments_link( __( 'Newer Comments <span class="meta-nav">&rarr;</span>', 'themater' ) ); ?></div>
        			</div><!-- .navigation .clearfix -->
                <?php } ?>
    
            </div><!-- #comments -->
        <?php } ?>
    
        <?php comment_form(); ?>

    Hopes this helps. I’m guessing the problem in the language thing…. cause it’s German? IDK how to fix this…

    Same issue here. Nothing is showing up, not sure what i’m going wrong or if it’s being affected by the Sociable plug in. Someone help us ??

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