traineradd
Forum Replies Created
-
Any answer on this?
This is was not resolved, please can you reply with an answer.
Sorry for the late reply, I never got the email notification.
By scheduled pages, I simply meant, when you schedule a page to post, does this plugin also work for pages that have been scheduled but fail to publish?
UPDATE: I fixed the issue, this code worked:
add_filter(‘bwp_gxs_freq’, ‘my_freq’);
function my_freq($freq, $item)
{
return ‘weekly’;
}I added it to my themes function.php file
Thanks for getting back to me. So just be 100% clear, what is the exact code I need to add to change my post frequency from yearly to weekly and, were exactly need I need to add it (in which file)?
UPDATE: I checked through some old support posts and found an issue similar to mine. You instructed to add:
add_filter(‘bwp_gxs_freq’, ‘my_freq’);
function my_freq($freq, $item)
{
// ‘weekly’
}To the theme functions.php file which I did: https://gyazo.com/575023881a56fb4ee0a9c929047b8137
Now in the post sitemap the frequency is not showing at all? What does this mean? Is this bad? Does this solve my yearly issue because priority is set to 1.0? Did I do something wrong with the code? https://gyazo.com/6476546ab884ceca8b6a942eef9d4dd0
try going to settings then save perma links
+1 for this feature!!
Could it be something to do with yoast seo? the htaccess file is created through there for my sites so does the plugin rewrite the htaccess file if it is created with yoast?
Also should the plugin copy over all of the theme settings inc things like deleted and added widgets etc?
Does the plugin rewrite the htaccess file?
What if there was no file to rewrite, could that cause an issue?
Any files we should look in for the mention of the redirecting domain? I looked in config.php and htaccess
I’m having exactly the same problem, I’ve tried everything, it’s driving me mad. All the steps completed but I cannot save permalinks as it redirects me to the old sites wp-admin
When I try to login to my new sites wp-admin it still redirects me. I can’t find the old sites url anywhere. I tried all the suggested steps and even created a htacess file but that did not work. Please help.