Welcome To Snipplr
Everyone's Recent PHP Snippets
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
En algunos escenarios es posible que ante ciertas acciones o resultados, debamos modificar algún valor que se encuentra en la configuración general de Magento.
Para modificar un valor de la configuración general de forma programática (si, suen...
0
645
posted 13 years ago by necode
used as so
<style>
.logo {
background: url("<?php>") no-repeat right 5px;
}
</style>
or
<img src="<?php>"/>
0
885
posted 13 years ago by alyssonweb
WordPress allows you to embed videos so easily using oEmbed. You can easily add videos to your post just pasting their URL to your post. WordPress handles all the object and embed HTML for you. But this code is missing wmode parameter which is necess...
0
827
posted 13 years ago by paulgrenwood
Set the correct path to use php cli in Terminal, with Mamp instead of default php installation of Osx.
0
834
posted 13 years ago by macodev
Takes a number (no decimal) and converts it to written words.Why'd i write it to be able to do such big numbers? Why not?
Note: The numbers next to the 'thousandfoldnums' are for your reference (thats how many zeros/places there are in that numbe...
0
978
posted 13 years ago by lasavior
Allows you to change the name of the "Posts" module within the admin section of WordPress.
0
721
posted 13 years ago by jamiebrwr
In case you need to create your own listing of the last # of trailing months of Archived Wordpress Articles. This one is being used to pull the info onto a Magento page.
0
788
posted 13 years ago by cpres
add this to functions.php and you won't have to mess with the index page.
0
852
posted 13 years ago by cpres
There are a few modifications to make to your WP files to share a single database between multiple installs on separate domains.
0
624
posted 13 years ago by lancemonotone
Good for showing labels/descriptions that accompany custom fields when they are set, and avoiding lots of empty labels.
Eg: if there is no content set in the 'project-agency' field, don't show the label 'Agency:', but if there is, show it with the...
0
803
posted 13 years ago by wahnbriefe