Using native wp functions to build pseudo social network
-
[Moderator note: Topic title de-capped. Please do not shout at us.]
I’m trying to use the native WordPress functions with as few plugins as possible to create a “pseudo” social network style environment. I say pseudo because I’m not necessarily looking for a serious interconnectivity (yet). My thought is to use the current post formats along with gravityforms (that part is unimportant) to allow users to add (for example) “images” and the form would create a post using the “image” format native to WordPress.
Again these are just background…I believe I can pull this off.
Where I’m getting into some trouble is, I’m trying to find the most efficient method of creating a page template that will call up the specific posts by format (and here’s the kicker) by the current logged in user.
EXAMPLE OF USAGE
joeblow is logged in and he sees the “my images” tab (everyone sees this tab who is a logged in user) when joeblow goes there it will show him ONLY his image posts. This would be the same for things like a gallery page etc.
Any ideas how I might make this happen.
I’m a novice at coding but I’m not afraid to get my hands dirty so any help would be greatly appreciated.
BEFORE IT COMES UP:
Why am I not using buddypress or wp-symposium or any other plugin solution?
Short answer: overhead.
I feel like the ability exists within wordpress to pull these things off without stacking up a ton of plugins. I’ve already looked into it and to build the kind of site I want would require buddypress plus about 20 other plugins and then I realized the functionality is already here, it’s just a matter of calling it up so I get the stuff I want and nothing more.
- The topic ‘Using native wp functions to build pseudo social network’ is closed to new replies.