Get Post ID as a separate RSS feed item
How did I workaround this? Step1: From my WordPress Permalink Settings, I selected Custom Structure and added /%post_id%/ This means my results will be in this format: <myurl>/<postID> Step2: To make it easier for me instead of writing a regex query I used a a Split command like this: var postlink = entry.link; var id … Read more