codecritic
Forum Replies Created
-
Forum: Plugins
In reply to: Added widget, now Links/Blogroll won’t displayWell, I found what the issue was with my blog. I had a separate links.php in my new theme that was not coming up on sidebar. It is configured to appear as a separate page on my blog.
Forum: Fixing WordPress
In reply to: Blog Stats Not ShowingHi All,
Even I have a similar issue. I have added WP API key. It has been working for on my site for a long time but now it is not updating any stats since 28th. Any thoughts? Anyone else facing the similar issue?
Thanks!
Forum: Plugins
In reply to: Added widget, now Links/Blogroll won’t displayI Agree with jpellowe. i too have a similar issue and I haven’t been able to get my blogroll working. Appreciate any help to get this resolved.
Forum: Fixing WordPress
In reply to: How to get rid of index.php from PermalinksCan someone comment on this with a possible fix?
I have tried the yahoo’s customizable permalinks plugin as well, with no success in finding a solution for this issue. Appreciate any help on this.
Forum: Fixing WordPress
In reply to: Comments – Author URL & Content URLs to open in a new windowAny help on issue 2 please?
Forum: Fixing WordPress
In reply to: Comments – Author URL & Content URLs to open in a new windowI figured out the solution for issue 1:
Change this file : ../wp-includes/comment-template.php as below:
function get_comment_author_link() { $url = get_comment_author_url(); $author = get_comment_author(); if ( empty( $url ) || 'https://' == $url ) $return = $author; else $return = "<a href='$url' rel='external nofollow'>$author</a>"; return apply_filters('get_comment_author_link', $return); }
——————————————————————
Change the code which looks similar to above with a small change as below. This basically introuduces target=’_blank’ and nothing more!
——————————– ———————————-function get_comment_author_link() { $url = get_comment_author_url(); $author = get_comment_author(); if ( empty( $url ) || 'https://' == $url ) $return = $author; else $return = "<a href='$url' rel='external nofollow' target='_blank'>$author</a>"; return apply_filters('get_comment_author_link', $return); }
Forum: Installing WordPress
In reply to: Permalink problem after upgradeHas anyone succeeded here to get rid of index.php from the url?
if so, please provide what you did to fix this on Yahoo! please.
Thanks,
https://codecritic.inForum: Fixing WordPress
In reply to: How to get rid of index.php from PermalinksHmm… i luv Yahoo! as it provides the most reliable service.
Has anyone got a way to solve this issue without having to change the host?
Forum: Fixing WordPress
In reply to: How to get rid of index.php from PermalinksI use the Yahoo! webhosting if that helps the genies out here to solve my issue! And this is a fresh installation of 2.5