Understanding Social Media Meta Tags & Open Graph Protocol

Understanding Social Media Meta Tags & Open Graph Protocol

Do you know the Social Media Meta Tags and Open Graph Protocol can affect social media trafic? When you submit a url to social networks, they will find the social information which you defined between head tags, if it’s not available, they will get its in the post content.
Social Media Meta Tags and Open Graph Protocol are common names of Google Authorship, Twitter Card, Facebook Open Graph …

Read more
How to load .XResources correctly on Linux

How to load .XResources correctly on Linux

Like anothers, I’m a fan of WordPress so I’m probably on the lookout for news about new versions/developments Next WordPress. Well, the next major release, WordPress 3.6, is already underway – it’s due sometime in April – with the beta version to be released in the second week of March.
Let’s take a look at what’s on the horizon, to make sure our projects are prepared and we don’t encounter any nasty surprises down the road.

Read more

Display WordPress post excerpt instead full content

I recomment you using post’s excerpt in the loop of post instead full content with more tag because you can introduting about your post better than automatic teasing a part from the content. Your post will be look more appealing.
By default, WordPress display the post content in loop with the_content() function in theme files, so your custom excerpt will not display as you want on the homepage (or blog page) without editting it. We can tell WordPress using the Excerpt instead the teaser by filter the_content() with your custom function in functions.php.

Read more