Questions tagged [wordpress.com]

wordpress.com is a hosted solution by the creators of the WordPress content management system. This tag should be used for questions regarding websites hosted on wordpress.com where programming possibilities are limited.

WordPress as a content management platform should be distinguished from wordpress.com, which is a hosted solution by the creators of WordPress. For a discussion of the differences, visit WordPress.com and WordPress.org.

47 questions
72
votes
6 answers

How to blog code at wordpress.com

got a new blog at wordpress few days ago (http://ghads.wordpress.com) and I want to post some code snippets now or then. Is there anyway to make it look like code without paying for extra plugins?
GHad
  • 9,611
  • 6
  • 34
  • 40
24
votes
4 answers

Displaying C# code in Wordpress.com

I have researched this for a few hours and I am kind of frustrated. Maybe I am just missing something as I am new to blogging. I am not hosting my own blog, I am just using WordPress.com. I want to include snippets of c# code and have them look like…
Stomp
  • 890
  • 1
  • 6
  • 19
5
votes
2 answers

create post wordpress.com using rest api

I want to make php app to create post on wordpress.com using REST api. I use this code:
vallez
  • 117
  • 1
  • 1
  • 10
4
votes
1 answer

Is there a way yet to configure mathjax for wordpress.com?

There is a plugin for wordpress.org. But is there a way to add some code to the page template in wordpress.com, like you can for blogger?
Arvind
  • 119
  • 1
  • 8
3
votes
1 answer

How to export Pandoc markdown to Worpress.com compatible PHP Markdown Extra?

I have markdown documents in Pandoc's standard markdown format, which i would like to publish on a free wordpress.com blog ("free" implies that i cannot install plugins or modify Wordpress PHP files). Officially, wordpress.com supports the PHP…
manews
  • 340
  • 2
  • 12
3
votes
1 answer

Wordpress API: Get posts from private wordpress.com site

I am building a mobile app, and I want to use the wordpress.com api to get posts from my wordpress.com site. Normally, you can follow the instructions here: https://developer.wordpress.com/docs/api/getting-started/. However, in this case, the…
3
votes
2 answers

Convert Wordpress.com Hosted Blog to BlogEngine.NET

I'm looking at what is needed to move from wordpress.com to a BlogEngine.NET or similar blog. I've seen a tool for replacing export.php so that it will export your wordpress site in BlogML format so it can easily be imported into BlogEngine.NET,…
Chris Marisic
  • 32,487
  • 24
  • 164
  • 258
3
votes
1 answer

Style differences between wordpress.com and hosted wordpress

I'm trying to understand where the style differences are coming from between my hosted installation of Wordpress with the exact theme installed on my Wordpress.com account. I'm migrating my blog and they are wildly different for some reason.…
prafulfillment
  • 911
  • 2
  • 11
  • 26
2
votes
1 answer

posting to wordpress.com blog using codeigniter

Hi I am trying to develop an app that could post to wordpress from my website…..is there any way that I can use something like oauth to authenticate visitors on wordpress and then post to the wordpress.com blog ?
user840175
  • 57
  • 1
  • 6
2
votes
2 answers

What's the process for getting a plug in in wordpress.com?

What's the process for getting a plug in in wordpress.com? Do they pick plug ins from the same directory as a local Wordpress installation? Is there any further approval? We are considering making a Wordpress plug in but it only makes sense if…
Pablo Fernandez
  • 279,434
  • 135
  • 377
  • 622
2
votes
2 answers

Is wordpress.com servers sending incorrect headers?

We are currently having big problems with all wordpress.com servers returning invalid data. This is probably related to the servers returning incorrect HTTP-headers. This error is easy to reproduce by using the following VB/ASP code: Set http =…
Kalle
  • 610
  • 7
  • 14
2
votes
0 answers

Upload image to Wordpress.com Gallery with REST API

I'm trying to upload an image to a WordPress.com blog via their REST API. According to their documentation, I should be able to use the new post endpoint to do so. I'm currently using Rails and rest-client to successfully create text posts using…
cerrina
  • 553
  • 4
  • 14
1
vote
2 answers

How to generate an API url to get data from Wordpress blog

Currently, I want to get data from my personal blog on WordPress to put through my personal website. I tried using this URL: https://shopssam.wordpress.com/wp/v2/posts and it didn't work. After a while of researching, there must be more tweaks in…
nguyen sam
  • 43
  • 8
1
vote
2 answers

Wordpress/Redirection plugin - how to redirect migrated blogger=>Wordpress.com `?m=1` links?

I've migrated (Google) Blogger blog into Wordpress.com. The blog is rather large (300+ posts) and I still get 404s multiple times a day due to URLs ending with ?m=1 query param. e.g. https://softwarearchiblog.com/2019/01/technical-debt.html?m=1 will…
1
vote
1 answer

How do you migrate a site from Wordpress.com (free account) to Pantheon?

How do you migrate a site from Wordpress.com (not .org, not WP Engine, not local, etc) to Pantheon.io? Pantheon has a migration button, but it doesn't work with Wordpress.com free accounts because it requires you to install a plugin and you can't…
louiechristie
  • 93
  • 1
  • 7
1
2 3 4