The security of a WordPress site is not to be taken lightly. Hacking of Wordpress site can happen to anyone and with these 14 tips will help limit potential damage. This is when everything works correctly we should take action for prevention beforehand. Backup your site fully and regularly WordPress Before any work, do a regular backup of your WordPress site. You must save the following … [Read more...]
Wordpress Weblogs tips
Great tips and tricks for fellow bloggers, either using Google Blogger or WordPress Blog. Search Engine Optimization is advised by Google to rightly focus Unique Content.
Create mouse hover effect for button using CSS sprite
You must have noticed buttons in various websites that change its appearance on mouse hover. Typical example is the download buttons in Mozilla Firefox website's download link. Below is a tutorial to create one such button, on mouse hover the button changes its color from blue to red. We need few things in hand: couple of buttons (one for before hover and one after hover). You can … [Read more...]
Several ways to use the file wp-config
The file is not just to find out information on the database or the user of it ... Here's some interesting information in the configuration of your blog with the wp-config: The Trash of WordPress: The comments, articles are not deleted but go directly into the trash. You can then write this code in the wp-config.php to empty the Trash after 14 … [Read more...]
Reasons to use WordPress for business or a blog website
Presentation of features a WordPress Blogging platform WordPress is the blogging platform used most in the world, which powers up the simple personal blogs of world-famous companies. This open source platform written in PHP and based on the use of a MySQL database is developed by the company Automattic. WordPress offers a lot of native functionality to quickly set up a blog … [Read more...]
Speed up WordPress by Gzip Compression from .Htaccess and php flush
Before describing the manipulation to be done to accelerate the speed of your site and reduce loading times, we want to clarify that some of these tips work well for sites that are not under WordPress. Google said that the speed of page loading was a factor to consider in the SEO, then we should better optimize it. Open to edit your .Htaccess file (take a backup first). For us, using … [Read more...]
UN.CO.VER: software for detecting duplicate content
UN . CO . VER is a free software running under Windows 7, Mac OS and Linux that can detect the sites and pages with content similar to yours. UN . CO . VER (for unique content check), is software that checks the originality of the content of your website in just a few clicks. After analyzing your content it provides you with a list of pages whose content is most similar to yours … [Read more...]
How to show future articles in your WordPress blog
This little function is very useful since it will give you a taste of your next upcoming articles in your blog. A good way to indirectly retain your visitors by giving them the titles of your future posts. This code can also serve as a small calendar if your blog publishing dates of events. By cons, if you blog about the news of the day; it will be difficult to guess the news of tomorrow. We … [Read more...]
Get your Twitter’s tweet as RSS feed and JSON’s url plus widget codes
Unbelievable, right? yes, you have read rightly: Twitter's tweet as feed as well as JSON. [crayon-69e6d1cab8598719326749-i/] Here is my Twitter account's RSS feed: http://twitter.com/statuses/user_timeline/193774020.rss You have several questions, right? Here is the steps on how to get your Tweeter accounts tweets as RSS feed: Copy the url posted above (that is, my one). You need … [Read more...]
10 good practices to enhance visibility through retweets (RT) on Twitter
Hello to you all. We talk regularly with web players (managers or representatives of companies, bloggers, consultants, as passionate, etc..), And we realize that they all have more or less all the same problem: despite their efforts to try to exist on Twitter, they come very rarely lead to visibility which is satisfactory to them with their profile (s). Every time we notice the same problem: their … [Read more...]
Twitter Grader: Calculate your Twitter grade
Twitter Grader is a tool to calculate your Twitter grade. It calculates it from different settings for your use: Followers, Following, Updates. How to use Twitter Grader To calculate your Twitter Grader, simply enter your login / Twitter username and click Grade. Of course, you can test anyone! Also, after you have test pseudo Twitter a cloud of keywords (Tweet Cloud) performed on … [Read more...]
Permalinks and WordPress : a basic primer
Arrived in 1999 in the world of blog, the permalinks are permanent URLs that are used to refer a blog (among other reasons). The term permalink is derived from the words "permanent" and "link". For a blog that can be cited continually in forums, emails, diggs, social networks, or be part of the bookmarks of users, it is advisable to ensure the permanence of these URLs (long term factor) … [Read more...]