Alin Ionut
Forum Replies Created
-
it doesn’t work. when i select to remove a specific category that dropdown option with all categories does not appear.
Forum: Plugins
In reply to: [Posts in Page] How to add featured imagei use this code, and i want to retrive a specific text if there’s nothing to display.
<!-- NOTE: If you need to make changes to this file, copy it to your current theme's main directory so your changes won't be overwritten when the plugin is upgraded. --> <!-- Start of Post Wrap --> <div class="post hentry ivycat-post"> <!-- This will output of the featured image thumbnail --> <a href="<?php the_permalink() ?>" rel="bookmark"> <?php if(get_option('thumbok')!="yes"):?> <img src="<?php bloginfo('template_directory'); ?>/includes/timthumb.php?src=<?php echo get_post_meta($post->ID, 'image',true) ?>&w=100&h=68&zc=1" class="thepart1bimg"/> <?php endif?> <?php if(get_option('thumbok')!="no"):?> <span class="thepart1bimg"><?php the_post_thumbnail( 'archiveimg' ); ?></span> <?php endif?> </a> <div class="ptitle"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></div> <!-- This is the output of the EXCERPT --> <div class="entry-summary"> <?php the_excerpt(); ?> </div> <div class="meta_author">Pe <?php the_time('j M Y'); ?> | Cu <a href="#comments"> <?php comments_number('0 Comentarii','1 Comentariu','2 Comentarii'); ?> </a> </div> <br style="clear: both;" /> </div> <!-- // End of Post Wrap -->
Something combine with this:
<?php else : ?> <h2 class="center">Not Found</h2> <p class="center"> <?php _e("Sorry, but you are looking for something that isn't here."); ?></p>
Forum: Plugins
In reply to: [Posts in Page] Post by post/page tagI’m not using any php code, because nothing works. I don’t know what to do any more. I just want to display posts in page by tag page
For example i have “father” page, with tag “tag-father”. And couple of posts with that tag “tag-father” on multiple categoris. i want to display in page “father” posts from category 1 by tag “tag-father”, posts from category 2 by tag “tag-father” and so on.Forum: Plugins
In reply to: [Posts in Page] Post by post/page tagNo Eric, i didn’t solve it. I don’t know how
Forum: Plugins
In reply to: [Posts in Page] How to add featured imageThank you Eric, i already solved the issue. Now, i need one last thing, to display a custom text if there is no post to display by specific tag and/or category.
Forum: Plugins
In reply to: [Posts in Page] How to add featured imageHow to wrapp <?php the_excerpt(); ?> text around <?php the_post_thumbnail( ‘hotleft’ ); ?> ?
Forum: Plugins
In reply to: [Posts in Page] Post by post/page tagDont worry, i put the category that i hant to display. I put this code into pages. I use this plugin for page tags, Page Tagger.
Forum: Plugins
In reply to: [Posts in Page] Post by post/page tagperhaps it will work if change that tag with custom url, and i create that custom page url exactly like the tag that i want to appear. Sry, i’m not so good with php, that i ask for help in here.
Forum: Plugins
In reply to: [Posts in Page] Post by post/page tagit doesn’t work. it shows only the posts from “test” category, the page tag is not taken.