Re: Sorting nodes
Marty Landman <[email protected]>
| Newsgroups | gmane.comp.php.drupal.support |
|---|---|
| Message-ID | <FB.D4.04540.3A62CB35@cdptpa-oedge01> |
The Views module will allow you to sort, and present all the nodes of your content type, and even assign a specific URL on your site for that rendering. And much more. Plus for what you want to do should be pretty simple to set up with Views, then as your needs expand you can learn more about this awesome module. Marty At 01:00 PM 7/8/2014, Drupal wrote: >Hi to all, >Here ><http://iowalincolnhighway.org/Attractions>http://iowalincolnhighway.org/Attractions >you can see that the Attractions page is a just >basic page, with some listed attractions. >Now I have to create new content type, with >attraction name, description, image, address, >county, google map and/or long/lat coordinates. >I know how to create new content type. I just >wonder how to sort the nodes? Ideally, it would >be sorting by long/lat coordinates from east to >west but Im assuming its hard? The most >easiest and the fastest way would be by adding >order field (integer) and manually sort it by >the order. Though, it could be PITA to reorder >once I have almost hundred nodes :( > >Any suggestions? > >Thanks -- [ Drupal support list | http://lists.drupal.org/ ]