Chornaa
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.It worked thanks keesiemeijer.
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.Forum: Fixing WordPress
In reply to: How to display user statuses in comments.I want to display user statuses (Adminsitrator, Author) in their comments. How can I do that? I am using theme blue taste.
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.Ye I did it. I meaned any other way to display user statuses.
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.It destroyed my site completely ๐
Please any other way.
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.1. <?php 2. 3. /* 4. 5. * Blue Taste WordPress Theme By Jabox (http://www.jabox.com.ar) 6. 7. */ 8. 9. ?> 10. 11. <?php 12. 13. if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME'])) 14. 15. die ('Please do not load this page directly. Thanks!'); 16. 17. 18. 19. if (!empty($post->post_password)) { // if there's a password 20. 21. if ($_COOKIE['wp-postpass_' . COOKIEHASH] != $post->post_password) { // and it doesn't match the cookie 22. 23. ?> 24. 25. 26. 27. <p>แจแแแงแแแแ แแแ แแแ, แ แแ แแแฎแ แแแแแแขแแ แ.</p> 28. 29. 30. 31. <?php 32. 33. return; 34. 35. } 36. 37. } 38. 39. 40. 41. ?> 42. 43. <?php 44. 45. $options = array( 'walker' => null, 46. 47. 'max_depth' => '', 48. 49. 'style' => 'ol', 50. 51. 'callback' => null, 52. 53. 'end-callback' => null, 54. 55. 'type' => 'all', 56. 57. 'page' => '', 58. 59. 'per_page' => '', 60. 61. 'avatar_size' => 50, 62. 63. 'reverse_top_level' => true, 64. 65. 'reverse_children' => ''); 66. 67. ?> 68. 69. <?php if ( have_comments() ) : ?> 70. 71. <div class="separator"></div> 72. 73. <h3><?php comments_number('แแแแแแขแแ แ แแ แแ แแก', '1 แแแแแแขแแ แ', '% แแแแแแขแแ แ'); ?>”</h3> 74. 75. <ol class="commentlist"> 76. 77. <?php 78. 79. wp_list_comments($options); 80. 81. ?> 82. 83. </ol> 84. 85. <div class="separator"></div> 86. 87. <?php paginate_comments_links(); ?> 88. 89. <div class="separator"></div> 90. 91. <?php endif; ?> 92. 93. 94. 95. 96. 97. 98. 99. <?php 100. 101. $options = array( 102. 103. 'title_reply' => __( 'แแแขแแแ แแแแแแขแแ แ' ), 104. 105. 'title_reply_to' => __( 'แฃแแแกแฃแฎแ %แก' ), 106. 107. 'cancel_reply_link' => __( 'แฃแแ แ' ), 108. 109. 'label_submit' => __( 'แแแแแแแแ' ), 110. 111. ); 112. 113. comment_form($options,$post->ID); 114. 115. ?>Forum: Fixing WordPress
In reply to: How to prevent spam comments?Use plugin called Akismet.
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.Their is no
<?php foreach ($comments as $comment) : ?>in comments.phpForum: Fixing WordPress
In reply to: How to display user statuses in comments.Where I must put this code? In which file?
Forum: Fixing WordPress
In reply to: How to display user statuses in comments.Can anyone help?
Forum: Fixing WordPress
In reply to: User Profile PageThanks dskallman it is exactly what I wanted.
Forum: Fixing WordPress
In reply to: How to remove >> after Read More ButtonThanks Snat problem solved.
Forum: Fixing WordPress
In reply to: User Profile PageIt is only for a post authors, I want a registered user profile pages ๐
Forum: Fixing WordPress
In reply to: User Profile PageThanks for reply.
I tried this plugin, it works well, but it added post author name on the top of the posts. I want author name in bottom. How can I change it?Forum: Fixing WordPress
In reply to: User Status in CommentsPls someone help.