nysteve
Forum Replies Created
-
Hi Any luck with this? Thanks!
Forum: Reviews
In reply to: [Intuitive Custom Post Order] Does what it says!I’m 4.4.2, I see the order of posts, I reorganized them, there was no save button anywhere so I went to my page, refreshed, but the order did not change. Any ideas?
Running WP 4.4.1, have a basic text block on my page (using Visual Composer Framework)
Your sample code works:
[insert_php]
echo ‘Server date and time is: ‘;
echo date(‘l, F j, Y \a\t G:i:s’);
[/insert_php]But anything else like a simple:
[insert_php]
if (1 < 2) {echo 1;} else {echo 2;}
[/insert_php]breaks and gives the following error:
Parse error: syntax error, unexpected ‘}’, expecting ‘,’ or ‘;’ in /home/newmd2/public_html/hudsonwellness.nyc/wp-content/plugins/insert-php/insert_php.php(48) : eval()’d code on line 2
Thoughts?
And/or what’s the database name that holds the record with the ‘To:’ address? I can maybe manually PHPadmin into it and change it that way?
Oh man brain must have been tired… kept over looking it. Thanks Ov3rfly.
Forum: Fixing WordPress
In reply to: Creating Pages For Specific Type of PostsThanks again Esmi, looks like that did the trick, now making sure nothing else foobared in the process. Your help is very much appreciated.
Forum: Fixing WordPress
In reply to: Creating Pages For Specific Type of PostsThanks for that helpful note Esmi, but regardless of what theme I use, any idea of how I can tackle my current issue?
Kind Regards,