m327
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: ‘the_meta’ after ‘the_content’ without line brThank you for those good ideas, Kafkaesqui! Both worked!
I really appreciate your help.Forum: Fixing WordPress
In reply to: ‘the_meta’ after ‘the_content’ without line brI should add that I’ve moved the line…
<?php _e("Filed under:"); ?> <?php the_category() ?> at <?php the_time() ?> <?php edit_post_link(); ?>
…out of thepost
div and into thestorycontent
div immediately following…
<?php the_content();
Forum: Fixing WordPress
In reply to: How to remove Comments function entirely?No, that didn’t work after all. It displays the Trackback info on the front page as well as the permalink. Oh, well. I’m back to the commented-out version of wp-comments.php for now.
Forum: Fixing WordPress
In reply to: How to remove Comments function entirely?Thank you, charle97. That is cleaner!
I do want to keep the string that display the Trackback URI, however. I’ve copied this from wp-comments.php…
<?php if ('open' == $post->ping_status) { ?>
<?php _e("The URI to TrackBack this entry is:"); ?> <?php trackback_url() ?>
<?php } ?>
…and dropped it into index.php immediately after the commented-out line…
<?php include(ABSPATH . 'wp-comments.php'); ?>
It seems to do what I want (fingers crossed). ??
Thanks again for your help.
M.
—
MichaelForum: Fixing WordPress
In reply to: How to remove Comments function entirely?OK, I think I’m making progress. I’ve edited wp-comments.php and commented out the sections that display these references.
On the other hand, I don’t really know what I’m doing. ??
Are there other things I should be considering here besides simply editing out these parts of wp-comments.php?
Thanks again.
M.
—
MichaelForum: Fixing WordPress
In reply to: Blog get spammed!!?! how to stop it?Sometimes a cigar is just a cigar ? Was not that the Marx brothers?
Freud.Forum: Your WordPress
In reply to: Thanks to WP creators and Gemini template author!Thanks, Joni. I’ve had the 327.ca domain for years. I’d like to give you an interesting explanation for that name but, honestly, I just wanted a short email address!
Forum: Installing WordPress
In reply to: Two blogs, one database?Thank you for the help!