Cannot find where to edit this…
-
I am so lost. And while I’m not the best at PHP, I can’t figure where my old designer put this one thing.
I have sidebars that vary depending on the page. And depending on the page, it’ll show a different facebook/twitter widget that relates to that page. Basically… on page A, it shows Facebook A and Twitter A… and so on.
Here’s the code:
‘ <div class=”code-facebook” style=”margin-bottom: 20px;”>
<?php $values = get_post_custom_values(‘facebook_code’); echo $values[0] ?>
</div><!–facebook–><div class=”code-twitter”>
<?php $values = get_post_custom_values(‘twitter_code’); echo $values[0] ?>
</div>’What I can’t figure out is where it’s getting this from. I’ve looked in every php file and can’t find it. It’s also not in the CSS.
Any help would be great!
Thanks!
- The topic ‘Cannot find where to edit this…’ is closed to new replies.