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
721
posted 14 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
871
posted 14 years ago by math89
Remove the “Please upgrade now†message in the Wordpress Dashboard
Paste the code in your functions.php
0
676
posted 14 years ago by math89
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
For additional information, see the link above.
0
896
posted 14 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
0
766
posted 14 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
1
873
posted 14 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
0
876
posted 14 years ago by mdrisser
From Web Design Ledger "13 Useful Code Snippets for WordPress Development"
2
755
posted 14 years ago by mdrisser
Place in your functions.php file and call it in your theme like this:
<?php>
1
1139
posted 14 years ago by afj176
It allows you to automatically get the first image from the current post, and display it.
2
3899
posted 14 years ago by math89
How to get actual category name in wordpress if is_category() is true
0
705
posted 14 years ago by AlessandroCoscia
This script will return the URL for the current page you're on, including category and tag pages.
3
1376
posted 14 years ago by jonhenshaw
For use in conjunction with the get_work function in the theme functions template, functions.php.
Requires
0
784
posted 14 years ago by tylersticka
This is the standard template to use in your header.php (WordPress).
2
962
posted 14 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
614
posted 14 years ago by zartgesotten
Den folgenden Code-Fragment im Kopfbereich (header.php) einfügen.
0
651
posted 14 years ago by Perun