Welcome To Snipplr


Everyone's Recent PHP Snippets Tagged wordpress



1 ... 10 11 12 13 14 ... 42
Add to bottom of your theme's functions.php file
0 1174 posted 14 years ago by RainyDayMedia
Removing the generator tag for security purposes... add to the bottom of your theme's functions.php file
0 1278 posted 14 years ago by RainyDayMedia
Add to the bottom of the your theme's function.php file. Change to your site's name
0 1664 posted 14 years ago by RainyDayMedia
For those of use who use Wordpress as a CMS, this gives you the option of hiding all your dashboard widgets, for all users. <br>**Open your theme’s functions.php file located in your theme’s folder. Copy this script, paste it at the bottom of y...
0 1669 posted 14 years ago by RainyDayMedia
add this in functions.php
0 2538 posted 14 years ago by IronMANro
Paste this code at the top of your .php file. You can choose this new site template when creating a new wordress site.
0 720 posted 14 years ago by rofthedeep
<?php> will random load images named (in this example) image_1.jpg up to image_5.jpg
0 2466 posted 14 years ago by DeluxiveState
This small snippet can be used to get the children and grand children of a Wordpress page. See the comments for how it works
0 2104 posted 14 years ago by jvandemerwe
Using the ID of a page, you can get the content, the featured image and the title to power widgets in your template.
0 1354 posted 14 years ago by mejamiewilson
0 1163 posted 14 years ago by distribuida
Example call: $menuName = sleek_get_theme_menu_name('footer-menu')
0 2013 posted 14 years ago by Huskie
No modifications or testing carried out yet.
0 2040 posted 14 years ago by Huskie
Could possibly be simplified to maximise efficiency. It relies on a separare WP Sleek framework function sleek_get_theme_menu_name. This could ideally be improved to allow the theme location to passed as a parameter somehow.
0 2056 posted 14 years ago by Huskie
use in template <?php> sau <?php>
0 1147 posted 14 years ago by IronMANro
0 1010 posted 14 years ago by distribuida
0 1159 posted 14 years ago by distribuida
I use this to toss all the junk from the header, add a favicon, remove useless admin elements, and block WordPress' ancient jQuery file from embedding.
0 1295 posted 14 years ago by ethicka
Add this to the functions.php file. Make sure the Admin Bar is set to show when viewing site. You will see in the Admin Bar the current page template that is being used.
0 1414 posted 14 years ago by jeremyjared74
0 796 posted 14 years ago by imaginarydesign
Add code to theme functions.php file.
0 1740 posted 14 years ago by Huskie
Usage: <?php>post_excerpt; if($textin == ""){ $textin = $post->post_content; } echo TruncateText($textin, 150); ?>
0 1197 posted 14 years ago by tcelestino
Useful snippet for getting a specific number of posts from a specific category, useful for news listing in sidebar
0 1333 posted 14 years ago by i-am-andy
declare all custom fields first
0 1242 posted 14 years ago by mesh606
Instead of requiring the loop.php file in your custom themes you can use there two functions, placed in your functions.php file to not only automatically include it, but make a dead simple to filter sections out on a page by page basis negating the n...
0 1382 posted 14 years ago by FatFolderDesigner
1 ... 10 11 12 13 14 ... 42