mjblake
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: change link in a post titleAh! Webjunk! You’re a genius! I never would have figured that out from the ‘help’ pages that some of the members point us to.
Thanks so much!
Forum: Fixing WordPress
In reply to: change link in a post titleok. so if I want the post title to point at my home page, what should I change?
And thanks so much for all your help. I really appreciate it.
Forum: Fixing WordPress
In reply to: change link in a post titlepastebin – mjblake – post number 1958992
is that enough?
Forum: Fixing WordPress
In reply to: change link in a post titleoh. never heard of the pastebin. I thought you meant to post here. sorry.
posted in the paste bin and fixed the h4, h1 problem.
Forum: Fixing WordPress
In reply to: Strange URL on postsDoh! Never mind. I think when I was resetting the permalinks, I saw the error.
Thanks so much!
Forum: Fixing WordPress
In reply to: Strange URL on postswhat does delete/rename the htaccess file mean? I could delete it… but then renaming it? I don’t get it.
Forum: Fixing WordPress
In reply to: change link in a post titleyes, but I didn’t see what you were talking about in it.
Forum: Fixing WordPress
In reply to: change link in a post titleIs this what you’re talking about Webjunk?
<?php get_header(); ?>
<div id=”content” class=”col-full”>
<div id=”main” class=”col-left”>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php include(‘post.php’); ?>
<?php comments_template(); ?>
<?php endwhile; ?>
<?php else : ?>
<div class=”post-title”>
<h4><?php _e(‘Sorry, no posts matched your criteria.’, ‘cp’); ?></h1>
</div>
<?php endif; ?>
</div><!– #END main –>
<?php get_sidebar(); ?>
</div><!– #END content –>
<?php get_footer(); ?>
Forum: Fixing WordPress
In reply to: change link in a post titleHmm. The answer may be in there, but there is too much information and I am to ignorant of PHP to understand what the heck I’m reading.
Anyone else out there who can just tell me how to have my page title point to my homepage instead of pointing to itself?
The wordpress ‘help’ pages are less-than-helpful to folks that are not natural programmers.
Forum: Fixing WordPress
In reply to: change link in a post titleI tried that and it didn’t work. I think I’m trying to do the same thing as windandsea. But I want my page title to link to my home page. WordPress won’t let me leave the permalink blank (meaning that I’m just leaving the homepage part and leaving the edit part blank).
Is there another way to accomplish this?
Forum: Fixing WordPress
In reply to: hide sub page titlesYeah, none of the things on that page worked.
Still wondering if anyone can help…
Forum: Fixing WordPress
In reply to: Pages not working…Well, that’s better! Thanks guys!
Forum: Fixing WordPress
In reply to: removing articles from listLenK, are you out there? Help!
Forum: Fixing WordPress
In reply to: removing articles from listSorry, LenK. I’m not getting it. I tried to do just like your image. I changed the name of the permalink, clicked ok, clicked update… and got the same error message.
Maybe you can explain it in a different way?
Forum: Fixing WordPress
In reply to: remove Entries RSS | Comments RSSwow, LenK. They say only God is all-seeing, all-present, all-knowing…but every time I ask a question, its you that answers. I’m starting to wonder…:)
P.S. Thanks again for another solution!