Profile
Achievement
thewickedchemist's Recent Snippets
- All /
« Prev 1 Next »
Place the function in your functions.php file of your theme...
Then, simply call like this: wp_paginate('', 3);
The first param is optional, the second dictates how many pages before and after the current page link will show...
0
722
posted 12 years ago by thewickedchemist
Simply set the id in the content, and use a hash in the anchor to scroll to it.
0
740
posted 12 years ago by thewickedchemist
Checks for fake DNS as well as utilizes regex functions to check the string for proper length & characters.
0
1247
posted 12 years ago by thewickedchemist
This is just a quick and simple lazy way to do this, didn't feel like using a plug-in for something that is only used on one page...
0
785
posted 12 years ago by thewickedchemist
Source: http://css-tricks.com/favicons-next-to-external-links/
0
800
posted 12 years ago by thewickedchemist
Takes titles from a certain category and lists them in an unordered list.
0
764
posted 12 years ago by thewickedchemist
Hides the button based on scroll position, fades in and out as necessary and upon click smoothly scrolls back to the top.
0
820
posted 12 years ago by thewickedchemist
Originally from: http://webdesignerwall.com/tutorials/css-elastic-videos
0
855
posted 12 years ago by thewickedchemist
Issues a check to see if the "www" is included, if not, forces "www" to be appended to the URL in question.
1
785
posted 12 years ago by thewickedchemist
Simple mix of basic CSS, HTML, and jQuery to detect IE and display a message to the user encouraging them to update.
0
906
posted 12 years ago by thewickedchemist
A compiled version of essential styles as a nice blue print for a new project.
Toolbox: http://www.css-tricks.com
CSS Reset: http://meyerweb.com/eric/tools/css/reset/
0
636
posted 13 years ago by thewickedchemist