![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store 38656
http://www.makeupminx.net/store Hi, My store is integrated into my existing website. I use SEO for WP by Yoast. I refer to the page for the new store that datafeedr automatically sets up in my website admin area. When setting up the SEO for that page using the Yoast plugin, for best SEO, it requires a title which I called store. Unfortunately, this appears on all the stores pages at the top, similar to the title on a post. I followed the tutorial in datafeedr on removing the title (Store) and it resulted in the page named Store being removed from the site's menu bar. So, I replaced the store page's title again and it returned to the menu bar. Is there a way to remove this title without losing the store page from the menu? Thanks, Shannon |
#2
|
||||
|
||||
![]() Hi
If you want to modify your menu links, you need to use the built-in WordPress menu system here: WordPress Admin Area > Appearance > Menus. That's where you can customize your menu in a drag and drop fashion without knowing any programming (as long as your theme supports WP menus). Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Hi Eric
I don't know if I made my point very clear. I am familiar with setting up the menus in WP. It's the page title called 'Store' where the store is linked to that I refer to. When is the wp admin area, if I remove the title of the page, the page completely disappears from the menu itself. I didn't expect this. What I expected was for the page title to no loner appear on the store pages. I hope I have explained this properly; sorry if it's not too clear. I'll have another look and try to figure it out. ![]() |
#4
|
||||
|
||||
![]()
__________________
![]() ![]() ![]() ![]() |
#5
|
|||
|
|||
![]() Ok Thanks Eric; I am using a Genesis Theme, so we'll see how it goes.
|
#6
|
|||
|
|||
![]() Quote:
Code:
/** Remove Datafeedr Page Titles */ add_action('get_header', 'child_remove_page_titles'); function child_remove_page_titles() { if ( is_dfr() ) { remove_action('genesis_post_title', 'genesis_do_post_title'); } } Last edited by stefan : July 21st, 2012 at 04:25 AM. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Removing the page title "Store" from your store pages | Eric | Tips, Tricks & Tutorials | 59 | January 12th, 2015 06:28 AM |
Removing Store Title from top of category & product pages | jackrock | Questions | 2 | November 10th, 2011 07:10 PM |
Removing store front page | charlesk | Questions | 1 | July 21st, 2011 06:24 PM |
Removing Store Title | dele001 | Questions | 5 | May 5th, 2011 07:18 AM |