remotay
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My images do not resize in my posts after I set HxWUgh, still does not resize it, For some reason it’s still 300×240 instead of 320×240. Is it by default trying to keep the aspect ratios the same or something?
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] My images do not resize in my posts after I set HxWHas no one else seriously encountered this problem? I’d seriously give you a huge internet hug if anyone can help me! :[
Forum: Fixing WordPress
In reply to: Having two Page.phps ? I need to setup Multiple “static” pages.I Love you. Seriously. ??
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.If I put the code here, www.remarpro.com messes the code up.
<h2>MMO / MMORPG Thoughts</h2><?php $the_query = new WP_Query('category_name=UMmo&showposts=5&orderby=post_date&order=desc'); while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID; ?> <ul> <li><a>"><?php the_title(); ?></a></li> </ul> <?php endwhile; ?>
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.Wow, The code is messing up here…
<?php $the_query = new WP_Query(‘category_name=UMmo&showposts=5&orderby=post_date&order=desc’);
while ($the_query->have_posts()) : $the_query->the_post();
$do_not_duplicate = $post->ID; ?>
<?php endwhile; ?>
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.<?php $the_query = new WP_Query(‘category_name=UMmo&showposts=5&orderby=post_date&order=desc’);
while ($the_query->have_posts()) : $the_query->the_post();
$do_not_duplicate = $post->ID; ?>
<?php endwhile; ?>
There is no mistake like that. The part I qutoed before is borked. This is the code i’m using…
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.One problem.. I’d love for some assistance.
Heres the code I’m using. It does the job, but has some unusual side-effects.
<h2><a href="https://mmohub.org/mmorpg/ummo">MMO / MMORPG Thoughts</a></h2> <?php $the_query = new WP_Query('category_name=ummo&showposts=5&orderby=post_date&order=desc'); while ($the_query->have_posts()) : $the_query->the_post(); $do_not_duplicate = $post->ID; ?> <li><a>"><?php the_title(); ?></a></li> <?php endwhile; ?>
My homepage, https://mmohub.org
Put your cursor over my adsense ads on the sidebar. It highlites something on the bottom, and if you click the bottom portion, it’ll link to one of the random articles. It does the same thing if you click on the Magnifying glass on the search icon [top right]. It also links to the random article on the title of the “Other pages”. What am I doing wrong? How can I fix this?Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.Thank you Jaclynmarie1 ?? You rock! We need more awesome people like you two on the wordpress forums. I love wordpress so much. I use it on all my websites, and Its absolutely wonderful :D. Does wordpress have a donate page?
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.My title does say please. Thank you for the Information :D. I’ll test the code in a bit.
Forum: Plugins
In reply to: Need some quick help finding a Plugin Please.Well, don’t want to show the entire post, Just the Titles of each post like a list. Please provide the code for that. and Can I put the code in the Post or do I need to go to template? I have Phpexec installed.
Forum: Fixing WordPress
In reply to: Dashboard loads for a split second, Then dissapears.If I look at the bottom left of my firefox, It goes white the second it says connecting to “top100-counter.com”, This doesn’t happen on my other server, with wordpress.. Any ideas?
Forum: Fixing WordPress
In reply to: Dashboard loads for a split second, Then dissapears.Same problem in 2.3.2 and on another domain, What the heck?
Forum: Fixing WordPress
In reply to: Mysql Queries / processes Hanging, Causing connection Errors, Help!Additional info
Deleting The last category i Made, Makes the server usable again, and Resolves the problem, But this same problem comes up randomly as I add more categories. [I’m at over 400 Categories now]. Any ideas?Forum: Fixing WordPress
In reply to: Mysql Queries / processes Hanging, Causing connection Errors, Help!This is causing server crashes, and lots of headaches, No one knows how to resolve this?
Forum: Fixing WordPress
In reply to: Mysql Queries / processes Hanging, Causing connection Errors, Help!This seems like a serious bug, And worth the bump. When the processes hang, The site becomes nearly unusable, as Database connection errors become common.