Title: treble6's Replies | WordPress.org

---

# treble6

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

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

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Grant access to a category while retricting others](https://wordpress.org/support/topic/grant-access-to-a-category-while-retricting-others/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/grant-access-to-a-category-while-retricting-others/#post-3084349)
 * Its catergory ID 6 so should it read:
 *     ```
       <?php if(member_user_is(array('member')) || in_category( 6 )) {
       the_content();
       } else {
       header("Location: /you-are-not-authorised-to-see-this-page");
       }?>
       ```
   
 * ???
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Grant access to a category while retricting others](https://wordpress.org/support/topic/grant-access-to-a-category-while-retricting-others/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/grant-access-to-a-category-while-retricting-others/#post-3084332)
 * Thanks for your help and i do apologise but i need my hand help a little bit 
   more throug this. I currently have two categories, the default “Uncategorised”
   and “blog”
 * If i wanted to make blog visible to everyone yet restrict uncategorised what 
   would i change to test this?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to auto populate a Custom Field.](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/#post-2403785)
 * Thanks again but that didnt work either.
    This is the code is the blogroll i 
   need to modify
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * As you can see, the ‘post_image’ is called
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to auto populate a Custom Field.](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/#post-2403779)
 * Done that, they want more money to change it…
 * I assume it wouldnt be to difficult to do but i know little about the way wordpress
   is written so trying to think of a quick fix for now
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to auto populate a Custom Field.](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/#post-2403769)
 * Yes, the theme is called rising. Im using auto post thumbs to create the featured
   images. I guess an answer would be to hack the auto post thumbs plugin to post
   to the database for both fields??
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is it possible to auto populate a Custom Field.](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 6 months ago](https://wordpress.org/support/topic/is-it-possible-to-auto-populate-a-custom-field/#post-2403720)
 * Thanks for your help.
 * That put the featured thumbnail above that post. What i need is for the featured
   image to be associated with the themes “post_image”. In the hope that where ever
   the theme uses “post_image” the featured image will be used.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Short code in post problem.](https://wordpress.org/support/topic/short-code-in-post-problem/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/short-code-in-post-problem/#post-2250377)
 * I tried this
 *  `<?php echo do_shortcode(‘[user_account_is#member]’); ?>
    <?php the_content();?
   > <?php echo do_shortcode(‘[/user_account_is]’); ?>`
 * But the second short code appears as text. The function doesnt work without the
   execution of the second short code. Anyone see any obvious mistakes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Short code in post problem.](https://wordpress.org/support/topic/short-code-in-post-problem/)
 *  Thread Starter [treble6](https://wordpress.org/support/users/treble6/)
 * (@treble6)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/short-code-in-post-problem/#post-2250353)
 * Shortcodes*

Viewing 8 replies - 1 through 8 (of 8 total)