Virtual Posts: Config finds records, but page won’t display them
-
list config
pattern:^experiences/?$
test url:/experiences
(finds 23 records`
table nameExperiences
field for post nameexperiences
field for post titleExperiences
map to pageexperience-list
experience list page code:
[apr_populate field="Hosting" relatedTo="People"] [apr_loop] <div style='padding: 40px;margin: 40px;border: 1px solid #CCCCCC'> {{Name}} <a href="/experiences/{{record_id}}">View {{Name}} by {{Experiences|Hosting}}</a> </div> [/apr_loop]
experience template page code
[apr field="Name"] [apr field="Description"]
experience item config
pattern^experiences/([^/]+)/?$
testexperiences/recwPWh7hi5bRgfo8
(1 record found)
filterRECORD_ID() = '$1'
table nameExperiences
field for slugSlug
field for titleName
map toexperience-template
In air table, my table name is
Experiences
, the unique column isName
, and I have a single line textSlug
field with a slug populated. I also haveHosting
column which links to aPeople
table.When i visit /experiences, I get no data.
Chet – any advice? Thx!
The page I need help with: [log in to see the link]
- The topic ‘Virtual Posts: Config finds records, but page won’t display them’ is closed to new replies.