Gennaio 2012
203 post
LOGO ANIMATIONS on Motion Graphics Served →
1 tag
qtranslate plugin - change title of a widget
Put it inside the title field inside the widget
[:it]Prossimo evento[:en]Next Event
1 tag
output custom field
if (get_post_meta($post->ID, ‘videurl’, true)) { ?>
1 tag
Remove 'featured image' meta box
add_action('do_meta_boxes', 'supercore_remove_thumbnail_box');
function supercore_remove_thumbnail_box() {
remove_meta_box( 'postimagediv','post','side' );
}
‘post’ can be: post, page or a post-type
LANDSCAPEs // ENVIRONMENTS on Digital Art Served →
3 massimo
3 massimo
3 massimo
1 tag
qtranslate - some example of php conditions
function menu_speciale(){
$id = get_the_ID();
$categorie_speciali=array(63,65,67);
$array_genitori=get_ancestors( $id, 'page' );
echo"
";
while(list(,$val)=each($categorie_speciali)){
if(in_array($val,$array_genitori)||($id==$val)){
$class="selected";
}
else $class="";
$name=get_page($val);
if (qtrans_getLanguage() == 'en')
{
$lang_perma = "?lang=en";
if ($val == 63)
{
...
3 massimo
1 tag
1 tag
IMG_1626.jpg | Flickr – Condivisione di foto! →
3 massimo
3 massimo
3 massimo
1 tag
1 tag
1 tag
1 tag
1 tag
1 tag