Welcome To Snipplr
Everyone's Recent JavaScript Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
« Prev 1 Next »
https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users/
0
1020
posted 10 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/18/wordpress-change-admin-e-mail-to-new-users-example-1/
0
1097
posted 10 years ago by chrisaiv
https://www.chrisjmendez.com/2014/09/13/wordpress-upgrade-an-old-jquery/
0
799
posted 10 years ago by chrisaiv
Simulates a click on a page with the name you put in the parameter in the onclick function.
1
1288
posted 10 years ago by Reiff
Go through all the authors of a wordpress import and make them the same as the previous authors (Wordpress 3.3).
0
837
posted 12 years ago by jcottrell
Delete a page of wordpress posts with one click ("Run" in Firebug or Developer Tools)
0
707
posted 12 years ago by jcottrell
* Set your local path to the wordpress install, in my case was: "/blog/feed"
* Edit the var contain = make it set to the selector, in my case I'm populated a list tag <ul></ul>.
* Edit the var limit = 5; Set the amount of blog posts you want to dis...
1
1739
posted 13 years ago by crypticsoft
This piece of code allows to insert text into the tinymce textarea when writing a WordPress plugin for instance.
0
638
posted 13 years ago by tomidle
Code in single.php, loop.php, index.php, page.php, category.php, und archive.php , innerhalb des loops einfügen.
0
807
posted 14 years ago by PM-Webdesign
used on: ezpl theme, header.php
just be sure to enqueue for any such scripts BEFORE wp_head(). Otherwise they don't get loaded. That is to say, it's probably best to have wp_head() rigth before </head>.
0
666
posted 14 years ago by mjsiemer
For a working demo in application/xhtml+xml or text/html, go to:
http://rolandog.com/archives/2006/07/10/litebox-demasiado-bueno-para-ser-cierto/
You should delete the multi-line comments after completing the setup, some old browsers will complai...
3
1144
posted 18 years ago by rolandog
« Prev 1 Next »