So, this is my problem… Everything in my wordpress website is up and running, except when I get into a post and the content simply doesn’t load. Everything else does, except for the post content.
This happened when I was trying to install a content locker from incent.ly and I came up into a problem: I didn’t know how to install different lockers into different posts, as the code had to be pasted before the </body> tag.
So.. I downloaded and installed a plugin called: “custom field template”, apparently very known around the communty, and what I did was:
– Insert the content locker code into a “template content” area and in the “Post-id” I put the id of the post I wanted to lock.
And bam, every post stopped working. Now, I’ve uninstalled the plugin and the problem remains. And I just don’t know where to look for the problem.
Please help me!!
Thank you very much in advance,
Miguel Nunes
]]>I’m using the custom fields plugin and want to create a way for a user to add either a video or image for a featured item gallery.
I’ve created the fields withing the gallery script, and can get either the video or image field to appear, but can’t figure out a way to show either of them depending on what field has been entered.
The website is https://nouvellelondon.com/isys
Below is a link to the pastebin of the gallery php code.
https://pastebin.com/5iSd30Zm
Thanks in advance!
]]>I can not find that much and clear information about this plugin.
Can I drop some questions over here?
Question 1:
What is the best/easy way to call the key_value’s in your WordPress template?
Should that be in the header.php page or in the page.php page?
<?php $image = get_post_meta($post->ID, 'artwork'); foreach($image as $image) :?>
<img src="<?php echo wp_get_attachment_thumb_url($image); ?>" /></a>
<?php endforeach; // end of the loop. ?>
Thanks in advance for any help
]]>I’ve installed and have started playing around with
But can’t see anything or make it do something
It’s got a 4.5 rating + 120,000+ downloads – so I guessed it must do something!?
But what?
Are there any ‘dummy’ instruction sets?
Thanks
Omar
]]>