Thread Starter
ryy705
(@ryy705)
Because I am allowing the user to print the content of one post in another. I created a shortcode that pulls posts by title like so:
[includepage="My Title"]
How would you do this?
Thread Starter
ryy705
(@ryy705)
I am using the html tab.
Here is what I see when I view source:
<p><!--/#rightCol--><br />
<img src="http://localhost/endeavorfit/wp-content/themes/test/images/ad_improve_skills.jpg" alt="improve your skills" id="imgImp"/></p>
but this is what I see in the HTML editor:
<!--/#rightCol-->
<img src="http://localhost/endeavorfit/wp-content/themes/test/images/ad_improve_skills.jpg" alt="improve your skills" id="imgImp"/>
Thread Starter
ryy705
(@ryy705)
Thank you for your response.
1) You said the code would belong to the public. I understand that wordpress code belongs to the public. But what about the code I write on top of wordpress?
2) If I build a site for a client and put it on my own server am I required to give him the code? Or am I allowed charge for “Software as Service” where the client doesn’t own the code?