chrisaiv


Member since 01/16/2007

Name: Chris Last Name

chrisaiv

Location: Los Angeles

Code

25 snippets

36364 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 1944 posted 11 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/19/wordpress-replace-a-themes-google-font-with-your-own/
0 1886 posted 11 years ago by chrisaiv
enter the full name you want displayed alongside the email address
0 1916 posted 11 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/08/wordpress-clean-up-dashboard-meta-boxes/
0 1696 posted 11 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/13/wordpress-remove-header-junk-from-default-wordpress-install/
0 1895 posted 11 years ago by chrisaiv
Disallow HTML in WordPress comments, add this snippet to your functions.php file.
0 1762 posted 11 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 1853 posted 11 years ago by chrisaiv
Add Login / Logout to your WordPress Menu. You must have UserPro
0 1768 posted 11 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 1670 posted 11 years ago by chrisaiv
Checks if a particular user has a role.
0 1932 posted 11 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 1700 posted 11 years ago by chrisaiv
Insert a favicon using functions.php
0 1581 posted 11 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 1637 posted 11 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 1891 posted 11 years ago by chrisaiv
See the contents within a directory and print them out.
0 1695 posted 16 years ago by chrisaiv
Handy function that allows you get some data on a file
0 1607 posted 16 years ago by chrisaiv
Here are a few examples that show how the relationship between objects and references
0 1508 posted 16 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 1585 posted 16 years ago by chrisaiv
0 1517 posted 16 years ago by chrisaiv
0 1615 posted 16 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 2708 posted 17 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 1656 posted 17 years ago by chrisaiv
Simply create a new index.php and place this code within.
1 1529 posted 17 years ago by chrisaiv
« Prev 1 Next »