Jump to content

Recommended Posts

I have this html with a php statement embedded:

 

<div style="text-align:center;<?php if(!get_post_meta(get_the_ID(), 'buy_status', true)): ?>display: block;<?php else: ?>display: none;<?php endif; ?>> content </div>

 

 

However the php isn't getting evaluated. It is simply showing as text in the source code.

 

What am I doing wrong??

 

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/302730-php-in-html-not-evaluating-help-needed/
Share on other sites

For what it's worth, there are plugins that let you run PHP code inside a WordPress post. I haven't used any of the plugins...and I haven't looked into the potential security risks of adding one. Hopefully the plugin wouldn't allow visitors to run PHP code through the blog post comments section, for example.

And there's your "problem". Wordpress is not going to run code in a post. That would be a MAJOR security problem if it did.

 

It does let you run JavaScript willy-nilly in a post or page body though, so there's always that...

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.