Author: Tom Larson Social book-marking is a powerful tool and it will help to increase your web site’s traffic the fastest way possible. When a user bookmarks your site it creates a link from the social network and helps to build a stronger search engine’s page rank. This is a unique way to go about [...]

09
Nov

Author: linkbuilder2011 Thought I’d nip this in the bud ……its a question you may ask yourself – when launching a Website or Blog – “When do I start SEO on my website?”. If you have selected a reputable web design company then it will be in both interests – that SEO is discussed… remember there’s [...]

function myfeed_request($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array(‘post’, ‘banner’); return $qv; } add_filter(‘request’, ‘myfeed_request’);

function add_count() { if (!post_type_exists($this->type)) { return; } $num_posts = wp_count_posts( $this->type ); $num = number_format_i18n( $num_posts->publish ); $text = _n( $this->single, $this->plural, intval($num_posts->publish) ); if ( current_user_can( ‘edit_posts’ ) ) { $num = “<a href=’edit.php?post_type=” . $this->type . “‘>$num</a>”; $text = “<a href=’edit.php?post_type=” . $this->type . “‘>$text</a>”; } echo ‘<td>’ . $num . ‘</td>’; [...]

<files wp-config.php> order allow,deny deny from all </files>

03
Nov

add_filter( ‘admin_footer_text’, ‘my_admin_footer_text’ ); function my_admin_footer_text( $default_text ) { return ‘<span id=”footer-thankyou”>Website redeveloped by <a href=”http://www.webexperts4u.com” target=”_blank”>WebExperts</a><span> | Powered by <a href=”http://www.wordpress.org” target=”_blank”>WordPress</a>’; }

function myfeed_request($qv) { if (isset($qv['feed']) && !isset($qv['post_type'])) $qv['post_type'] = array(‘post’, ‘banner’); return $qv; } add_filter(‘request’, ‘myfeed_request’);