( Thanks Simon for answering that here )
This is pretty neat.
However, I now need to add some custom code to it. Meaning perform some initializations etc.
I am a beginner in wordpress and my assumption is that if this were usual word-press, I could have added this initialization code in single.php
Is there some place I can do this in pagelines?
-------------------
I want to write a select query before the_post()
populate some global variables
and in the actual custom post I want to use these variable values to generate post content dynamically.
but currently in single.php ,I simply see a statement
setup_pagelines_template();
Please advice.
----------------










