Upgrading Paged Comments
Upgrading: version 2.6 to 2.6
- To update any 2.6 version, simply replace the paged-comments.php file with the one in the latest release. You do not need to make any changes to the config file.
Note: You may want to check the language/theme folder for new files — although if you’re happy with your current setup there’s no need to copy these files over.
Upgrading: version 2.5 to 2.6.x
- Download and extract 2.6 plugin files to a folder locally.
- Upload the whole
paged-commentsdirectory to[wordpress]/wp-content/plugins/. The plugin files should now be in[wordpress]/wp-content/plugins/paged-comments/. - Copy
[wordpress]/wp-content/plugins/paged-comments-config.phpto the new[wordpress]/wp-content/plugins/paged-comments/directory. - Disable version 2.5 in your WordPress admin panel. (You should see both 2.5 and 2.6 listed.)
- Enable version 2.6.
- If everything is working okay, delete the old paged-comments.php and paged-comments-config.php files from
[wordpress]/wp-content/plugins/.
Upgrading: version 2.5 to 2.5
- To update any version of 2.5, simply replace the paged-comments.php file with the one in the latest release. You do not need to make any changes to the config file.
Upgrading: version 1 (only date as version) to 2
- Download and extract plugin files to a folder locally.
- Open your existing paged-comments.php file from your plugins folder and copy the plugin parameters to a new file. The parameters are everything between the START EDITING and END EDITING markers. Save the file as ‘paged-comments-config.php’.
- Replace your existing paged-comments.php file with the one supplied in the latest plugin release.
- Upload paged-comments-config.php (created in step 2) to the same folder holding paged-comments.php.
- The extracted plugin archive includes a ‘themes’ folder. Look inside and open the subfolder corresponding to the WordPress theme you’re using (or if your theme isn’t listed, choose the ‘default’ folder). Upload the comments-paged.php file to the appropriate WordPress theme folder (found in wp-content/themes/).
For example, if you’re using the default WordPress theme, copy /paged-comments-plugin/themes/default/comments-paged.php to /wordpress/wp-content/themes/default/
- Within the theme folder (where you uploaded comments-paged.php in the previous step), edit any template files that include the line:
include(ABSPATH.'/wp-paged-comments.php');and replace with this line:
if (function_exists('paged_comments_template')) paged_comments_template(); else comments_template();
Thank you! =) Now everything works perfect!!!
[...] Bu eklenti sadece birkaç tane Thema ya destek veriyormuş Eklenti Plugin klasörü içerisinde bir klasör halinde yerleştiriliyor bu klasör içerisinde de themes klasörü var eğer ki sizin thema nız bu klasör içerisinde yoksa ki benim yeni N.Design Studio themamı desteklemiyordu. Bende themamın adının aynısı olarak /plugin/pagecomment/theme klasörüne birde benim theme nin isminde bir klasör açtım ve içerisine eklentinin içinden çıkan ve Classic themesine uygun comments-paged.php dosyasını upload ettim. Tabiki çalıştı classic theması ile uyumlu olarak çalışması beni sevindirdi birde bunu TR olarak düzenlemek lazım dedim .. Sonunda bitti … Şu sayfadan da yardım aldım işinize yarayabilir. WordPress Database Backup u güncellemem gerekti yeni sürümü 2.1.3 e güncelledim ve sorun olmadı. Düzgün bir şekilde çalışıyor artık. [...]