Ionut
Forum Replies Created
-
Forum: Plugins
In reply to: Auto add thumbnailI’m also interested in a solution to set thumbnails for old posts.
Forum: Plugins
In reply to: Adding caption to image link.hi, have you found a way how to do this?
Forum: Themes and Templates
In reply to: How to move “Expired posts” to the end of the loop?I don’t know how to create the second loop too keep the pagination flowing and the posts both in Expired category and the curent category, not just Expired ones from all categories. I don’t think it’s possible with query_posts… To exclude the expired category I use Advanced Category Excluder but that’s all.
Same here and it’s not the plugins. I’ve tried with all of them disabeled
Forum: Fixing WordPress
In reply to: unable to display images?Can you guys take a look at this one too?
https://www.ads-software.com/support/topic/301977Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] NextGen Attachment PageIt’s done here:
https://www.ads-software.com/support/topic/227913?replies=1
I don’t know how but I would like to know if you guys figure it out.
Forum: Developing with WordPress
In reply to: wp_count_post () exclude a certain category?how is this resolved ?
Forum: Fixing WordPress
In reply to: recent posts from the same categoryHi, I have to use JohnPope’s idea to add excerpt and thumbnails to that list, BUT the problem is that this code below just show other posts from the first category this post is found in. I need it changed to check all categories that current post is in and display the latest post found in any of these categories. Anybody know how to do that ? Pretty pliz
`<?php global $post; $categories = get_the_category(); $category = $categories[0]; $cat_ID = $category->cat_ID; $myposts = get_posts("numberposts=8&category=$cat_ID"); ?> <?php foreach($myposts as $post) :?> "><?php the_title(); ?> <?php the_thumb(); ?><?php the_excerpt(__('Read More'));?> " href="<?php the_permalink(); ?>"> <?php endforeach; ?>
Forum: Plugins
In reply to: Anyone Using Related Post with Thumbnail Plugin?Are there any other plugins like this one, I’m looking for one that shows recent posts in current category with a small thumbnail for each post.
Forum: Fixing WordPress
In reply to: Plugin.php warningI have the exact same problem, any clues ?
Forum: Installing WordPress
In reply to: How dose google crawl this forum ? I mean this>>?replies=9https://www.ads-software.com/support/topic/88738
it redirects me to
https://www.ads-software.com/support/topic/88738?replies=2but for search engines it seems is the oposite
Forum: Plugins
In reply to: Download Ezstatic Plugin Where ? redalt.com is not workingthanks
Forum: Plugins
In reply to: Download Ezstatic Plugin Where ? redalt.com is not workingplssssssssssss
Forum: Plugins
In reply to: Download Ezstatic Plugin Where ? redalt.com is not workingYes, i’ve tryed
Forum: Fixing WordPress
In reply to: Are widgets using database ?I see them in wp_options but what do I have to change ? ??