Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

How can i remove the permalink that appears when you publish a post becuase i am listing profiles on a page and it does not have a single.php

"Permalink: http://theurl/blalbal"

thanks

share|improve this question
Link is broken for me. In general, please make this more detailed. It's quite hard to understand what's going on. – mrwweb May 3 '12 at 0:19

closed as not a real question by toscho Jul 5 '12 at 21:31

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.

3 Answers

Do you currently using any of the theme?

if so usually there will be an option for you to disable the permalink from the post in the homepage

share|improve this answer

This isn't best practice but if you're looking for a quick, easy solution... You could use 301 re-directs on the post back to the parent using something like http://wordpress.org/extend/plugins/quick-pagepost-redirect-plugin/

share|improve this answer

"Remove the permalink that appears" where? In the admin? On your post listings page?

If we assume you're talking about the frontend page that you're listing the profiles on, you'll need to edit the theme's template file for that page, find the place where this permalink is generated, and delete it.

It's tough to get more specific unless you provide more details in your question.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.