• I am not using the site as a blog.. so I would like to remove the posted by things gone. I did highlight them.. then hit remove and they were gone…only to return when I re-entered the page.. I am new to this.. your help would be appreciated.. thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Unless you provide a link to a page demonstrating the problem, no one will be able to offer much in the way of specific help.

    link to your site?

    theme?

    general: edit the template files where you want to remove the posted notes (probably index.php for the front page posts; single.php for the single post view; archive.php, category.php, etc in other cases)

    and look for the line with ‘posted by’ – end delete the corresponding code.

    I did highlight them.. then hit remove and they were gone

    where?
    did you press ‘save’ or so?

    Thread Starter avideoguy

    (@avideoguy)

    https://sneekpeekhomes.com I do want the post to stay.. I just want the “posted by” stuff gone.. also as you look at the page.. how can I get the text centered…

    Edit loop.php and remove:

    <div class="entry-meta">
    <?php twentyten_posted_on(); ?>
    </div><!-- .entry-meta -->
    Thread Starter avideoguy

    (@avideoguy)

    I am afraid you need to be more basic with your instructions.. Edit loop.php and remove are not in my vocabulary.. and the <div class=”entry-meta etc..etc are the same thing to me. MEGO.. I am an older guy..maybe that’s my problem.. Please be patient with me.. thanks

    Navigate to Appearance/Edit, load the loop.php file and carefully remove the code block I referenced above. You will need to remove 3 such blocks. Then save the file.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘don't want "posted by" notes to show’ is closed to new replies.