Edit: After reading dozens of sitemap threads, I see a reference to “changefreq”. Does this have to do with how often The SEO Framework will expect pages to change, with regard to how often it will update with changes in my site?
]]>Screenshot is here, https://ppt.cc/tDGri
Thanks.
]]>I was not able to make the correct changes to this code:
function frosty_featured_image_column_init_func() {
add_filter( 'featured_image_column_post_types', 'frosty_featured_image_column_remove_post_types', 11 ); // Remove
}
add_action( 'featured_image_column_init', 'frosty_featured_image_column_init_func' );
function frosty_featured_image_column_remove_post_types( $post_types ) {
foreach( $post_types as $key => $post_type ) {
if ( 'post-type' === $post_type ) // Post type you'd like removed. Ex: 'post' or 'page'
unset( $post_types[$key] );
}
return $post_types;
}
https://www.ads-software.com/plugins/featured-image-column/
]]>I ran a report from MOZ.com to review how my site was doing.
The report still says I have 404 errors on the pages I am redirecting.
I wonder if it takes a while for Google or other crawl tools to figure out the redirects and not get the 404 errors?
example
the report says this page generates a 404
https://djalbanypulse.com/services/bar-mitzvah-dj-saratoga
but i know it sucesfully redirects to
https://djalbanypulse.com/services/bar-mitzvah-dj/
It seems like there is not a way to remove pages that you are no longer using in wordpress from the server. Is there? This would solve many issues.
Thanks for your help.
David
https://www.ads-software.com/plugins/redirection/
]]>What do I write in which files to make that happen?
All help appriciated!
]]>I’m unable to delete a custom menu.
I’m unable to remove a page from a custom menu (though I can move it around in the hierarchy add new pages, add a new custom menu, etc.)
And also -I don;t know if this is related – I cannot permanently delete a page after it is trashed.
In the first two cases, the screen just goes blank when running nav-menus.php, and nothing further happens. Reloading the menus page (going back a page or two in the browser) shows that the changes I tried to make haven’t stuck.
I’ve reinstalled WP 3.5.1, disabled all the plugs, but it still doesn’t work. I’d be grateful for any suggestions!
]]>Thanks.
]]>Is there a way that I can alter a plugin so that it only appears to Admin level?
Thanks
Jonathan