Welcome To Snipplr
Everyone's Recent Snippets Tagged wordpress
- All /
- JavaScript /
- HTML /
- PHP /
- CSS /
- Ruby /
- Objective C
Stick this inside the <?php> and you get the month group title shown only once for that date range. Sexy.
0
1015
posted 15 years ago by daipratt
Replace the default WordPress “W†logo in the administrative header with a custom one. Add this code inside the theme’s “functions.php†file.
0
1282
posted 15 years ago by math89
Remove the “Please upgrade now†message in the Wordpress Dashboard
Paste the code in your functions.php
0
1001
posted 15 years ago by math89
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
For additional information, see the link above.
0
1231
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
0
1129
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
1
1217
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
0
1223
posted 15 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
2
1108
posted 15 years ago by mdrisser
Place in your functions.php file and call it in your theme like this:
<?php>
1
2240
posted 15 years ago by afj176
It allows you to automatically get the first image from the current post, and display it.
2
4706
posted 15 years ago by math89
How to get actual category name in wordpress if is_category() is true
0
1012
posted 15 years ago by AlessandroCoscia
This script will return the URL for the current page you're on, including category and tag pages.
3
1977
posted 15 years ago by jonhenshaw
For use in conjunction with the get_work function in the theme functions template, functions.php.
Requires
0
1121
posted 15 years ago by tylersticka
This is the standard template to use in your header.php (WordPress).
2
2937
posted 15 years ago by SilverFirefly
Of course the Plugin from wpml.org has to be installed, the file "wpml-integration.php" from docs/theme-integration has to be copied into your theme-directory and the call include "wpml-integration.php"; has to be copied to your functions.php. After...
0
941
posted 15 years ago by zartgesotten
Den folgenden Code-Fragment im Kopfbereich (header.php) einfügen.
0
936
posted 15 years ago by Perun