There are lots of great Wordpress plug-ins out there, I recommend the following:
Plugin Name | Created By | Website | Description |
---|---|---|---|
Add Meta Tags | George Notaras | Link to Site | Add basic meta tags and also Opengraph, Schema.org Microdata, Twitter Cards and Dublin Core metadata to optimize your web site for better SEO. |
Better WP Security | iThemes | Link To Site | Helps...
Read more
How to make My Social Network Widget in WordPress open links in a new window
To make changes to your wordpress widget to open links in a new window:
[caption id="attachment_1378" align="alignnone" width="300"]
Read more
![]() Remove JetPack open graph tags in WordPress
Go to your Appearance > Editor and look for functions.php
Paste the following code:
Read more
//Custom Code // remove jetpack open graph tags remove_action('wp_head','jetpack_og_tags');... Pie chart Series Label Overlapping in SSRSIssue:SSRS Pie charts tend to overlap the names when too many small slices are next to each other.Solution:A good solution is to sort the pie chart slices between big and small pieces. The following script will reorder your slices. Just insert the name and value into this script and call it from your dataset.Read more |