I have gotten my blog up and running but I would like to remove the Meta links from the blog. For now, I am using the default template. Remember, I'm a moron :)\Thanx
DD
I have gotten my blog up and running but I would like to remove the Meta links from the blog. For now, I am using the default template. Remember, I'm a moron :)\Thanx
DD
Look in the template for <li id="meta"> and </li> and either comment it out or remove it entirely.
Edit index.php
look down toward the bottom and you'll see this:
<li id="meta"><?php _e('Meta:'); ?>
Remove that, and everything down to, and including
</ul>
</li>
Thanx. As I said I'm a moron...well I'm not really a moron but I'm pretty green and just feeling my way here. Is it safe to assume that "index.php" and "the template" are one and the same?
Thanx Again
DD
Yup.
There's only one file with that stuff in it with wp1.2/1.2.1/1.2.2
That worked fine...thanx again. Now I need to experiment with some other templates. Who knows, if I hang around here long enough I might even learn how to do this stuff!
Thanx
DD
Don't mean to but in, but...
I wanted to remove the meta links as well, due to the fact it's keeping me from having Valid XHTML.
But those lines are not in my index. :\
"But those lines are not in my index."
If you're using the 1.5 beta, you'll find them either in the index.php or sidebar.php for the theme you're using.
Okay.
Now I disabled my Permalinks for the main page
(1.5-beta-1 2005-01-25)..
dummy me, I cannot remember how to get them back.
Any help?
And, curiously enough, when I post a picture, it shows up on the main page, but not on the archived page.
Huh?
Father Luke
Nobody knows how to start a thread on a new topic? ;)
Permalinks:
http://codex.wordpress.org/Template_Tags#Permalink_tags
Pictures on archive page:
http://wordpress.org/support/topic.php?id=21767#post-123929
Kafkaesqui goes like this, watch:
"Nobody knows how to start a thread on a new topic? ;)"
See here -----> http://wordpress.org/support/topic.php?id=19497
(Thank you sooooo much for the help. too.)
I love you.
Father Luke
"If you're using the 1.5 beta, you'll find them either in the index.php or sidebar.php for the theme you're using."
I do not have a sidebar.php file and these lines still dont exist on my index.
try footer.php ?
Nope.
Give in..what theme are you using ? :)
I guess I'm just using the default? I just re-did the entire template (which I do believe I left at the original) according to a tutorial I found.
I've checked 2 urls that you have linked here, but I see no meta stuff ...... where is it ?
I'm not quite sure. But when I view my source or try and validate, I'm getting errors.
"...
Line 115, column 43: document type does not allow element "meta" here
<meta name='DC.title' content="my weblog" />
..."
I meant where is your blog with the meta displayed :)
The error above is probably due to the <head part of your page being incorrectly structured.
Oh, haha. http://escapetheday.org/wp/ would be the url.
Yeah, meta tags belong in the head as I know. The problem here is that MY header.php starts AND ends <head> and begins the <body>. So when that's included in my wp, the meta tags are ending up in the body. Which would be why I'd like to remove them. Though I don't see why they're even there.
Either put them into your header or delete them.
A site built like yours is also very hard for us to troubleshoot. Instead of one file where we can follow code, you have 3 or more, each of which needs to knit together correctly for WP to work properly, and mistakes could be in any.
If you need faults finding, then the best thing to do is create - on your machine - a huge text file that has each file fully listed in it in the correct order, and then post that whole file to the link below.
The other thing to do is very carefully compare original WP files with yours - as the mistake (as I said in another thread) is due to you having moved/deleted a vital piece of WP code.
guys, I neither found
<li id="meta">
nore
<li id="meta"><?php _e('Meta:'); ?>
in my active theme (default). I searched in Index.php
anything it has related to "meta" word is:
<p class="postmetadata">
my sidebar.php file has:
and that's it. all I want is to delete the Meta links and the name itself "Meta" from my webpage as I find it unnecessary.
please comment/help
all I have
I just wanted to say thank you to everyone who posted on this topic. I scratched my head a bit then followed the above instructions and a piece of cake....I even changed the word META to Login....just looks nicer.
Thankyou all again...btw...the files in in the wp_content/themes/default directory and the code is at the bottom of the page.
META and login are 2 different things. :)
Hi Guys....
Kindly tell me the way by which we can give notification to members by automatically sending an e-mail on their email-ids whenever a new post is made.
Root posted:
"META and login are 2 different things. :)"
^^
Yes this may be true, but when you tell the average joe to login to post, they are looking for the Log in and seem afraid to click on anything under the heading of META.
anujtuteja,
you will want to start a new topic asking the same info. Your more likely to get quicker assistance. I wouldn't mind knowing the answer as well.
This topic has been closed to new replies.