Get ID associated post/page
-
Hi,
I followed the instructions in this topic to get the ID of the associated post.
But I get this error:
Fatal error: Uncaught Error: Class 'MslsOptions' not found in D:\Ampps\www\europass\wp-content\themes\demo-theme\page.php on line 21
Here my code:
$linked_post = ''; if ( get_locale() == 'de_DE') { $mslsOption = new MslsOptions(); $linked_post = $mslsOption->en_EN; }
What am I doing wrong?
Thanks for the support,
Simone
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Get ID associated post/page’ is closed to new replies.