<?php $children = get_pages(‘child_of=’.$post->ID.’&parent=’.$post->ID); if( count( $children ) != 0 ) { ?> <ul> <?php foreach ($children as $pagg) {…
$my_id = 100; $post_id_100 = get_post($my_id); $content = $post_id_100->post_content; $content = apply_filters(‘the_content’, $content); $content = str_replace(‘]]>’, ‘]]>’, $content); echo $content;
<div> <?php global $post; $myposts = get_posts(‘post_type=page&include=100,200,300&orderby=post_date&order=ASC’); ?> <ul> <?php $posts_counter = 0; ?> <?php foreach( $myposts as $post )…
http://knowit.co.nz/2010/01/8-steps-to-clean-a-hacked-wordpress-blog
<p>Please answer the following<br /> [quiz quiz-4711 class:quiz “1+1=?|2” “1+2=?|3” “1+3=?|4” “1+4=?|5” “1+5=?|6” “1+6=?|7” “1+7=?|8” “1+8=?|9” “2+1=?|3” “2+2=?|4” “2+3=?|5” “2+4=?|6” “2+5=?|7” “2+6=?|8”…
function wp_list_categories_remove_title_attributes($output) { $output = preg_replace(‘` title=”(.+)”`’, ”, $output); return $output; } add_filter(‘wp_list_categories’, ‘wp_list_categories_remove_title_attributes’);
function improved_trim_excerpt($text) { global $post; if ( ” == $text ) { $text = get_the_content(”); $text = apply_filters(‘the_content’, $text); $text…
global $wp_query; $post_id = $wp_query->post->ID; if ($post_id==”)
Cufon http://davidwalsh.name/cufon http://cufon.shoqolate.com/generate/
Create Tables inside post/page : WP-Table Reloaded Scroll to top plugin will add a button that hovers in the bottom…