WordPress redirect from "post" to "page"?
October 23, 2012 10:09 AM Subscribe
WordPressFilter: My WordPress blog uses Atahualpa. I have "posts" which I would like to appear in the menu bar where "pages" appear. Is there a "right way" to do this?
My current solution is a plugin that, for a separate "page" entry in the menu bar, does a "301 Permanent" redirect to the permalink of the "post". So from a user-clicking-through standpoint it seems that I have a working solution.
Is that solution sub-optimal, from either a design/organization standpoint (seems it is), or from a confuse-the-search-engines standpoint? And, if so, what's the better/correct way to achieve the same result?
My current solution is a plugin that, for a separate "page" entry in the menu bar, does a "301 Permanent" redirect to the permalink of the "post". So from a user-clicking-through standpoint it seems that I have a working solution.
Is that solution sub-optimal, from either a design/organization standpoint (seems it is), or from a confuse-the-search-engines standpoint? And, if so, what's the better/correct way to achieve the same result?
artlung has it right. You can utilize WordPress' visual menuing system to achieve what you want. Atahualpa does indeed support custom menus.
You'll need to visit Appearance > Menus in your wp-admin.
First, go to Screen Options (a tab at the top of the page) and make sure the "Posts" section is enabled. Then, choose the post you want to add to the menu, click 'Add to Menu' and then save. You'll also need to add your existing pages in manually to keep your navigation the same.
posted by maniactown at 2:36 PM on October 23, 2012
You'll need to visit Appearance > Menus in your wp-admin.
First, go to Screen Options (a tab at the top of the page) and make sure the "Posts" section is enabled. Then, choose the post you want to add to the menu, click 'Add to Menu' and then save. You'll also need to add your existing pages in manually to keep your navigation the same.
posted by maniactown at 2:36 PM on October 23, 2012
« Older Windows 7 text setting gone suddenly tiny | Frequent flyer miles . . . you need lots of money... Newer »
This thread is closed to new comments.
posted by artlung at 11:35 AM on October 23, 2012 [1 favorite]