tonandon
Forum Replies Created
-
Forum: Plugins
In reply to: [Magic Fields 2] [Plugin: Magic Fields 2] Thumbnail feature is not working?Solved: The answer couldn’t `be more obvious. My theme didn’t had thumbnail support yet.
Just created a functions.php on the theme root folder and added the good old
if ( function_exists( 'add_theme_support' ) ) { add_theme_support( 'post-thumbnails' ); }
And there it was.
Gnuget, would it be hard to maybe add the thumbnail support for the theme if it’s not there already, when we select thumbnail feature on the magic fields custom post type options?
PS: Love you, man. You make my work WAY easier.
Forum: Plugins
In reply to: [Magic Fields 2] [Plugin: Magic Fields 2] Thumbnail feature is not working?No it’s not similar to that. It’s a different issue. When we set on the new custom post type what kind of wordpress attributes it would support, and we set it to support Thumbnails, the “featured image” box is not appearing on the post admin panel, as I believe it should. I’ll work around that creating a new image custom field and register my thumb there, but it would be nice to have it fixed. Cheers.
Forum: Fixing WordPress
In reply to: Remove unused pages from database?Can I do that? or only the topic author? I’m new to the forum but I’ve read that the option should be under “about this post” and it doesn’t show there. Anyway, it’s resolved, if anyone visits here, know that the solution presented here, works.
Forum: Fixing WordPress
In reply to: Remove unused pages from database?Just great Swanson,
I spent the afternoon on scanning the DB not sure of anything, so once you told me where to look I just found a lot of versios of that page, erased them all and then I was able to create a new one with the right slug.
Thanks a lot.
Forum: Fixing WordPress
In reply to: Remove unused pages from database?Great tip, Swanson. Followed it and it worked precisely.
Problem is, The one I had was already a “-2” because the first one I erased removing the whole write panel via magic fields options. So, I guess a messed that up right?
I’m looking for a way to erase it via the Database. Right Path?
Forum: Fixing WordPress
In reply to: Remove unused pages from database?What if that page was made with the magic fields plugin and doesn’t show on the trash bin? anyone got that already?