syntax Highlighting on wordpress.com blog

you can use the [sourcecode] shortcode on WordPress.com which is built in for you, no need to install or configure anything. For example to get this results : just wrap your code in these tags: [sourcecode language=”css”] your code here [/sourcecode] you can see a list of supported languages and a few other parameters you … Read more

Moving WordPress.com site to personal domain intact

“Moving to .org” means “moving from WordPress.com blog provider to your own installation of WordPress which you can download from wordpress.org” – just to clear out your first point. And than, after you export all data from your wordpress.com account, while importing them to your local install, you’re asked to automaticly download all images. Answer … Read more

WordPress VIP realpath Alternative?

I don’t know what “wp vip” wants or needs, but you should be loading files by means of get_template_part, locate_template, site_url, or home_url and I am guessing that using one or more of those is what the “scan” wants. It is hard to say exactly which since you posted only the error and not the … Read more

How to customize a site hosted on wordpress.com locally [closed]

WordPress com doesn’t allow you to upload any customization, other than CSS via their paid customization feature. Notably you can download WordPress com themes (link is available in sidebar of theme info page) and use them in self hosted installation. However, given that WP com doesn’t provide source for much of its environment, it’s unlikely … Read more