Forum Replies Created

Viewing 15 replies - 1 through 15 (of 17 total)
  • Thread Starter h2vm

    (@h2vm)

    thanks

    Forum: Fixing WordPress
    In reply to: Posting Question
    Thread Starter h2vm

    (@h2vm)

    it is a very funky template. I have figured it out.

    thank you

    Forum: Fixing WordPress
    In reply to: Posting Question
    Thread Starter h2vm

    (@h2vm)

    it is actually in Archive.php

    <div class=”content”>
    <?php the_content(__(‘Read more…’, ‘inove’)); ?>
    <div class=”fixed”>
    </div>

    if I remove this code (or comment out) that all side bar gets out of place

    Forum: Fixing WordPress
    In reply to: Posting Question
    Thread Starter h2vm

    (@h2vm)

    Not entirely… I would like to have the name of the post only and remove “Read more”

    Thread Starter h2vm

    (@h2vm)

    Resolved

    P.S. Moderator, I do not have an option to change this to resolved for some reason

    Thread Starter h2vm

    (@h2vm)

    Archive.php it is…

    thank you

    Thread Starter h2vm

    (@h2vm)

    Got it,
    Thanks

    Thread Starter h2vm

    (@h2vm)

    I have done the backup and tried all option all looks good.
    Thanks for advise.
    one little warning message I have that won’t go away

    Your backup folder MIGHT be visible to the public

    To correct this issue, move the .htaccess file from wp-content/plugins/wp-dbmanager to /homepages/0/d288471900/htdocs/wp-content/backup-db

    I did move that file to wp-content/backup-db
    Although it is not .htaccess file but htaccess.txt

    how do i get rid of this message?

    Thread Starter h2vm

    (@h2vm)

    I have installed and configured the wpBackup.
    The option I do not see if I can schedule the backup or do manual backup.. advise? should I use different plug-in than wpBackup?
    Also it backups sql database… how do I restore it? it lets me download the file from the backup but not directly restore the database…

    Thread Starter h2vm

    (@h2vm)

    got it working

    Thread Starter h2vm

    (@h2vm)

    Nazcar, I have picked the different theme which has an option to disbale all that info. i think it is clean now. thank you
    for your help

    Thread Starter h2vm

    (@h2vm)

    never mind… it is categories.php so it is a different file you asked about.

    what is single.php controls?
    it has simular code

    <div class=”meta”> <div class=”alignleft floatleft”> <div class=”date”><? printf( __(‘%1$s at %2$s’, ‘blocks’), get_the_time(__(‘l, F jS, Y’, ‘blocks’)), get_the_time(__(‘H:i’, ‘blocks’)) ); ?></div> <?php if ($options[‘categories’]) : ?> <div class=”post_info”><?php _e(‘Categories: ‘, ‘blocks’); the_category(‘, ‘) ?></div> <?php endif; ?> <?php if ($options[‘tags’]) : ?> <div class=”post_info”><?php _e(‘Tags: ‘, ‘blocks’); the_tags(”, ‘, ‘, ”); ?></div> <?php endif; ?>

    Thread Starter h2vm

    (@h2vm)

    I am not seeing this

    div class=”meta”>

    <div class=”floatleft”>

    in index.php

    category.php is in directory wp-admin… what do i need to do with it?

    i know i had the same file in the old them that i have deleted already….

    Thread Starter h2vm

    (@h2vm)

    Thread Starter h2vm

    (@h2vm)

    I have downloaded the index.php so i have a backup.
    removed suggested. all links are working so far but
    comments, date, all the info still there
    here is my new index.php

    <?php $options = get_option(‘blocks_options’); ?><?php get_header(); ?><?php if ($options[‘notice’]) : ?> <div class=”block”> <div class=” <?php if($options[‘notice_color’] == 1) {echo ‘content’;} else if($options[‘notice_color’] == 3){echo ‘content r’;} else{echo ‘content g’;} ?>”> <div id=”notice_content”><?php echo($options[‘notice_content’]); ?></div> </div> </div><?php endif; ?><?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class=”post”> <h3 class=”title”>” rel=”bookmark”><?php the_title(); ?></h3> <div class=”content”> <?php the_content(__(‘Read more…’, ‘blocks’)); ?> <div class=”fixed”></div> </div> </div> <div class=”alignright floatright”> <div><?php comments_popup_link(__(‘No comments’, ‘blocks’), __(‘1 comment’, ‘blocks’), __(‘% comments’, ‘blocks’)); ?></div> <div><?php edit_post_link(__(‘Edit’, ‘blocks’), ”, ”); ?></div> </div> <div class=”fixed”></div> </div> </div><?php endwhile; ?> <div id=”pagenavi” class=”block”> <?php if(function_exists(‘wp_pagenavi’)) : ?> <?php wp_pagenavi() ?> <?php else : ?> <div class=”content g”> <span class=”newer”><?php previous_posts_link(__(‘« Newer Entries’, ‘blocks’)); ?></span> <span class=”older”><?php next_posts_link(__(‘Older Entries »’, ‘blocks’)); ?></span> <div class=”fixed”></div> </div> <?php endif; ?> </div><?php else: ?> <div class=”block”> <div class=”content small r”> <?php _e(‘Sorry, no posts matched your criteria.’, ‘blocks’); ?> </div> </div><?php endif; ?><?php get_footer(); ?>

Viewing 15 replies - 1 through 15 (of 17 total)