A good way to maintain a resume on WordPress?
Maybe not exactly/fully, but I remember that the XSLT plugin was used for something like to display / render a resume / cv online: Xslt Processor (WordPress Plugin)
Maybe not exactly/fully, but I remember that the XSLT plugin was used for something like to display / render a resume / cv online: Xslt Processor (WordPress Plugin)
In WordPress Admin Enable the JanRain Engage plugin Go to Settings > Janrain Engage and enter your Engage API Key (which you can find on your Janrain dashboard under API Key). Turn on self-registration. On the Janrain Dashboard Add your WordPress domain under the Your Domains section. Go to Sign-in and select the Choose Providers … Read more
Google Analytics by Yoast has Custom Code setting to add stuff to tracking code. But says that it is added before trackPageview, while site speed instructions show it added after. Might or might not matter, I don’t know. Update Plugin has been updated to support (and default to) site speed tracking.
Here is a list with some of the widgets: http://www.geeksucks.com/showcases/12-awesome-wordpress-slideshow-plugins.htm Then, here is the slideshow list from the official plugin directory: http://wordpress.org/extend/plugins/tags/slideshow
SimplePress currently is the best-featured forum plugin for WordPress.
I’ve solved it by using this tutorial: Creating The sitewide global/unified search Page for your Buddypress Theme (28 Apr 2010; Buddy Dev)
Actually, it’s very easy to attach images to posts and pages from directly within the editor. Just click on the Add an Image button (immediately to the right of Upload/Insert) to access the uploader. You can upload as many images as you want to the media gallery for that page and edit the meta information … Read more
I don’t know about a plugin but you can use this: In author.php you can use this to count posts: <?php global $wp_query; $curauth = $wp_query->get_queried_object(); $post_count = $wpdb->get_var(“SELECT COUNT(*) FROM $wpdb->posts WHERE post_author=”” . $curauth->ID . “” AND post_type=”post” AND post_status=”publish””); ?> <h2>Post Count: <?php echo $post_count; ?></h2> Inside a Loop you can use … Read more
The WP2Cloud plugin now supports Google Cloud Storage (in addition to Amazon S3).
I’ve run into this problem before with both PPT files and PDF documents. The solution, actually, was quite simple … There’s a plug-in called PDF and PPT Viewer that will uses Google Docs to render your presentation inside the page. Each slide/page is rendered as a image using Google’s API rather than Flash or a … Read more