You Are Browsing ' Webmasters ' Category

By BestwaY On 3 Feb, 2012 At 10:15 AM | Categorized As Webmasters | With 0 Comments
Social Bookmarking Sites

New Social Bookmarking Sites List 2013 The sites provide folksonomy-based tagging, sharing features, web feeds, and bookmarklets to easily add entries.[1] Users can access their bookmarks from any computer No New BookMarks for 2013 Please Visit This Article Social Bookmarking Sites List 2012

By BestwaY On 14 Nov, 2011 At 05:57 PM | Categorized As Webmasters | With 2 Comments
RSS Feeds

How to Disable / Stop RSS Feeds in WordPress to Prevent Scrapers No You Can Stop Rss in WordPress Script , You Need to Edit functions.php file in Your Theme And insert this Code in any Place function fb_disable_feed() { wp_die( __(‘No feed available,please visit our homepage!’) ); } add_action(‘do_feed’, ‘fb_disable_feed’, 1); add_action(‘do_feed_rdf’, ‘fb_disable_feed’, 1); [...]

By BestwaY On 6 Nov, 2011 At 08:03 PM | Categorized As Webmasters | With 0 Comments

How to Disable WordPress Search If you are looking for a way to disable all of WordPress’ search functionality, you could use this small snippet. All you have to do is copy and paste the code below into your functions.php file. function fb_filter_query( $query, $error = true ) { if ( is_search() ) { $query->is_search [...]

By BestwaY On 6 Nov, 2011 At 08:40 PM | Categorized As Webmasters | With 0 Comments

Search a Specific Post Type WordPress gives you the ability to search specific post types by using this small snippet. All you have to do is copy and paste the code below into your functions.php file. function SearchFilter($query) { if ($query->is_search) { // Insert the specific post type you want to search $query->set(‘post_type’, ‘feeds’); } [...]

By BestwaY On 6 Nov, 2011 At 08:31 PM | Categorized As Webmasters | With 0 Comments

Dynamically Search Categories and Child Categories Only This search form snippet could be useful within the category archive to allow your readers to search the child categories from any given parent category. In this snippet, all child categories from category ID 1 will be searched. Edit accordingly to suit your needs.

By BestwaY On 6 Nov, 2011 At 08:40 PM | Categorized As Webmasters | With 0 Comments

WordPress Drop-Down Category Search Form A useful function you could give to your WordPress search would be to allow your readers to filter the search results by targeting a specific category. This can be achieved by using a simple drop-down containing all of the category titles. All you have to do is replace the standard [...]

By BestwaY On 6 Nov, 2011 At 08:13 PM | Categorized As Webmasters | With 0 Comments

How To Exclude Posts or Pages from Search Results in WordPress If you would like to be able to control which posts or pages should be excluded from WordPress search results, all you have to do is copy and paste the code below into your functions.php file. In this snippet, posts with the IDs 0 [...]

By BestwaY On 4 Nov, 2011 At 02:16 PM | Categorized As Webmasters | With 0 Comments

Avoid Duplicate Content By Using robots.txt in WordPress – How to Make WordPress Seo ? The WordPress robots.txt file is used to give the search engines “robots” instructions to follow, when they crawl your WordPress blog. These instructions will tell search engines not to crawl non-relevant files, folders, images and duplicate content. Excluding non-relevant files, [...]

By BestwaY On 26 Jul, 2011 At 03:36 PM | Categorized As Webmasters | With 0 Comments

AdQuick 2.3 AdQuick will allow the developer to bring together advertisers and publishers. A simple, yet powerful solution for displaying and managing classified ads. Here are some key features of “AdQuick”: · Supports Websites With Many Millions of Impressions Per Day. · Pay Per Click, Pay Per Impression and Set Rate Ads Supported. · Default [...]

By BestwaY On 30 Jun, 2011 At 02:31 PM | Categorized As Webmasters | With 1 Comment

WordPress 3.2 RC 3 / 3.1.4 WordPress is a free and useful state-of-the-art semantic personal publishing platform with a focus on aesthetics, web standards and usability. WordPress is both free and priceless at the same time. More simply, WordPress is what you use when you want to work with your blogging software, not fight it. [...]

Page 1 of 3123