Tag: snippets

  • How To Extend A WordPress Plugin Without Losing Your Changes

    How To Extend A WordPress Plugin Without Losing Your Changes

    While there is not an official way to create child plugins, the topic has been discussed in the WordPress community over the past few years. I caught up with Ian Dunn who submitted the idea three years ago to see if it still has merit. From an architectural standpoint, creating a child plugin isn’t really…

  • WordPress Snippets Til Christmas Submissions Opened For 2013

    For the second year in a row, WordPress advent calendar will be hosting their WordPress Snippets til Christmas campaign. Started in 2012, the WordPress Snippets til Christmas features a number of useful WordPress code snippets from members of the community. Submissions for 2013 are now open and don’t have to specifically deal with the Advent…

  • All Sorts Of Code Snippet Resources

    Yesterday on Twitter, I was informed of a new WordPress code snippets library that sprang up called WPFunction.me. The site has an easy to use interface for grabbing code snippets. While at first, it seems as though you need to perform a lot of scrolling to select code snippets and get the code, you can…

  • WP-Snippets Launches Newly Designed Site

    WP-Snippets has gone through a few changes as of late. Among them is a responsive design, a button to mark snippets as favorites, better ways of filtering snippets, and a few other enhancements. WP-Snippets is one of those really cool ideas that I talked about during the early days of WordPress Weekly and I’m stoked…

  • New Years Resolutions Related To WordPress

    Dave Clements has a couple of New Years Resolutions related to WordPress that I think other people could benefit from such as commenting code and using a functionality plugin instead of stuffing the Functions.php file full of code. My resolution isn’t so much with WordPress itself, but it’s to attend at least three WordCamps in…

  • Limiting The Amount Of Text In Comments

    Eric Teubert over at WPEngineer has shared some Javascipt code that can be used to limit the amount of text that users can place within the comments field or any text field for that matter. Could be used to combat those comment spammers that like to post a bazillion words but the negative side is…