Title: Zebra10's Replies | WordPress.org

---

# Zebra10

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [How to retrieve data from database with shortcode?](https://wordpress.org/support/topic/how-to-retrieve-data-from-database-with-shortcode/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 8 months ago](https://wordpress.org/support/topic/how-to-retrieve-data-from-database-with-shortcode/#post-2257582)
 * Any tips for this, or maybe where to find some info on the subject?
 * /Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254477)
 * Hi Tobias,
 * No i did not change the shortcodes.
    I think that what I did wrong, was not updating
   the table, after I put the “add_filter” code in the php part of the functions.
   php
 * But now it acts just like i want it to.
 * Once again, thanks for being so helpfull!
 * All the best
    Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254472)
 * Hi again,
 * Now it works!
    This is what i dicovered:
 * It seems that to make wp-table-reloaded “discover” any changes in the “Show Price”
   plugin, I need to update/save the table containing the shortcode.
 * The result of this is, that if I change the value of the shortcode in the plugin,
   it does not show in the table before I update this – even though I havent maked
   any changes in it.
 * Is there any way around this?
 * Regards Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254434)
 * Hi Tobias,
 * Thanks for being so patient with me.
    I can´t get it working in the default theme
   either, so I think I will try changing the plugin, so that it uses the regular
   Shortcode API as you mentioned.
 * Thanks for your time, and for a great plugin!
 * All the best
    Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254432)
 * Hi again,
 * I tried this but still no luck:
 *  <?php endif; ?>
    <?php edit_comment_link(__($translation_comment_edit)) ?> </
   div> </div> <?php } add_filter(‘wp_table_reloaded_cell_content’, ‘showPrice_display’);?
   >
 * Regards
    Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254425)
 * Hi Tobias,
 * I have doubled checked this:
 * The “Show Price” plugin is activited, and working perfect in posts and pages.
 * I have added the add_filter(…) code into the themes functions.php
 * I have tried doing the same with the default theme – but still no luck.
 * Im am not sure, if I am putting the add_filter(…) code in the correct line of
   the functions.php file – could you please check if I am doing it right, in this
   snippet of my functions.php:
 *  <?php endif; ?>
    <?php edit_comment_link(__($translation_comment_edit)) ?> </
   div> </div>
 * add_filter(‘wp_table_reloaded_cell_content’, ‘showPrice_display’);
 * <?php } ?>
 * Regards Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] Shortcode not working in cells](https://wordpress.org/support/topic/shortcode-not-working-in-cells/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 9 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-cells/#post-2254261)
 * Sorry, something went wrong with the links. Please take a look at these instead:
 * Plugin with shortcode – [http://wordpress.org/support/topic/importing-variables-eg-price-into-loads-of-posts](http://wordpress.org/support/topic/importing-variables-eg-price-into-loads-of-posts)
 * My test site – [http://prismobilen.dk/htc-hero/](http://prismobilen.dk/htc-hero/)
 * This is the line I added to my themes functions.php – add_filter(‘wp_table_reloaded_cell_content’,‘
   showPrice_display’);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] How to remove only cell borders, not entire table border?](https://wordpress.org/support/topic/how-to-remove-only-cell-borders-not-entire-table-border-1/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-only-cell-borders-not-entire-table-border-1/#post-2173613)
 * Hello Tobias,
 * That did the job, it works like a charm know.
    Thank you so much for your help!
 * All the best
    Brian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-Table Reloaded] How to remove only cell borders, not entire table border?](https://wordpress.org/support/topic/how-to-remove-only-cell-borders-not-entire-table-border-1/)
 *  Thread Starter [Zebra10](https://wordpress.org/support/users/zebra10/)
 * (@zebra10)
 * [14 years, 10 months ago](https://wordpress.org/support/topic/how-to-remove-only-cell-borders-not-entire-table-border-1/#post-2173544)
 * Hi Tobias,
 * Unfortunately it doesn’t work – here is the url [http://prismobilen.dk/products/test-produkt/](http://prismobilen.dk/products/test-produkt/)
 * /Brian

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