0
votes
0answers
69 views

Collecting Data from a Table [closed]

I've got a slightly complex issue that I feel should be simple enough to resolve, I just seem to be totally stuck. I've built a site that collects patient and medication data and stores each in a ...
-1
votes
1answer
192 views

Adding some HTMl code as posts doesn't work but it does if it is added directly in the file?

I had some code in a template file. When I pasted it from the backend's post panel (HTML tab) as a post, and retrieved it as custom loop, the code didn't output well. Any suggestions? Adding them as ...
0
votes
3answers
88 views

Is it possible to read the ID of a post and then insert it into the html of the post?

If possible I want to insert the ID of a post(from a custom post type) into the html of the post itself when its loaded in the viewport. The scenario is that the content of the custom post type is ...