jegbagus
Forum Replies Created
-
Cool john, i also notice that you have plan to provide additional feature for calculate processing time for each hook. it will be very amazing for developer to improve speed & memory usage.
Forum: Developing with WordPress
In reply to: Thumbnails with custom sizeikaring is right. the result seem weird. your image tag don’t have any class. some code may overwrite how the_post_thumbnail work.
Forum: Developing with WordPress
In reply to: Thumbnails with custom sizehow about trying to upload jpg instead bmp?
Forum: Developing with WordPress
In reply to: Thumbnails with custom sizeif you create custom size after your image being uploaded, it may not generate the custom image yet. you will need to regenerate the image. you can use image generator plugin like this one : https://wordpress.org/plugins/regenerate-thumbnails/
Forum: Fixing WordPress
In reply to: the_content returning nullyour problem is because you haven’t add the_post() before get_the_content. your loop will still null, and you will not get any content.
itu should be
<?php while(have_posts()): the_post(); ?> <?php get_the_content();?> <?php endwhile; ?>Forum: Plugins
In reply to: [JResizr] Very handy!Hi chris, thank you 🙂
glad you like this plugin bro!no, codeigniter only a framework. and i build website ontop of those framework. btw thanks ipstenu for your suggestion.
no its not static. its actually a dynamic page follow with service that we offer.
ok great about bbPress, so what about database structure? do we need to merge our current database table with WP or separate it into 2 databases?