|
May
9 |
|
comment |
js html content extract using diffbot hi thanks for the code, the only problem is i dont know how to use python, any chance you could create a php version of the script, |
|
May
7 |
|
asked | js html content extract using diffbot |
|
May
4 |
|
asked | html to image featured image |
|
Apr
27 |
|
awarded | Supporter |
|
Apr
11 |
|
asked | How can I add remote content like MP3 URLs to the media library? |
|
Mar
27 |
|
comment |
php get youtube user subscription channel videos I don't know where to start |
|
Mar
26 |
|
asked | php get youtube user subscription channel videos |
|
Jan
3 |
|
awarded | Popular Question |
|
Dec
30 |
|
asked | create youtube playlist from array of links |
|
Nov
22 |
|
comment |
How Can the Users Make a "Playlist" of Posts? thanks for the answer, just wondering would it be possible to link a certain track from the an album (post) to a user, that is saved in the custom fields. |
|
Nov
20 |
|
comment |
How Can the Users Make a "Playlist" of Posts? am storing audio in arrays in custom fields, i.e custom_auido{audio=>"name", url=>"www.text.com"}, would it be good practice to use custom post type to store users custom playlist or create a custom database table. |
|
Nov
20 |
|
comment |
How Can the Users Make a "Playlist" of Posts? i am using the post custom fields to contain all the tracks in the album, each post contains different albums |
|
Nov
20 |
|
asked | How Can the Users Make a "Playlist" of Posts? |
|
May
12 |
|
asked | responsive carousel using swipejs |
|
Apr
15 |
|
awarded | Student |
|
Apr
3 |
|
awarded | Commentator |
|
Apr
3 |
|
comment |
How to Convert Custom Fields from Text to Array? thanks a lot you saved me a lot of time just need to figure out how to run the code for all my post.=) |
|
Apr
3 |
|
accepted | How to Convert Custom Fields from Text to Array? |
|
Apr
3 |
|
comment |
How to Convert Custom Fields from Text to Array? am storing the sting like this on the custom-field name, url $ name, url $ name, url $ name, url $ name, url |
|
Apr
3 |
|
comment |
How to Convert Custom Fields from Text to Array? thanks for the help, just wondering how would i split the string (my old data are stored in a one customfield as a string) then pass the data to the new array so that i can be serialised and saved to to custom fields also do i have to go through all my posts and updating the post manually to convert my old data ideally i would want to run the code once and it would update my customfields. |