Plugin to Link Posts by Title [closed]
SEO Smart Links does an amazing job for this. It provided exactly what I wanted. Originally, I used RB Internal Links. It only works through the visual editor, though.
SEO Smart Links does an amazing job for this. It provided exactly what I wanted. Originally, I used RB Internal Links. It only works through the visual editor, though.
I would say for a small store stick with the basics, PHP 5.2.4+ and MySQL 5+ some individual plugins may require higher versions of PHP or MySQL. I don’t think you would necessarily need a VPS depending on traffic. My general rule start small, if you grow, great, most host (and all good host) make … Read more
I would either create a custom post type, or a category (depends how you wanna organize it…custom post type would be my goto) to store the videos. With that in place, you can setup a form in your frontend, making it only visible to registered users, where they can do their video uploading (this functionality … Read more
Try out http://www.cozmoslabs.com/wordpress-profile-builder/ . It has front-end user registration with avatars uploads and user listing. The one thing that it doesn’t have is approve user before activating them on the site, but you can delete and edit users from the backend in the users section.
The absolute best plug in for this is WordPress Multi Lingual (WPML). I have used this on multiple sites, it works like a charm!.. and it provides excellent documentation for custom theme builders 🙂 Are you using a free theme? a paid premium theme? or are you building you own theme? If you are building … Read more
I ended up using Really Simple Slideshow and manually integrating it into WordPress. Here is a link if this helps anyone: http://reallysimpleworks.com/slideshow/
Did you, by any chance, look up “wordpress membership plugin” on Google? The first link is for the Membership plugin on WordPress.org. You only need 2 levels of membership (members and premium), as regular users will be non-members by default. I suggest you do a Google search for “wordpress custom user registration” as well, because … Read more
There is a plugin that (in my opinion) will do just the job for you. It is the “Peter’s Collaboration E-mails”. You can find it in the WordPress plugins repository. From the plugin’s description: “You can create groups of Contributor users and assign different moderators for each group. In other words, different users can be … Read more
Buddypress will probably help you too. I guess you’ll want your community members to interact? Also just search the wordpress.org plugins repository, for “membership” or “members” plugins to compare with. The plugin “s2member”, for example, is very popular.
I would still use the WordPress uploader, but you’ll need to modify it to make it work. So say you want gpx files (assuming this is what you mean). When you upload something, WordPress looks at it’s file extension and based on a set of allowable mime types lets the upload go through or blocks … Read more