define new permalink to create ad listing form
Hello,
Can someone give me a hand?
For my Classipress childtheme I want to define a new button/link from my userdashboard to the create listing page, category 'x.
The part on the userdashboard is covered: I did place a link to CP_ADD_NEW_URL, that bring me to the create ad form.
But what I actually want is a link to a specific categorie for example id='35' (step 2)
I guess I have to put something like: define( 'CP_ADD_NEW_URL', get_permalink( CP_Add_New::get_id() ) ); in my functions.php file.
Thanks for your help,
Margot