Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Changes the title and moves the featured image box in Wordpress admin area. Add this to functions.php
0
824
posted 13 years ago by i-am-andy
Add or Change Content in the Featured Image Meta Box
Posted on March 21, 2011
Perhaps you need to provide a little extra instruction about the Featured Image meta box. It doesn’t take much to add your own text to that box:
0
919
posted 13 years ago by i-am-andy
Link to the current theme / template url for use in wordpress template.
0
775
posted 13 years ago by carouselcreative
Just insert any category id into the argument and it will return the top level category object.
e.g: print_r( get_top_level_category('INSERT CATEGORY ID HERE') );
0
978
posted 13 years ago by djmosc
Add current class to single posts in Wordpres wp_nav_menu by adding a filter
0
1080
posted 13 years ago by inflightatnight
Place at the top of your header.php to redirect visitors who are not logged-in to the Wordpress admin. I use this to redirect to a simple HTML 'coming soon' page while sites are in development.
1
868
posted 13 years ago by adambundy
1. Get Posts however you see fit
2. Loop through the posts getting the terms from taxonomies and add them to the Post object
3. Sort the Array of Post Objects by the property you want them sorted by using sort_on_field()
0
1289
posted 13 years ago by kingkool68
Remove the Attributes in <img> - Tags in the Post/Page Content
0
680
posted 13 years ago by maxxscho
Assumes that you have got a #mainnav around your menu. Works nicely with wp_nav_menu inside.
0
781
posted 13 years ago by telltec
Add the following line to code to your theme's functions.php file
0
668
posted 13 years ago by priyankvira
Add the following lines of code to your theme's function.php file.
0
706
posted 13 years ago by priyankvira