hướng dẫn tạo dáng cho cây sanh

Tài liệu Hướng dẫn tạo Sitemap cho các blogger sử dụng Blogspot pptx

Tài liệu Hướng dẫn tạo Sitemap cho các blogger sử dụng Blogspot pptx

Ngày tải lên : 27/02/2014, 09:20
... sitemap cho blog của mình. Bạn điền blog của mình vào rồi bấm Generate Sitemap Bước 2: Sau khi generate xong sitemap, các bạn copy hết tất cả kết quả có được. Hướng dẫn tạo Sitemap ... generate xong sitemap, các bạn copy hết tất cả kết quả có được. Hướng dẫn tạo Sitemap cho các blogger sử dụng Blogspot Bước 3: Các bạn đăng nhập vào phần quản trị blogspot của bạn....
  • 4
  • 601
  • 0
Hướng dẫn tạo themes cho wordpress part 2 pptx

Hướng dẫn tạo themes cho wordpress part 2 pptx

Ngày tải lên : 04/07/2014, 15:20
... allow you to do so: <?php echo strtoupper(get_bloginfo('name')); ?> WordPress Theme Basics 22 Getting ready Before creating a child theme, you must choose a parent to base it on. ... the derivative theme developer. Getting ready Download and install the theme framework of your choice. For more information on this, please see the recipe Installing and activating a theme. How ... There's more section of this recipe, and all of them consist of quality markup and carefully chosen styles, making them a snap to build on top of.  Chapter 1 17 There's more Template...
  • 10
  • 346
  • 1
Hướng dẫn tạo themes cho wordpress part 3 docx

Hướng dẫn tạo themes cho wordpress part 3 docx

Ngày tải lên : 04/07/2014, 15:20
... the pages listing directly below your main site identication elements, in header.php. Open your chosen template le and insert the following: <ul> <?php wp_list_pages(); ?> </ul> Next, ... Creating Navigation 32 Some of the more important parameters are as follows: Parameter Name Effect echo Set to false to cause wp_list_pages to return a string containing HTML markup instead of printing ... present is essential to the plugin's proper operation.    Chapter 1 25 After you've chosen a theme framework, it is time to create a theme based on that framework. To do so, you'll...
  • 10
  • 403
  • 1
Hướng dẫn tạo themes cho wordpress part 4 docx

Hướng dẫn tạo themes cho wordpress part 4 docx

Ngày tải lên : 04/07/2014, 15:20
... get_cat_ID($cat_name); if($cat_id) { ?> <li> <a href="<?php echo get_category_link($cat_id); ?>"> <?php echo $cat_name; ?> </a> </li> <?php } } ?> </ul> This ... appropriate place: <form method="get" id="searchform" action="<?php echo site_url('/'); ?>"> <label class="hidden" for="s"><?php ... for:'); ?></label> <div> <input type="text" value="<?php echo attribute_escape(get_search_query()); ?>" name="s" id="s" /> ...
  • 10
  • 319
  • 1
Hướng dẫn tạo themes cho wordpress part 5 doc

Hướng dẫn tạo themes cho wordpress part 5 doc

Ngày tải lên : 04/07/2014, 15:20
... <?php // Display ads $ad_counter = $ad_counter % $after_every; if( 0 == $ad_counter ) { echo '<h2 style="color:red;">Advertisement</h2>'; } } } ?> ... After that, all posts with that tag will be excluded from WordPress Loops. Please note that the chosen tag will be excluded, by default, from all Loops that you create in your theme. If you want...
  • 10
  • 438
  • 4
Hướng dẫn tạo themes cho wordpress part 6 docx

Hướng dẫn tạo themes cho wordpress part 6 docx

Ngày tải lên : 04/07/2014, 15:20
... 'alt-post' ? '' : 'alt-post'; ?> <div class="post <?php echo $alt_post; ?>"> <h2><?php the_title(); ?></h2> </div> ... following code: <?php $category_name = 'Featured'; if(in_category($category_name)) { echo '<div class="featured-icon">Featured</div>'; } ?> After you...
  • 10
  • 296
  • 2
Hướng dẫn tạo themes cho wordpress part 7 docx

Hướng dẫn tạo themes cho wordpress part 7 docx

Ngày tải lên : 04/07/2014, 15:20
... $stripped_content); if( count($words) < $number_words ) { echo $stripped_content; } else { $words = array_slice($words, 0, $number_words); echo implode(' ', $words); } } ?> You'll ... have_posts() ) { while( have_posts() ) { the_post(); ?> <div class="post <?php echo $alt_post; ?>"> <h2><?php the_title(); ?></h2> <h3>Content</h3> ...
  • 10
  • 301
  • 1
Hướng dẫn tạo themes cho wordpress part 8 ppt

Hướng dẫn tạo themes cho wordpress part 8 ppt

Ngày tải lên : 04/07/2014, 15:20
... the author's avatar to appear, and then insert the following code: <?php global $post; echo get_avatar($post->post_author); ?> This code will produce markup like the following: <img ... your cursor where you want to display the meta information. Insert the following code: <?php echo get_post_meta(get_the_ID(), 'meta_name', true); ?> Replace the string meta_name ... = get_post_meta( $post->ID, 'meta_name' ); foreach( $post_meta as $meta_item ) { echo $meta_item . '<br />'; } Chapter 5 83 If you are not logged in, you'll...
  • 10
  • 355
  • 1
Hướng dẫn tạo themes cho wordpress part 9 pptx

Hướng dẫn tạo themes cho wordpress part 9 pptx

Ngày tải lên : 04/07/2014, 15:20
... in sidebar.php, footer.php, or anywhere else where secondary content could be expected. In your chosen theme le, insert the following code: <?php $number_comments = 5; $comments = get_comments(...
  • 10
  • 385
  • 0
Hướng dẫn tạo themes cho wordpress part 11 potx

Hướng dẫn tạo themes cho wordpress part 11 potx

Ngày tải lên : 04/07/2014, 15:20
... the style.css le of the theme, so if you are unfamiliar with CSS, you may want to visit www.w3schools.com to learn more about it, as this recipe assumes a basic knowledge of CSS and stylesheets. How...
  • 10
  • 261
  • 0
Hướng dẫn tạo themes cho wordpress part 12 pot

Hướng dẫn tạo themes cho wordpress part 12 pot

Ngày tải lên : 04/07/2014, 15:20
... sure that WordPress recognizes it as a page template. In addition, we'll demonstrate how to choose a page template when creating a page. When you get to the end of this recipe, you'll...
  • 10
  • 274
  • 0