Title: deckster0's Replies | WordPress.org

---

# deckster0

  [  ](https://wordpress.org/support/users/deckster0/)

 *   [Profile](https://wordpress.org/support/users/deckster0/)
 *   [Topics Started](https://wordpress.org/support/users/deckster0/topics/)
 *   [Replies Created](https://wordpress.org/support/users/deckster0/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/deckster0/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/deckster0/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/deckster0/engagements/)
 *   [Favorites](https://wordpress.org/support/users/deckster0/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/deckster0/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/deckster0/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/deckster0/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/deckster0/replies/page/2/?output_format=md)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to disable comments on a page (Twenty Ten theme)](https://wordpress.org/support/topic/how-to-disable-comments-on-a-page-twenty-ten-theme/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/how-to-disable-comments-on-a-page-twenty-ten-theme/#post-1555198)
 * There is a small “Allow comments” checkbox at the bottom (default screen options).
 * Uncheck that and your comments section should get disabled for that specific 
   page/post.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [POSTLISTS plugin lists the whole posts](https://wordpress.org/support/topic/postlists-plugin-lists-the-whole-posts/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/postlists-plugin-lists-the-whole-posts/#post-1555197)
 * Instead of %content%, use %excerpt%.
 * Try that and see if the problem gets solved.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WordPress admin panel screwed up and locks up the browser](https://wordpress.org/support/topic/wordpress-admin-panel-screwed-up-and-locks-up-the-browser/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/wordpress-admin-panel-screwed-up-and-locks-up-the-browser/#post-1555193)
 * Do this:
 * 1. Deactivate all your plugins.
    2. Activate the default wordpress theme. If 
   the problem still remains, go to Dashboard->Upgrades->Re-install automatically
   and check if the problem resolves.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [MAC OSX & PHP 5.3.2 uploading images](https://wordpress.org/support/topic/mac-osx-amp-php-532-uploading-images/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/mac-osx-amp-php-532-uploading-images/#post-1527792)
 * Which browser are you using on Mac?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [need the best voting plugin](https://wordpress.org/support/topic/need-the-best-voting-plugin/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/need-the-best-voting-plugin/#post-1533333)
 * There are a bunch of poll/voting plugins udner the wordpress “extend” tab.
    The
   best one that I’ve used is the WP-Polls plugin by Lester.
 * [http://wordpress.org/extend/plugins/wp-polls/](http://wordpress.org/extend/plugins/wp-polls/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Privacy settings](https://wordpress.org/support/topic/privacy-settings-2/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/privacy-settings-2/#post-1533332)
 * You can use `is_user_logged_in()` it will return `TRUE` if it’s a registered 
   and logged in user otherwise it will return `FALSE`.
 * Example:
 *     ```
       <?php if(is_user_logged_in()){ ?>
       // Hidden Content for registered only goes here.
       <?php } ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to rename function by plugin?](https://wordpress.org/support/topic/how-to-rename-function-by-plugin/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/how-to-rename-function-by-plugin/#post-1533330)
 * Just go into the plugin file (PHP) and search for:
    `function make_clickable`
   Then rename the “make_clickable” part to anything you like.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Logging into dashboard brings up old theme](https://wordpress.org/support/topic/logging-into-dashboard-brings-up-old-theme/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/logging-into-dashboard-brings-up-old-theme/#post-1533329)
 * Have to tried activating the default wordpress theme and deactivating all the
   plugins?
 * Please try that and see if anything changes.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Block hacked and fixed, strange urls stay](https://wordpress.org/support/topic/block-hacked-and-fixed-strange-urls-stay/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/block-hacked-and-fixed-strange-urls-stay/#post-1171724)
 * Haha, just noticed!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [word press admin panel gone haywire](https://wordpress.org/support/topic/word-press-admin-panel-gone-haywire/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/word-press-admin-panel-gone-haywire/#post-1532166)
 * Sigh.
    This is one of those Malware cases.
 * Just place this in any theme file and run it.
    Code:
 * [http://pastebin.com/MKaJRHFd](http://pastebin.com/MKaJRHFd)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [URL to display all wordpress posts](https://wordpress.org/support/topic/url-to-display-all-wordpress-posts/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/url-to-display-all-wordpress-posts/#post-1532741)
 * What you need to create is a loop.
 * [http://codex.wordpress.org/The_Loop](http://codex.wordpress.org/The_Loop)
 * Example:
 *     ```
       <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
       // Do stuff here
       <h2><?php the_title(); ?></h2><br />
       <?php the_excerpt(); ?><br />
   
       <?php endwhile; else: ?>
       <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
       <?php endif; ?>
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Block hacked and fixed, strange urls stay](https://wordpress.org/support/topic/block-hacked-and-fixed-strange-urls-stay/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/block-hacked-and-fixed-strange-urls-stay/#post-1171722)
 * I would suggest re-installing wordpress with a fresh copy from this website. 
   Then just download a security plugin for wordpress.
 * You can re-install wordpress by simply going to `Tools>Upgrade>Re-install`
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Postioning footer](https://wordpress.org/support/topic/postioning-footer/)
 *  [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/postioning-footer/#post-1532736)
 * The link to your website doesn’t work.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a “category loop”?](https://wordpress.org/support/topic/how-to-create-a-category-loop/)
 *  Thread Starter [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/how-to-create-a-category-loop/#post-1532639)
 * Thanks Keesiemeijer! Works like a charm!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to create a “category loop”?](https://wordpress.org/support/topic/how-to-create-a-category-loop/)
 *  Thread Starter [deckster0](https://wordpress.org/support/users/deckster0/)
 * (@deckster0)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/how-to-create-a-category-loop/#post-1532628)
 * I did, but from my point o f view it only left you create a list with links?

Viewing 15 replies - 1 through 15 (of 50 total)

1 [2](https://wordpress.org/support/users/deckster0/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/deckster0/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/deckster0/replies/page/4/?output_format=md)
[→](https://wordpress.org/support/users/deckster0/replies/page/2/?output_format=md)