chrisaiv


Member since 01/16/2007

Name: Chris Last Name

chrisaiv

Location: Los Angeles

Code

25 snippets

10646 profile views

39 Comment(s) Posted

View their favorites

Profile

Achievement

You have not received any achievements.

chrisaiv's Recent PHP Snippets



« Prev 1 Next »
https://www.chrisjmendez.com/2014/09/19/wordpress-disable-html-in-wordpress-comments/
0 822 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/19/wordpress-replace-a-themes-google-font-with-your-own/
0 775 posted 9 years ago by chrisaiv
enter the full name you want displayed alongside the email address
0 800 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/08/wordpress-clean-up-dashboard-meta-boxes/
0 688 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/13/wordpress-remove-header-junk-from-default-wordpress-install/
0 775 posted 9 years ago by chrisaiv
Disallow HTML in WordPress comments, add this snippet to your functions.php file.
0 748 posted 9 years ago by chrisaiv
You might also consider just installing this Wordpress plug-in. It's way easier https://wordpress.org/plugins/google-typography/
0 728 posted 9 years ago by chrisaiv
Add Login / Logout to your WordPress Menu. You must have UserPro
0 709 posted 9 years ago by chrisaiv
If you make a lot of edits, eventually the revisions will start to bother you or bog down your database. Heres how you can put a cap on the number of recorded revisions.
0 687 posted 9 years ago by chrisaiv
Checks if a particular user has a role.
0 797 posted 9 years ago by chrisaiv
It's probably not a good idea to always use this trick but if you need to, you'll be glad you bookmarked this script.
0 677 posted 9 years ago by chrisaiv
Insert a favicon using functions.php
0 582 posted 9 years ago by chrisaiv
One thing that can go wrong in WordPress magazine themes is when users include too many words before the more tag.
0 625 posted 9 years ago by chrisaiv
Simply paste the following snippet of code into your theme's functions.php file and adjust the CSS on line 4 as needed.
0 826 posted 9 years ago by chrisaiv
See the contents within a directory and print them out.
0 662 posted 14 years ago by chrisaiv
Handy function that allows you get some data on a file
0 629 posted 14 years ago by chrisaiv
Here are a few examples that show how the relationship between objects and references
0 605 posted 14 years ago by chrisaiv
Dates and Time are always important to understand in any language. PHP has some rockin' functions but here are a few that I use the most.
0 676 posted 14 years ago by chrisaiv
0 605 posted 14 years ago by chrisaiv
0 729 posted 14 years ago by chrisaiv
I was asked to add Recaptcha' to an already existing form. I didn't want to interfere with the code so I decided to search for some sort of AJAX solution. Here's my implementation of DarkSideOfTheCarton.com. This form needs to have a form with <fo...
1 1264 posted 14 years ago by chrisaiv
AJAX by default only lets you play within your own Domain.com but there are plenty of times where you want to use someone else's feed. Check out http://snipplr.com/view/12466/jquery-parse-rss-feed/ to understand the rest.
1 644 posted 15 years ago by chrisaiv
Simply create a new index.php and place this code within.
1 605 posted 15 years ago by chrisaiv
« Prev 1 Next »