beagledog1
Forum Replies Created
-
Forum: Plugins
In reply to: [SimpleReach Slide] [Plugin: SimpleReach Slide] crashing with timthumbSorry I couldn’t understand what you’re saying. How could I fix it up anyway?
Forum: Plugins
In reply to: [SimpleReach Slide] [Plugin: SimpleReach Slide] crashing with timthumboh, sorry I deactivated plugin so far cuz causing bugs I’ll activate plugin please take a look at the site
Forum: Plugins
In reply to: [SimpleReach Slide] [Plugin: SimpleReach Slide] crashing with timthumbfffit.me
I’m tumthumb.php user and here’s my codes about it
<?php $thumburl = wp_get_attachment_url( get_post_thumbnail_id($post->ID) ); ?> <?php if (has_post_thumbnail()) { ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="<?php bloginfo('template_directory'); ?>/scripts/timthumb.php?src=<?php echo $thumburl; ?>" alt="<?php the_title(); ?>" /></a> <?php } else ?> <a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><img src="https://fffit.me/wp-content/themes/custom-community/images/slideshow/muje2.jpg"></a>
when activating plugin I guess it would makes break the links above.
Forum: Fixing WordPress
In reply to: Non-English characters show jumbled updid you fix it up? I having simliar issue with writing korean I guess it would be not relate with UTF-8 errors.
Forum: Fixing WordPress
In reply to: language issue(Translation doesn't work)I solved. check out whether the get text module is being used just by asking host guys and you need to confirm certainly correct what charaters on the line define(‘WPLANG,”); especially quotation marks you need to carefull.
Forum: Fixing WordPress
In reply to: Default featured image and for categories?I’m afraid It’s a standard way but just it work.
insert codes like belowif (has_post_thumbnail()) { the_post_thumbnail(); } <a href="<?php the_permalink(); ?>"><img src="your image path"></a>
I think Codex would be fixed up anyway