Marcomail
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-cache messes my server when i try to approve new commentsEvery time i must enable/disable wp-cache, i think it’s not correct 🙁 i’d know why i have this problem, i’m not interested around the problem (sorry for my english, i hope you have understand)
Forum: Plugins
In reply to: Display elements of post (Text, Image) separately?you can put post thumb code everywhere in the loop, try to look for it http://www.alakhnor.com/post-thumb/?cat=1
This is an example of post thumb code
<?php $post_link = get_thumb('ALTAPPEND=th-&WIDTH=100&HEIGHT=200); if ( !empty($post_link) ) { echo $post_link; } ?>Although you could use imp-portfolio http://www.inmypad.com/2007/05/wordpress-plugins-imp-portfolio/
you can simple add your preview image when you adding a new link in the relative image field, and then show it in a wordpress page with this plugin
Forum: Plugins
In reply to: Display elements of post (Text, Image) separately?You can capture the images with post-thumb…although you can insert images in exacerpt or in a custom field, and then call it in your custom category pages category-8.php (for example)
Forum: Plugins
In reply to: post ratingsUlisse it’s stupid permitting rate a post more than one time for the same user
Forum: Plugins
In reply to: customize image upload default settingsthe best thing is implement a system for manual crop the thumbanails
Forum: Fixing WordPress
In reply to: where is the code of the ping ?probably it’s a function of the new wordpress, i have wp 2.0.4 and i don’t have do_all_pings function 🙁
Forum: Fixing WordPress
In reply to: where is the code of the ping ?bump
Forum: Plugins
In reply to: New plugin: MyDashboard WordPress replacement dashboardFantastic plugin! Do you think works on wp 2.0.4 ? And it’s valid only for admins or for all the registered users ?
Forum: Plugins
In reply to: problem with in_category in the loop and in the sidebaryes, i’m using is_category, but it’s not valid for subcategories. I have a lot of subcategories, so i’d show links in subcategories like the parent categories.
Now i’m using this trick and works good, do you know other ways ?
<?php if (is_category()) : $cat_object = $wp_query->get_queried_object(); $cat_parent = $cat_object->category_parent; ?> <?php if (($cat_parent==11) || (is_category(11))):?>Forum: Plugins
In reply to: problem with in_category in the loop and in the sidebarbump
Forum: Plugins
In reply to: Include post B in post Acould you show me the complete code ? I was searching something similar some days ago.
Now i’m using your code outside the loop and use the css to move the block where i want show it.
Forum: Plugins
In reply to: managing post draftsthere isn’t this plugin
Forum: Plugins
In reply to: Looking for a Thumbs up, thumbs down rating pluginworks with 2.0.* ?
Forum: Plugins
In reply to: AWSOM news plugin & rotating bannersyou can use blogroll to rotate banners
Forum: Plugins
In reply to: new plugin – use HTML Templates on posts and pagesyes, but is not possible automatic attach an image in a specific field ? Could be an interesting option 🙂