dkblackhawk
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: WP-Paginate] WP_Query paginateI’ll share you the code that got it working for me ??
<?php $temp = $recent; $recent= null; $recent = new WP_Query('cat=-6&showposts=5&paged=' . $paged); while ($recent->have_posts()) : $recent->the_post(); ?> Template to view the posts itself <?php if(function_exists('wp_paginate')) { wp_paginate(); } $recent = null; $recent = $temp; ?>
Also, I have just fixed my other problem when it was showing empty pages. You have to remove the “cat=-6&” from WP_Query. Then you should have no blank pages like I did.
Hope it helps!
Forum: Fixing WordPress
In reply to: Post and comments for a specific userI figured out how to do the post part, now I need the comments.
Forum: Fixing WordPress
In reply to: Post and comments for a specific userbump
Forum: Fixing WordPress
In reply to: [Plugin: Add Local Avatar] Display avatars anywhere in wordpressThanks worked like a charm ??
Forum: Fixing WordPress
In reply to: [Plugin: Add Local Avatar] Display avatars anywhere in wordpressYeah i tried the links you gave me but none of them seem to have helped, thanks for trying though.
Forum: Plugins
In reply to: [Plugin: WordPress Popular Posts] Getting current views in a postNo problem man, can’t wait for the future release ??
Forum: Fixing WordPress
In reply to: [Plugin: Add Local Avatar] Add upload function to the sidebarthanks a ton man!
thanks, will try.
Forum: Fixing WordPress
In reply to: [Plugin: Add Local Avatar] Add upload function to the sidebarlol, that seems to happen to me too xD
Forum: Fixing WordPress
In reply to: [Plugin: Add Local Avatar] Add upload function to the sidebarwow man. No we haven’t. We have discuessed avatars being renamed to username-avatar…nothing like putting this into the sidebar.
Forum: Fixing WordPress
In reply to: [Plugin: Sidebar Login] Change welcome stylesheetnever mind fixed it.
I know thats not how it works…i want to know what piece of coding i need to change so it becomes that.
Forum: Fixing WordPress
In reply to: Chage wordpress completlyok after reading it for a bit, i found out i can do it but i need to leave markings that i did do it.
Forum: Fixing WordPress
In reply to: Image being renamed to file lenght and width when uploadingNo i don’t want that, I want it so that when i upload it it automatically gets changed to the size i put in my options and when i view the image i don’t want it to be renamed the width and length, just keep the file name.
Well after i switched hosts, i got it working after i put it in a folder and not another domain. Thanks for your help though.