![]() |
Wordpress Help: How to convert thumbnail custom field to featured image
I hate when i buy a cool looking wp theme only to find out that the author made it impossible to edit. I recently purchased the cooolzine theme at themeforest and its a great looking theme, however I want to use it on a site that used to use custom fields for the thumbnail, and the theme seems to only work with the featured thumb. Usually when i find an issue like that with a theme i edit it to either use a php statement that uses the featured thumb or a image script like timthumb, or i like to use the get_the_image plugin by justin tadlock. However this theme calls the thumb in a way that i dont understand, so i wonder is there a plugin or script i could run to link images stored on the server in a custom field to the post thumbnail feature. Here a sample of the code if anyone want to take a whack. Also if you can code this reasonably fast hit me up let me know how much and how soon.
Code:
<div class="box article '.$cat[$firstcat]->slug.' '.$tagclass.'"> |
Note to self: dont ever buy another wordpress theme :disgust if it aint free it aint for me
|
might be a plugin to convert them (import), how many posts we talking about here?
|
Quote:
|
This plugin: http://wordpress.org/extend/plugins/get-the-image/ works great but i cant figuire how to intergrate it into this theme, my php is not that advanced :helpme i contacted the theme author for ideas and they told me to hire a coder ...
|
does calling
get_the_image() not work? just do <? echo get_the_image(); ?> from within the loop. does that not output ur pic? |
Someone asked the author that question before and he said:
"Hey, either change the way cooolzine displays the posts: lib/functions/cooolzine.php - cooolzine_toparticle() - cooolzine_boxarticle() or have a look a the functionality of the post2media plugin which does the picture attachment. Cheers" Does this help? |
Make a csv file for your images and then import the csv,
you could also do an auto featured image import |
With CyberSEO you can do it as easy as this:
:pimp |
Quote:
|
Quote:
|
This is placeholder so I don't forget...
I've been using Wordpress since 2005 and - up until recently - I had been using TimThumb and/or custom fields to generate thumbnails. With the "new" Wordpress, I switched all my themes to show "Featured Images" and - of course - all my thumbnails disappeared. I have a script/function that will pull any image from any post and display it as a featured image or thumbnail on your homepage (if the post has an image, that is). It also has bootstrap capability that pulls images and posts to your front page like Facebook ot Pinterest and makes your homepage an never ending wall of posts. I have been meaning to seperate the funcionalitly for awile. Maybe I will give it a shot this weekend. It works like this theme (Ipin?), but a lot better: http://www.feedmeamateurs.com/ |
Quote:
|
All times are GMT -7. The time now is 04:13 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123