chrisaiv


Member since 01/16/2007

Name: Chris Last Name

chrisaiv

Location: Los Angeles

Code

25 snippets

10474 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 812 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/19/wordpress-replace-a-themes-google-font-with-your-own/
0 770 posted 9 years ago by chrisaiv
enter the full name you want displayed alongside the email address
0 794 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/08/wordpress-clean-up-dashboard-meta-boxes/
0 683 posted 9 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/13/wordpress-remove-header-junk-from-default-wordpress-install/
0 769 posted 9 years ago by chrisaiv
Disallow HTML in WordPress comments, add this snippet to your functions.php file.
0 741 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 723 posted 9 years ago by chrisaiv
Add Login / Logout to your WordPress Menu. You must have UserPro
0 703 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 678 posted 9 years ago by chrisaiv
Checks if a particular user has a role.
0 794 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 672 posted 9 years ago by chrisaiv
Insert a favicon using functions.php
0 578 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 620 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 817 posted 9 years ago by chrisaiv
See the contents within a directory and print them out.
0 651 posted 14 years ago by chrisaiv
Handy function that allows you get some data on a file
0 625 posted 14 years ago by chrisaiv
Here are a few examples that show how the relationship between objects and references
0 599 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 671 posted 14 years ago by chrisaiv
0 602 posted 14 years ago by chrisaiv
0 722 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 1257 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 638 posted 15 years ago by chrisaiv
Simply create a new index.php and place this code within.
1 598 posted 15 years ago by chrisaiv
« Prev 1 Next »