This snippet is to be pasted into the file "functions.php" your theme WordPress . It allows you to add a new column in the overview page of your blog articles. This column simply displays the unique identifier of your item (Article ID). The ability to hide the column is also available via the tab "Options" screen. [crayon-69e0ab2b94de7483412697-i/] Note that once the column has … [Read more...]
Wordpress and SEO
Latest news, plugins, themes, blogs and SEO about Wordpress platform and Website designing as a whole.
Why your keywords strategy is wrong for SEO
In SEO - among others - the choice of keywords is crucial and imperative. The pages and articles or posts of a blog should be well optimized for search engines, but how it is without a good keyword strategy ? Not a great thing not. Effective search marketing can be summed up as a match between supply; i.e. the contents of the blog and demand; i.e. users who seek the information. By finding the … [Read more...]
Optimize WordPress by compressing data through .Htaccess
To start this series of performance tuning of your WordPress blog, we propose a simple procedure yet very effective to make your site running fast by adding a code snipplet to .htaccess file. This will greatly reduce the weight of your pages without direct action from you on their content. A comparison before and after modification should convince you of the usefulness of this … [Read more...]
Structuring the outbound links in your site to get maximum SEO benefit
Even beginners in SEO know how important inbound links (another site that you quote) are, but all types of links have value because it is the very structure of the Web. Do not neglect the internal links. These bind the various articles / posts and allow search engines to better analyze the site. Outbound links In addition to internal links and anchor texts, Google also analyzes the … [Read more...]
How to know if your site is penalized as a content firm?
Many sites are penalized by Google Update. It is impossible to know exactly which sites are considered content firm. But you may have a vague idea if the site has a large volume of traffic. We will use Google it self to evaluate the influence of visits. Just need a Google Account to use it. Go to Google search. On the main page, click Advanced Search. Type the name of the site you want to analyze … [Read more...]
10 things not to do when you are writing your blog
Here is a fairly short list in which we will propose the 10 things not to do when writing a blog article: Do not lay on your bed, sofa, you are increasing the risk of falling asleep and losing a few hours of your precious time. Do not listen to music while writing. You will lose your line of your thought, hence it will be a wastage of time Do not watch television, especially Discovery … [Read more...]
Indispensable MySQL queries for custom fields in WordPress
WordPress stores the data (articles, pages, categories, etc) in a MySQL database. It is therefore useful to know some codes to create a custom Wordpress based website. Note: This post includes MySQL queries for creating the custom fields in WordPress CMS (you can use for blog based design too). Before working in your database, take a backup first. You are responsible for your … [Read more...]
How to use your domain name as OpenID
OpenID is an authentication system that allows you to connect in a secure manner, on several Web services using the same identifier. Do you know that you can use your blog (domain name) as address OpenID? In fact, you only delegate your domain name service provider to OpenID. Using your domain name to identify yourself on a site or service that supports OpenID, are often easier … [Read more...]
Create an archive page listing of articles in WordPress sorted by date
This tutorial discusses a method to automatically create an archive page in Wordpress showing all your articles chronologically by dates. Recall that, Wordpress by default shows archives by month. To implement this chronological archival page, we will suggest you to use a separate page template to avoid changing your theme. However, you may directly take the … [Read more...]
PhraseExpress: automate typing more effectively with assistance
PhraseExpress software is particularly interesting for those who find themselves all the time to type the same text repeatedly. By typing a few words, suggestions automatically appear that we were trying to write. PhraseExpress is even capable of much more since it corrects our mistakes, keep the copy and paste history, launches applications, or web search. The software is free for … [Read more...]
Change the password of a user via phpMyAdmin WordPress
The MySQL database for WordPress stores all user passwords in the table wp_users. With phpMyAdmin, learn to generate new passwords for each user account in your WordPress installation. This is very useful in case of loss of password! How to Reset Password in Wordpress We need to access phpMyAdmin account first. Which is just the tool for managing MySQL databases via a web … [Read more...]