Robert Main

Results 74 comments of Robert Main

That's insane. I can't create wp accounts for every preacher ever. That's partly why I wanted this plugin. I would say it's outside the scope of this plugin to handle...

I would say that the issues with creating user accounts for every preacher doesn't really make sense. At some point I think we should spin preachers off into a separate...

@scottdwest, not sure how that would really change the behavior on the front end, since authors and preachers are stored in different places. In other words, the authors box in...

Right, but you don't "create" the wordpress functions - you just stub the function out for that particular scenario. Also, what you're proposing isn't a unit test, but a system...

Right, but you don't have to actually create a sermon post. You just want to test that your code calls the correct WP functions with the correct arguments. If those...

Yeah :) Forgot to also say that tests like you describe do have merit. But they aren't unit tests. They're system tests. [Kevlin Henney has some really good talks on...

This is actually pretty good, because it looks like the entire Add/Edit interface is actually implemented so that it saved stuff as metadata. If we removed CMB, we could revert...

>If you have time, you are free and most welcome to start working on it I'm tempted > but beware, it won't be a small job. I'm not so sure......

>`post_content` and `post_excerpt` are the same at the moment Wait, what? >Also, sermon content is not yet saved into `post_content` (but that can be easily fixed), it's just in `sermon_description`...

I've actually rolled it back for the time being until I can figure out what's going on(I took a DB backup _just before_ I migrated everything 😄 )..