chrisanthropic
Forum Replies Created
-
Checking “Advanced Image Finder” seems to have fixed it, thanks!
Forum: Fixing WordPress
In reply to: Writing a filter to add text to the_contentOk, the theme I’m using does some weird stuff in/out of the loop but I was able to get it to work by putting the code in my functions.php file instead of my template directly. Thank you very much for the help.
I had to change $text to $content to get the content to display and now everything is displayed properly. I’m having trouble getting my RSS to display the breaks but that’s a different issue alltogether.
Thanks!
Forum: Fixing WordPress
In reply to: Writing a filter to add text to the_contentThanks for that, I’m still new to php and I was screwing up the single quotes and struggling with the . for stringing things together.
It works, and it displays what I wanted (Thanks!) now is there any way to actually “add” it to the content so that it shows up in an RSS feed?
Forum: Themes and Templates
In reply to: If post has this tag Then add class to thumbnailHm. I’m using a custom theme and it looks like they do a lot of crazy calls to/from other files so it’s out of the loop. I’ll keep picking away at it, thanks though.
Forum: Plugins
In reply to: [iTunes Affiliate Pro] Issue with custom fieldsAh, that makes sense. I currently have it hard coded using template parts so I guess a function isn’t needed (but thanks for offering). I’d prefer to have it integrated into the plugin so mebbe I’ll give it a go and see what I can manage.
Again, thanks for the awesome plugin!
Forum: Fixing WordPress
In reply to: single.php | how to insert custom field data into a URLI got it working using get_template_part and the code you recommended. Thanks a lot for the advice!
Forum: Fixing WordPress
In reply to: single.php | how to insert custom field data into a URLYeah, I’m still learning and trying to adapt parts of a custom theme that I paid for a while back.
Thanks for the links, I’m off to do some more reading.
Forum: Fixing WordPress
In reply to: single.php | how to insert custom field data into a URLOk, thanks again. I’m still new to php and I’m learning a lot, thanks for taking the time to help.
After spending more time reading up, I’m still not getting it working. There may be a better way of going about it, but here’s what I’m trying to accomplish: I have my content area split into two columns. The left side is a full sized thumb, the right side is some post_meta followed by the_content.
The links I’m trying to create are directly under the thumbnail and thus (as far as I can tell) need to be within the loop.
Here’s the full single.php that I’m working with, if you’re still willing to take a look. http://pastebin.com/kcUwHh2P
Forum: Fixing WordPress
In reply to: single.php | how to insert custom field data into a URLThanks for the advice.
If I try the code you suggested then the page give me a server error. In fact that happens any time I try to put any php inside the href”” section.
The code is being nested after some other stuff that all follows this:
<?php if ( have_posts() ){ while (have_posts()){ the_post();If that makes any difference.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postCool, good luck!
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postwhoever your webhost is (bluehost, godaddy, hostgator, etc) should have a login page, ideally with Cpanel.
Does any of that ring a bell? If not, there’s not a lot I can do from here.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postNo problem – good luck!
If you think it may be another plugin and you’re not sure what you’ve recently updated (I wasn’t, honestly) try logging in to your server, open a file manager and arrange the plugins folder by date last modified. That will tell you the order they’ve been updated. From there you can try disabling them one by one until you find the culprit.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postThere may be other plugins that cause the same issue in your case. For me, I disabled jetpack and re-enabled WP Super Cache and the problem disappeared. As soon as I re-enabled jetpack the problem returned.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postYep, kept digging around and it seems like the newest update of the Jetpack plugin is the culprit. Everything’s fine when I disable it.
Thanks for the help, now I need to either bug them about it or see which plugin the customer would rather do without.
Forum: Plugins
In reply to: [WP Super Cache] [Plugin: WP Super Cache] adding images to a postThanks for the quick reply, here’s what I’m pretty sure is the relevant part of the log:
16:22:05 /wp-admin/admin-ajax.php In WP Cache Phase 2 16:22:05 /wp-admin/admin-ajax.php Setting up WordPress actions 16:22:05 /wp-admin/admin-ajax.php Not caching wp-admin requests