Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Page thumbnails not showing on pages? (http://forum.bytesforall.com/showthread.php?t=6349)

freelancekonsulenten Mar 19, 2010 03:55 AM

[SOLVED] Page thumbnails not showing on pages?
 
If I put a thumbnail in a page it is not showing on the page. Am I doing something wrong?
I am using Atahualpa 3.4.6 and WordPress 2.9.2

juggledad Mar 19, 2010 10:21 AM

where did you put it?

freelancekonsulenten Apr 14, 2010 02:45 PM

I am not sure what you mean? I use the thumbnail option in pages.

It is possible to put a thumbnail in a page, the same way you can do in a post.
The thumbnail is showing in posts, but not on pages.

juggledad Apr 15, 2010 06:40 AM

you can do this by editing bfa_post_parts.php and fine line 122 (in version 3.4.6) which is
HTML Code:

                the_content($bfa_ata_more_tag_final);
and change it (actually you just add a line before it) to
HTML Code:

                if ((is_page()) and (function_exists('the_post_thumbnail'))) the_post_thumbnail();
                the_content($bfa_ata_more_tag_final);

this will cause a thumbnail to show on a page

freelancekonsulenten May 3, 2010 05:19 AM

Thank you very much for this!! It works perfect!!!


All times are GMT -6. The time now is 08:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.