Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'wp'

2144319 - Frenesic: wp
  1. <?php
  2. /***** Theme setup *****/
  3.  
  4. load_theme_textdomain('free01', get_template_directory() . '/languages');
  5. add_theme_support( 'post-thumbnails' );
  6. add_theme_support( 'automatic-feed-links' );
  7.  
  8. /**     
  9.  
2144313 - Frenesic: wp
  1. <?php
  2. class extended_walker extends Walker_Nav_Menu{
  3.         function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
  4.                 if ( !$element )
  5.                         return;
  6.  
  7.                 $id_field = $this->db_fields['id'];
  8.  
  9.  
2144311 - Frenesic: wp
  1. <?php
  2. class extended_walker extends Walker_Nav_Menu{
  3.         function display_element( $element, &$children_elements, $max_depth, $depth=0, $args, &$output ) {
  4.                 if ( !$element )
  5.                         return;
  6.  
  7.                 $id_field = $this->db_fields['id'];
  8.  
  9.  
900941 - Kaf wordpress child wp categories parent
preview unavailable
751710 - Display custom field values in m wordpress loop wp meta custom_fields
preview unavailable
worth-right