I have been reviewing the forum posts on alphabetical navigation and have my page working almost the way I want it to. I want to display the records and not just link a title to select from. How do I pull the data for the web log?
I am wanting to pull some of the other fields in the web log such and their address and dates they were aboard the ship. I will paginate and clean up once I figure out how to pull this other information.
Any assistance would be appreciated.
Link to page
http://www.ussalgolaka54.org/index.php/site/shiproster/
My code far.
{exp:query sql="SELECT title, entry_id, url_title AS urlt FROM exp_weblog_titles
WHERE weblog_id = '2' AND title LIKE '{segment_3}%' ORDER BY title ASC"}
{title}
{/exp:query}