dashton
Forum Replies Created
-
IntenseDebate is dead. I got an email from Matt when I sent a similar suggestions to what Nadiamode referenced above and he asked what features I’d like to see on IntenseDebate.
I sent him a list of features that livefyre and disqus offer that are absent in IntenseDebate. I expressed my concern that there hasn’t been an update in a very long time and was worried about the future of IntenseDebate.
I got nothing back. I’m switching to Disqus.
Resolved – Global Translator integration caused error.
Forum: Themes and Templates
In reply to: Possible Hijack? Can’t find it – AOL Search on all pagesStill seeing an issue on the iPhone safari browser, and it appears to be when switching from my mobile theme to the regular site.
Could someone let me know what they see when they visit the above mentioned URL? I’m severely perturbed and would just like some sense in all of this.
Thank you.
Forum: Themes and Templates
In reply to: Possible Hijack? Can’t find it – AOL Search on all pagesNow it seems to be gone at least for my Safari test. I tried updating a few plugins and worked with my widgets. Not sure if the problem is still happening. I’ll post back if it is.
Thanks
Forum: Plugins
In reply to: Archive HelpIs this possible? Yes/No?
Forum: Themes and Templates
In reply to: Page NavigationI hate it when I find a similar post with no solution so here it goes:
Removed the $featuredPosts variable all together and went with a standard loop pulling from a category, I added your $paged code you recommended and got this:
<?php $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; query_posts('posts_per_page=12&cat=5400&paged=' . $paged); ?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?>Thanks for the help, it worked for me.
Forum: Themes and Templates
In reply to: Page NavigationI guess it would help if I linked the pastebin file :0
http://wordpress.pastebin.ca/1801756Thanks,
Forum: Themes and Templates
In reply to: Page NavigationI went ahead and uploaded the edited file and uploaded to pastebin.
Any help would be appreciated. I’ve never had an inconsistent issue like this before, but I believe that I’m not doing anything wrong.
I know that my pageviews are probably suffering because no one can actually view the archive of a category.
Thanks again.
Forum: Themes and Templates
In reply to: Page NavigationThanks for the reply esmi.
The replacement didn’t work, it was really odd:
First try – first page had php error
Second try – first page worked fine, php error when testing second page.
Third try – first page worked fine, second page replicated first page like the original problem.All I did was replace the line recommended 3 different times. I’ve never seen this before, generally if there is an error once, there will always be an error but I had 3 different situations.
Forum: Themes and Templates
In reply to: Page NavigationThanks, I went ahead and did that.
Forum: Themes and Templates
In reply to: Display custom php template filehttp://codex.ww.wp.xz.cn/Category_Templates
I think this should resolve my issue, I’ll post my results.
ty
Forum: Fixing WordPress
In reply to: WordPress database error “Query was empty”anyone?
Forum: Fixing WordPress
In reply to: Republish post, keep same permalinkAnyone have an idea? Is there anyway to pull a post from the archive without messing up the permalink?
Forum: Fixing WordPress
In reply to: WordPress Hacked?Not sure if you’re still around Dart, but you weren’t accessing the site I mentioned prior were you? Could it be that the server was hit, and it’s spreading to multiple sites?
Is that even possible? I thought on a shared hosting account each website directory was separate from each other?
Forum: Fixing WordPress
In reply to: WordPress Hacked?Thanks again Voodoo.