lapicj
Forum Replies Created
-
I had the same issue. Every post returned this error:
Fatal error: Call to undefined function get_post_thumbnail_id() in public_html/blog/wp-content/plugins/seo-ultimate/modules/opengraph/opengraph.php on line 104
I disabled the Open graph Integrator module and all was fine.
I am running SEO Ultimate 7.5.7 on WP 3.3.2
Forum: Fixing WordPress
In reply to: Placing a form in a page templateSorry to reopen this but I just noticed something.
In the old install of wordpress when I would look at the published pages it would give me a url of
however with the new install it is giving me a url of
.
Could it have been a permalink issue?
I’m still new to wordpress so I was playing around with different plugins and widgets and I know for one it had me change the permalink. Could that have been the problem all along? I can’t (and really don’t want to) go back and check at this point but does that seem possible?
Thanks,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateI tried tech support but all they could tell me is that they do not have any manuals for installing themes or templates. So I just wiped and reinstalled wordpress.
Everything is all hunky-dory now. So all I can guess is that something was corrupt with the install. I don’t know what but I do hope that it does not happen again.
Thanks again Rev Voodoo,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateOk. ALL plugins have been removed. I removed one at a time and tried your template with a brand new page after each plugin removal. No luck.
I think I am going to try contacting our hosting company on the off chance this is something they’ve seen before.
After that I will try reinstalling wordpress. Maybe something is just corrupted.
Thanks for your help. I’ll update this one way or the other after I try these last options.
Thanks again,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateWell I see the difference in your code and mine. I have () after get_header and get_footer. Still it only works in draft.
I’m removing plugins now.
jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateNu luck. It works in draft only not published.
That was tested in the Atahualpa and default themes.
However, something I did realize is that with my test template the header and footer did not show while they do with yours. Still only in the draft but why is that if you used the same code to call the header and footer?
I’ll try removing all of the plugins next.
Thanks,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateOk, I’ll try that. I did switch out templates but with no luck. I even tried the default template and it still gets me a blank page when published but works in draft.
Give me a few minutes while I try your test.
thanks,
jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateSo far disabling all of the plugins did not work. The published page still shows blank. I then removed the 4 or 5 plugins I had not started using and kept the other 9 plugins disabled. That also did not work.
The template DOES work in the draft/preview mode but not once published.
Does that help narrow it down?
I’m going toi try the theme switch next.
Thanks,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateThanks Rev Voodoo,
I’m using the Atahualpa theme. I’ll first try disabling all the plugins and see if that works. If it does I’ll narrow it down to which one. If not I’ll try the twentyten theme.
Does wordpress still interact with a plugin if it is disabled meaning do I need to completely remove the plugins or will disabling work?
I’ll start testing now.
Thanks.
Forum: Fixing WordPress
In reply to: Placing a form in a page templateI tried
<?php
/*
Template Name: template-test-2
*/
?>
<?php get_header(); ?>
<?php echo(“hello world”); ?>
<?php get_footer(); ?>I also tried you minimun above of
<?php
/*
Template Name: template-test-3
*/
?>
<?php get_header ; ?>
<?php echo(“hello world”); ?>
<?php get_footer ; ?>Just to make sure.
Am I correct in understanding that I do not have to put anything in the page itself through the wordpress visual/html editors and that it can all be in the template?
Thanks,
Jim
Forum: Fixing WordPress
In reply to: Placing a form in a page templateIs it possible that something is corrupted with my theme or wordpress install?
I tried a very simple template like this:
<?php
/*
Template Name: template-test-2
*/
?>
<?php get_header(); ?>This still resulted in a blank page when I used this template for a new page.
Jim