Mobile pack base problem
-
I am editing a wp mobile pack theme, and I have come across a problem I have no idea how to solve:
I have a post that has an image, floating to the right of a paragraph (the image is inside the p tag – that is what is in the original theme, and that is how it should be.
However, in the mobile pack theme, the image is output inside its own p tag, so I get
<p> <img /> </p> <p> TEXT </p>
instead of
<p> <img /> TEXT </p> , what I get in the original theme.I would post code but I have no idea what to post – there are just so many files filled with functions that I do not know where to look. Hopefully someone worked with this and knows what to do…
As for the code, in the index all there is is the_content(); and from then on I am confused
- The topic ‘Mobile pack base problem’ is closed to new replies.