• Home
  • About
  • Performance Review Book
Grab the RSS feed

Jerm

Jerm
  • Home
  • Business
    • Entrepreneurship
    • Management
    • Performance Reviews
    • Small Business
  • Featured
  • Internet Business
    • SEO
    • Social Media
    • Website Ideas
  • Personal
  • Technology
    • Certification
    • WordPress
  • That Network

Posts Tagged with "wordpress"

  • WordPress

    Posted on October 25th, 2010

    Written by Jeremy

    Tags

    facebook, filter, functions, gallery, like, php, wordpress

    Add Facebook Like Button to Every Image in WordPress Gallery

    I wanted a solution to add a Facebook Like Button to every image in a WordPress Photo Gallery for a voting contest and I used the gallery shortcode function in WordPress to accomplish it. Do you know of a better way to do this? The result is a Facebook Like button beneath each caption on [...]

  • WordPress

    Posted on September 28th, 2010

    Written by Jeremy

    Tags

    buddypress, php, snippets, source code, wordpress, wpconfig

    Define Custom Settings for BuddyPress

    BuddyPress has several custom settings you can define in the wp-config.php which will allow you to configure BuddyPress in a unique way. Here are some settings you can make in wp-config.php to alter how BuddyPress behaves: [php]// Custom Settings You Can Place in wp-config.php for BuddyPress // Define the blog numbers BuddyPress should run on [...]

  • WordPress

    Posted on September 28th, 2010

    Written by Jeremy

    Tags

    categories, category, code, custom post type, custom taxonomy, functions.php, php, snippet, source code, taxonomies, wordpress

    Custom Post Type – in a Category?

    Custom post types do not use the standard categories or tags as normal posts, but the capability is there to create a custom taxonomy – a custom set of categories for a custom post type. However, the built-in WordPress function in_category() does not work with custom taxonomies. So, to figure out if a custom post [...]

  • WordPress

    Posted on September 28th, 2010

    Written by Jeremy

    Tags

    code, functions.php, php, snippet, source code, wordpress

    Removed Protected from Page Title – WordPress Password Protected Pages

    We are working with creating protected page reports for clients with a simple password protection, using the standard WordPress Password Protected functionality. Unfortunately, it adds “protected” to the page heading. This simple code, added to functions.php, removes “protected” from protected posts and pages sitewide: [php]/* Remove Protected from Title on Protected Pages */ add_filter(‘protected_title_format’, ‘blank’); [...]

  • WordPress

    Posted on September 28th, 2010

    Written by Jeremy

    Tags

    apache, configuration, file ownership, ftp, php, snippet, source, source code, wordpress, wpconfig

    WordPress Direct File Access on Secure Linux Installations

    I had a problem with the security on my Linux server set so nobody owned the Apache process but I owned the files on the server. I know there are many ways to fix this problem so you’re not required to enter FTP authentication info each time (including placing FTP authentication info in the wp-config), [...]

  • WordPress

    Posted on September 28th, 2010

    Written by Jeremy

    Tags

    code, jquery, php, plugin, snippet, source code, timeago, wordpress

    Twitter/Facebook Style “Time Ago” Dates in WordPress

    I was recently working on a project where the client wanted “time ago” date stamps, such as Posted 23 minutes ago or Posted 1 week ago. For that project, we used the very nice jQuery Timeago script which automatically formats any date/time in a properly formatted tag to a timeago, kind of like this: [html]<abbr [...]

    Keep Updated

    * = required field

    Tag Cloud

    • annual review bonuses business Certification coaching code creative romance customer experience customer service employees entrepreneurs functions.php internet jiffy lube links Management manager managers marketing MBA oil change performance improvement performance review php phrases planning problems productivity promotion responsibility reward romance romancetips seo Small Business snippet social media source code startup strategy teams That Network valentine's wordpress wpconfig

    Popular Content

    • Annual Performance Reviews Sample Comments: Phrases for How to Say It
      Posted on March 12th, 2008

    • Annual Performance Reviews: How to Get the Most Out of Your Employees
      Posted on February 25th, 2008

    • 3 Quick Steps to an Empty Email Inbox
      Posted on November 18th, 2009

    • Internet Business Startup Curriculum
      Posted on February 25th, 2011

    • Best Customer Service Experience – At a Jiffy Lube?
      Posted on July 6th, 2009

    • Site Spotlight: Romancetips.com – Romantic Tips and Advice
      Posted on February 1st, 2008

    • Being Grateful Even When There are Problems
      Posted on February 8th, 2008

    • Certified MBA: Should Grads Get Certified?
      Posted on July 3rd, 2009

Copyright © 2013 Jerm

Powered by That Network