mctrials23
Forum Replies Created
-
Hi, thanks for the reply. I have worked out what the issue was. The issue was that the meta title and description were not being added to the
wp_yoast_indexabletable for the authors of our custom post type. We had moved all of our posts from the defaultpoststype to a custom one which meant some checks for author metadata were failing. The solution seems to have been to add that custom post type via a filter towpseo_author_archive_post_types.OK, I have tracked down the issue to the fact that we are not using posts anymore in favour of a custom post type which is breaking the author archives when it checks to see if an author has any published posts before saving to the
wp_yoast_indexabletable.Is there a way around this? What would be the best solution to restore this functionality for our custom post type.
Forum: Plugins
In reply to: [Plugin: Profile Pic] Profile-pic plugins error message please help!!!!!!Scrap that, I was being a numpty. Just needed to check if the foreach had any elements to loop over.
Forum: Plugins
In reply to: [Plugin: Profile Pic] Profile-pic plugins error message please help!!!!!!I would love to know the answer to this too. Im using wordpress 3 and getting exactly the same error. Will post if I figure out the problem.
Forum: Fixing WordPress
In reply to: Problem with comment pre approvalFalse alarm, found out that when I was messing about with posts I posted the problem post with the comment account making that the ‘admin’ for that post thus negating the pre-approbval.