Affichage des articles dont le libellé est Hacks. Afficher tous les articles
Affichage des articles dont le libellé est Hacks. Afficher tous les articles

samedi 12 novembre 2016

25 Most Wanted WordPress Tips, Tricks, and Hacks



alt="25 Most Wanted WordPress Tips, Tricks, and Hacks" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2013/12/wp-logo-500x500_c.jpg" />

In this post, I’ll show you some of the best WordPress tricks href="http://www.webhostingsecretrevealed.net/hosting-review/wp-engine/">I have learned along the way. These are very useful for beginners, but I find some seasoned bloggers saying some of them have been helpful to them as well.

class="border" alt="" src="http://www.webhostingsecretrevealed.net/images/2010/1104-1.jpg" width="750" />

Must-Know WordPress Tips, Tricks, and Hacks

1. Make a custom page as your home page. Copy the original page.php file or make a new file and add this code at the top: <?php /* Template Name: Template1 */ ?>. You can use your own template name then publish it. Now, go to Settings > Reading then select the new page as your home page.

2. Create dynamic sidebars. Make different sidebars for different pages. The home page uses the index.php file, a single page uses single.php, and several pages use page.php. To create a different side bar for the home page, simply create a new sidebar file and name it l_sidebar2.php.

3. Let your readers submit their own posts. Install the TDO Mini Forms plug-in to enable other users to write their own posts and submit it you. All user posts are placed in “draft” status so you can check them before being published.

4. Break down your comments into pages.  Install Paginated Comments, a WordPress plug-in designed to optimize your blogs for the search engines. You can choose to break down pages according to comment size or number of comments.

5. Display captions for your blog’s images. Use the Image Caption plug-in to obtain the alt or extract attributes in images that have these attributes and place a caption right under the images.

6. Create a Random Page button. Random Redirect is a cool plug-in for this. You can create a link on your home page. When someone clicks on that link, they are redirected to a random page on your blog.

7.Enhance your blog’s display quality by converting text into images. Use the FLIR (FaceLift Image Replacement) plug-in to convert text into images without changing your HTML codes. This is only useful for browsers that have JavaScript enabled.

8. Display relative dates. Relative dates look like this: posted on November 2, 2010 (20 minutes ago). If you want to use this, install the WP-Relative Date plug-in and look for the code <?php the_date(); ?> and replace it with <? php relative_post_the_date(); ?>.

9. Show people your latest del.icio.us bookmarks. Upload the del.icio.us-for-wordpress folder into the /wp-contents/plugins directory and activate.

10. Separate content from certain categories. Install the Advanced Category Excluder plug-in into /wp-content/plugins/advanced-category-excluder/. This will enable you to hide certain categories from other parts of your blog.

11. Prevent duplicate posts. Add a posts_where tag then start the first loop. Next, add the posts_where filter using the posts_where tag you made for the first loop. Start the second loop then remove the filter.

12. Make a Redirect Page template. Upload the templates.redirect.php file to wp-content/themes/theme_name/ and go to your Page Content panel then enter the URL of the page you want to redirect to. Then choose Page Redirect on the dropdown menu.

13. Add a StumbleUpon badge to your blog so users can share it with everyone else. Go to href="http://www.stumbleupon.com/badges">www.stumbleupon.com/badges and copy the code displayed in the box on the page. Next, open your single.php file and look for the following code: <?php the_content (“<p class=serif>Read the rest of the entry</p>”); ?>. Immediately after this, paste the code you copied from the StumbleUpon website.

14. Inform your readers of blog updates via IM. Use the Notifixious plug-in to the /wp-content/plugins/ directory activate it through the Plugins menu. This allows you to tip off your readers of new posts via their chosen IM platform.

15. Filter spam comments out of your blog. Use Akismet, short for Automatic Kismet, which administers several tests on each new comment and decides whether it is in shape for publication or not. Simply upload the Akismet file into the Plugins directory and activate it using the Plugins menu.

16. Make your pages load faster by caching. Disable to PHP safe mode in your blog and install the Apache mod mime and mod rewrite modules. Next, enable WordPress Custom Permalinks then upload the wp-content/plugins/wp-super-cache/ folder into the directory. Activate this plug-in from the Menu. WP Super Cache works by creating static .html files from your heavier .php scripts. Your server will then respond to the .html files afterwards. More on href="http://www.webhostingsecretrevealed.net/blog/wordpress-blog/10-non-technical-ways-to-boost-site-speed-for-wordpress/">optimizing WordPress site speeds.

17. Create page buttons. Throw out the Older Posts and Newer Posts button and install the PageNavi plugin automatically from your admin page.

18. Remove unnecessary words and enhance your blog’s SEO using slugs. Install the SEO Slugs plugin so you can automatically generate more optimized slugs for your headlines.

19. Link keywords to other related posts, pages, tags, and categories. Put the SEO Smart Links folder in your plug-in directory and activate it from the Plugins menu. This automatically links keywords to other parts of the blog.

20. Display list of related posts after each post. Install the WP Related Posts plug-in and place the following code in your templates: <?php wp_related_posts(); ?>. Then go to Manage > Option > WordPress Related Posts and choose your settings.

21. Allow your readers to subscribe to comments. Install the Subscribe to Comments plug-in. You can let your readers subscribe to the comments even if they have not yet posted a comment by placing the following: <?php show_subscription_checkbox(); ?> outside the comments form.

22. Copyright your posts. Install the Simple Feed Copyright plugin by uploading the folder into your plug-ins directory and activating it from the menu. This displays a copyright notice at the end of each post.

23. Style up your archives. Use the Snazzy Archives plug-in to provide a visual archives page to your blog. Upload the folder to your plug-ins directory and activate it from the Plugins menu.

24. Create a page where you can store all ideas for your subsequent posts. Use the Post Ideas plug-in for this. Upload only the postideas.php file into your plug-ins directory and install it. You can then write post ideas, sort them by name, date, or priority, research keywords, and edit or delete them.

25. Add Gravatars to your posts. Place the following code in the theme: <?php echo get_avatar( get_the_author_email(), ’80’. You can also add a get_the_author_email tag and customize the size of the Gravatar.


Page 28 – Web Hosting Secret Revealed




Top 30 WordPress Hacks Tutorials



alt="Top 30 WordPress Hacks Tutorials" src="http://whsr.webrevenueinc1.netdna-cdn.com/wp-content/uploads/2012/07/wordpress-hacks-500x360_c.jpg" />

WordPress is not only free, but it also allows a lot of room for creativity for web developers and designers. These 30 must-read tutorials are ways to learn more ways to maximize its potential.

1. How to Detect Mobile Visitors on Your WordPress Blog

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-1.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/how-to-detect-mobile-visitors-on-your-wordpress-blog" target="_blank" rel="nofollow">http://www.wprecipes.com/how-to-detect-mobile-visitors-on-your-wordpress-blog

In this tutorial, you’ll learn how to filter mobile visitors in order to redirect them to the mobile version of your blog.

2. How to Speed Up Your Blog’s Loading Speed

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-2.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/compress-wordpress-output-and-speed-your-blogs-load-speed" target="_blank" rel="nofollow">http://www.wprecipes.com/compress-wordpress-output-and-speed-your-blogs-load-speed

Want to href="http://www.webhostingsecretrevealed.net/blog/seo/speed-up-your-website/" rel="nofollow">increase your blog’s loading speed? This tutorial teaches you how to make that possible.

3. How to Change Your WordPress 404 to An Image

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-3.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.thelinkmedic.com/2012/how-to-change-your-wordpress-404-to-an-image/" target="_blank" rel="nofollow">http://www.thelinkmedic.com/2012/how-to-change-your-wordpress-404-to-an-image/

As a visitor, landing to a 404 page can be a bummer. In this tutorial, you’ll learn how to have a more creative 404 page instead of just having the generic 404 error.

4. Disable Self Trackbacks

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-4.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://wp-snippets.com/disable-self-trackbacks/" target="_blank" rel="nofollow">http://wp-snippets.com/disable-self-trackbacks/

This tutorial teaches you how to disable self trackbacks in order not to display links that are coming from you.

5. WordPress Simple Numbered Pagination Without a Plugin

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-5.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://codex.wordpress.org/Function_Reference/paginate_links" target="_blank" rel="nofollow">http://codex.wordpress.org/Function_Reference/paginate_links

If you have pages of archived posts that you would like to display in a user-friendly way, this tutorial teaches you how to do so without using a plugin.

6. Embed a Page Inside a Page

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-6.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://css-tricks.com/snippets/wordpress/embed-a-page-inside-a-page/" target="_blank" rel="nofollow">http://css-tricks.com/snippets/wordpress/embed-a-page-inside-a-page/

So you’re probably already familiar with embedding images or videos. In this tutorial, you’ll learn how to embed a page inside a page.

7. Display WordPress Categories in a Horizontal Dropdown Menu

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-7.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://anthologyoi.com/wordpress/displaying-wordpress-categories-in-a-horizontal-dropdown-menu.html" target="_blank" rel="nofollow">http://anthologyoi.com/wordpress/displaying-wordpress-categories-in-a-horizontal-dropdown-menu.html

Using Javascript and CSS, you can create your own horizontal dropdown menu by following this tutorial.

8. Move Bad Behavior Javascript to Footer

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-8.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.catswhocode.com/blog/snippets/move-bad-behavior-javascript-to-footer" target="_blank" rel="nofollow">http://www.catswhocode.com/blog/snippets/move-bad-behavior-javascript-to-footer

Having the WP plugin Bad Behavior is an effective way to keep off spambots and unwanted traffic. This tutorial teaches you how to move the code to the footer of your website.

9. Getting Comment Info From the WordPress Database

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-9.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://digwp.com/2012/03/getting-comment-info-wordpress-database/" target="_blank" rel="nofollow">http://digwp.com/2012/03/getting-comment-info-wordpress-database/

This tutorial teaches you how to collect information info such as comment author, date, URL and anything in the wp_comments table from the WordPress database.

10. Smarter Slugs

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-10.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://digwp.com/2012/01/smarter-slugs/" target="_blank" rel="nofollow">http://digwp.com/2012/01/smarter-slugs/

Having to cut and paste long links whenever you want to share or retweet posts can be a turn off for some website visitors. This tutorial teaches you how to create smarter and shorter permalink slugs.

11. How to Change WordPress Editor Font

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-11.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/how-to-change-wordpress-editor-font-2" target="_blank" rel="nofollow">http://www.wprecipes.com/how-to-change-wordpress-editor-font-2

In this tutorial, you’ll learn how to change the default font of your WordPress visual editor to a font that you prefer.

12. How to Increase the Maximum File Upload Size in WordPress

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-12.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/" target="_blank" rel="nofollow">http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/

Have photos that have file sizes that exceeds the maximum file upload size in WordPress? This tutorial teaches you how to increase the maximum file upload size in WordPress.

13. Remove Autolinks in Comments

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-13.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-remove-autolinks-in-comments" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-remove-autolinks-in-comments

When leaving comments that have URLs, WordPress automatically turns these URLs into hyperlinks, which would sometimes attract spammers to leave random comments to your blog. In this tutorial, you’ll learn how to remove autolinks in comments.

14. How to Build a Network Navigation Menu

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-14.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-how-to-build-a-network-navigation-menu" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-how-to-build-a-network-navigation-menu

In this tutorial, you’ll learn how to create a network navigation menu that lists all sites on your network.

15. Displaying Theme Data with WordPress

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-15.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://digwp.com/2011/12/displaying-theme-data-with-wordpress/" target="_blank" rel="nofollow">http://digwp.com/2011/12/displaying-theme-data-with-wordpress/

This tutorial teaches you how to display information about your theme directly from your theme’s style.css stylesheet.

16. How to Rearrange WordPress Categories Order

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-16.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/how-to-rearrange-wordpress-categories-order" target="_blank" rel="nofollow">http://www.wprecipes.com/how-to-rearrange-wordpress-categories-order

Arranging the order of your WordPress categories can be a difficult task. In this tutorial, you’ll learn how to rearrange categories without using a custom menu.

17. Import Feed, Display in Multiple Columns

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-17.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://digwp.com/2011/09/feed-display-multiple-columns/" target="_blank" rel="nofollow">http://digwp.com/2011/09/feed-display-multiple-columns/

RSS feeds are usually displayed in a single column. However, some people prefer to import and display their feeds in multiple columns on the web page, and this tutorial teaches you how.

18. How to Set a Maximum Word Count on Post Titles

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-18.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/how-to-set-a-maximum-word-count-on-post-titles" target="_blank" rel="nofollow">http://www.wprecipes.com/how-to-set-a-maximum-word-count-on-post-titles

It is important to keep your post titles short, as short titles attract visitors to read your posts without getting confused. In this tutorial, you’ll learn how to set a maximum word count of post titles for your contributors.

19. How to Insert Google Maps Into WordPress Without a Plugin

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-19.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://wptricks.net/how-to-inserting-google-maps-into-wordpress/" target="_blank" rel="nofollow">http://wptricks.net/how-to-inserting-google-maps-into-wordpress/

Google Maps are useful in telling various locations of your companies or events on your WordPress. This tutorial teaches you how to add a Google Map on your WordPress post or page.

20. Get Rid of HTML in Comments

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-20.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-get-rid-of-html-in-comments" target="_blank">http://www.wprecipes.com/wordpress-hack-get-rid-of-html-in-comments

Being able to use HTML in comments can be useful at times, however some people takes advantage of this to spam your blog by inserting links or other things that are inappropriate to your blog. In this tutorial, you’ll learn how to automatically remove any HTML entered in your comments.

21. Speed Up Your Blog by Caching Custom Queries

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-21.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-tip-speed-up-your-blog-by-caching-custom-queries" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-tip-speed-up-your-blog-by-caching-custom-queries

There are different ways of speeding up your blog, and this tutorial teaches you how to do so by caching custom queries.

22. Display Post Thumbnail in Your RSS Feed

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-22.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-display-post-thumbnail-in-your-rss-feed" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-display-post-thumbnail-in-your-rss-feed

WordPress has a function that allows you to display a thumbnail in your posts. Some bloggers prefer to display thumbnails in their RSS feeds. In this tutorial, you’ll learn how to display post thumbnails in your RSS feeds.

23. Remove Admin Name in Comments Class

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-23.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-remove-admin-name-in-comments-class" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-remove-admin-name-in-comments-class

When an admin leaves a comment on his/her blog, WordPress automatically shows the admin’s login name. If you prefer to hide this info, read this tutorial to learn how to remove admin name in your comments.

24. Change WordPress “from” Email Header

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-24.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/change-wordpress-from-email-header" target="_blank" rel="nofollow">http://www.wprecipes.com/change-wordpress-from-email-header

If you prefer to use your real e-mail and username instead of the default WordPress email address, this tutorial teaches you how to do so.

25. WordPress Optimization Commands

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-25.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://minimalite.com/2012/04/wordpress-hacks/wordpress-optimization-commands/" target="_blank">http://minimalite.com/2012/04/wordpress-hacks/wordpress-optimization-commands/

This short tutorial teaches you some useful WordPress optimization commands, such as deleting post revisions, auto drafts and unapproved comments.

26. Words to Blacklist in WordPress Comments

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-26.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://minimalite.com/2011/02/wordpress-hacks/words-to-blacklist-in-wordpress-comments/" target="_blank" rel="nofollow">http://minimalite.com/2011/02/wordpress-hacks/words-to-blacklist-in-wordpress-comments/

Dealing with spammers have become a regular routine for most bloggers, which gets annoying when it happens more than it should. In this tutorial, you’ll learn how to blacklist specific words in your WordPress comments, which will help decrease spammers in the long run.

27. Get Popular Posts by Comments Count

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-27.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-get-popular-posts-by-comments-count" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-get-popular-posts-by-comments-count

As a regular blogger, it is important to show your popular posts. This tutorial teaches you how to get popular posts by comment count without using a plugin.

28. Show Your Top Contributors Without a Plugin

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-28.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-show-your-top-contributors-without-a-plugin" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-show-your-top-contributors-without-a-plugin

Contributors are an important part of your blog’s success, and therefore it is important to give credit to them as much as possible. In this tutorial, you’ll learn how to show your top contributors without using a plugin.

29. Fix for WordPress Hack

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-29.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.jexanalytics.com/2012/03/fix-for-wordpress-hack/" target="_blank" rel="nofollow">http://www.jexanalytics.com/2012/03/fix-for-wordpress-hack/

What happens when your WordPress is hacked? This tutorial teaches you what to do when your WordPress blog is hacked.

30. How to Display Ads on Old Posts Only

class="border" src="http://www.webhostingsecretrevealed.net/images/2012/Top30WPHacks-30.jpg" alt="Guides On WordPress Hacks" width="750px" />

class="meteor-icon" style="font-size:12px !important;">
class="icon-angle-right" style="color:inherit !important;">
link: href="http://www.wprecipes.com/wordpress-hack-how-to-display-ads-on-old-posts-only/" target="_blank" rel="nofollow">http://www.wprecipes.com/wordpress-hack-how-to-display-ads-on-old-posts-only/

Although ads may annoy your regular visitors, they are a good way to monetize your website or blog. In this tutorial, you’ll learn how to show ads only on your old posts, so that your visitors won’t have to deal with them each time they visit your blog.

Sidenote

In case you are just getting started with WordPress, be sure that you visit my href="http://www.webhostingsecretrevealed.net/blog/blogging-tips/the-complete-guide-to-your-first-wordpress-site/">ultimate guide to your first WordPress site.


Page 23 – Web Hosting Secret Revealed