Ngikik
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Get A Warning: in_array() [function.in-array]:Hi #ElectricFeet,
It’s the code I found in :
Customizr: class-content-gallery.php on line 25However, It’s already fix after I deactivate all plugins. It’s all because I installed some plugins as I want to put recent posts on my page (just like front page) and not in side bars. But, sometimes my website goes to ‘white blank page’ or get a warning like this.
Could you please help me how to put automatically our recent posts in content of a page?
I found this code from:http://wordpress.org/support/topic/recent-post-for-page-not-widget?replies=7
<?php query_posts('showposts=5'); ?> <ul> <?php while (have_posts()) : the_post(); ?> <li><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></li> <?php endwhile;?> </ul>And I get white blank page again on my website.
Thanks in advance,
Forum: Themes and Templates
In reply to: [Customizr] Favicon & Menu change not on the same lineHi Andrew,
I’ve found the plugin as the cause of this problem. I deactivate this, and my menu move back as it should be.
Thanks for your quick response, anyway.Forum: Themes and Templates
In reply to: [Customizr] Favicon & Menu change not on the same lineI deactivated plugins which I just installed today. But still doesn’t work.
Is there another option instead of deactivate all of them?