Arkadaşlar ben bu wordpress paged comments eklentisini kurdum fakat linkleri değiştirmek isteiyorum şuan;
sayfaadi/?cp=12#comments
şeklinde çıkıyor, fakat ben bunları kalıcı bağlantılara uygun şekilde ayarlamak istiyorum ve paged-comments-config.php sayfasında
// Fancy URL
// ---------
// If you currently have a custom URI structure for permalinks (see:
// <http://codex.wordpress.org/Introduction_to_Blogging#Pretty_Permalinks>
// if you don't), enabling this will append /comment-page-x/ (where x is a page number)
// to the end of the URLs for comment pages.
// WordPress 1.5 users: you MUST edit your WordPress .htaccess file prior to enabling this.
// Enter the following lines:
// RewriteRule ^(.+/)comment-page-([0-9]+)/?$ $1?cp=$2 [QSA,L]
// RewriteRule ^(.+/)all-comments/?$ $1?cp=all [QSA,L]
// at the end of the .htaccess file beneath the #END WordPress marker
// (this ensures WordPress leaves the rule alone when updating the other rewrite rules.)
// WordPress 2 users: do not modify the .htaccess file.
$paged_comments->fancy_url = false;
şöle bi satır var burdaki false ibaresini true yaptım fakat bu seferde değişen bişi olmadı hangi sayfaya tıklarsam tıklıyim aynı sayfada kalıyorum eksik yaptığım bişi mi var acaba yardımcı olurmusunuz?