mmoworlds
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [MesoColumn] header text not showing upThank you, you are the best! Fixed it, the header text was white.
Forum: Themes and Templates
In reply to: [MesoColumn] header text not showing upThank you for the reply.
I have show header text checked but it still doesn’t show up.
Oh dear what should I do?
Oh shit! Mine also broke, it says “no campaign ID” when I click on the link. I tried reverting to an old version but it didn’t fix that problem.
What do you mean by “it breaks”? Like, how?
Really? Okay, thanks for the help.
Thank you, I was able to restore the old version of the plugin.
I fixed it! Deleted the plugin folder using filezilla and the dashboard and website are now up. Phew!
Thanks for the info, I will try that at once.
Forum: Fixing WordPress
In reply to: help with sidebarI have changed the thread to resolved since I was able to do a temporary fix.
Forum: Fixing WordPress
In reply to: help with sidebarOkay, so I finally found something. It was in the header php
<div class="top"> <span class="heading1"><span>Top Articles</span></span> <ul> <?php $kt=time()-1209600; $sql = "SELECT * FROM $wpdb->posts WHERE post_date_gmt > FROM_UNIXTIME(".$kt.") AND post_type = 'post' ORDER BY comment_count DESC LIMIT 5"; $top_posts = $wpdb->get_results($sql); foreach ($top_posts as $post) : ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a><span><a class="comments" href="<?php the_permalink(); ?>#comments"><?php echo $post->comment_count; ?> Comments</a>Posted Under: <?php the_category(', '); ?></span></li> <?php endforeach; ?> </ul> </div>
Is there a way to make it show more posts? I tried modifying the “$kt=time()-1209600” value but it made the post disappear (but the box is still there)
Forum: Fixing WordPress
In reply to: help with sidebaris this I tried removing the entire bottom part of the ftop parts in style.css but it did nothing so I put it back
Forum: Fixing WordPress
In reply to: help with sidebarSo how does it even know which posts to put in that box? I didn’t make a “top articles” category.
Forum: Fixing WordPress
In reply to: help with sidebarGamenow
Forum: Fixing WordPress
In reply to: help with sidebaranyone?