- Impact
- 0
I am trying to add a line of info that a visitor sees on my website.
The first line below works great. I simply copied the line, changed the information that is in the sql database and lo and behold...the data doesn't appear. The name Site: appears, but nothing from the sql.
What could I add or change to make this work?
Is there another way of accessing the data and then displaying it that would work as well or better then the method below?
<p class="byline"><small><strong>Category:
</strong>{$dataPost.post_cat_name}</a></small></p>
<p class="byline"><small><strong>Site:
</strong>{$dataPost.post_site_name}</a></small></p>
Thanks for helping me out.
Craig
The first line below works great. I simply copied the line, changed the information that is in the sql database and lo and behold...the data doesn't appear. The name Site: appears, but nothing from the sql.
What could I add or change to make this work?
Is there another way of accessing the data and then displaying it that would work as well or better then the method below?
<p class="byline"><small><strong>Category:
</strong>{$dataPost.post_cat_name}</a></small></p>
<p class="byline"><small><strong>Site:
</strong>{$dataPost.post_site_name}</a></small></p>
Thanks for helping me out.
Craig






