wordpress.com Questions
3
I want to make PHP app to create post on wordpress.com using REST API.
I use this code:
<?php
$curl = curl_init( 'https://public-api.wordpress.com/oauth2/token' );
curl_setopt( $curl, CURLOPT_P...
Nay asked 3/3, 2016 at 7:14
4
Solved
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 t...
Gusella asked 27/2, 2010 at 21:29
6
Solved
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 plu...
Meehan asked 17/9, 2008 at 9:9
1
© 2022 - 2024 — McMap. All rights reserved.