Mark Jindra
Forum Replies Created
-
Forum: Plugins
In reply to: [Show/Hide Content at Set Time] PAGE vs POSTok nevermind I finally found it … i feel so stupid
<?php echo do_shortcode($content); ?>
Forum: Plugins
In reply to: [Show/Hide Content at Set Time] PAGE vs POSTNevermind I think my problem is that shortcodes aren’t being applied in my content block. But I don’t know enough about WordPress to make that happen.
<?php foreach( $pages as $page ): $content = $page->post_content; ?> <?php echo $content; ?>
I am having the same issue. I have some javascript that needs the full table data except hidden rows. I still need a hidden column though. Any chance you could show me what to change here to make that happen?
<script type='text/javascript'> <?php $table = TablePress::$controller->model_table->load('Master'); $js_array = json_encode($table[data]); echo "var _tableArray = ". $js_array . ";\n"; ?> </script>
Thanks Tobias
=M=
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Maximum Rows?Yea I thought that might be what I need to do. The main issue I am having is that a previous dev decided to dump the list into a key value array and stick that in javascript. I was just considering my options and was thinking of using tablepress and some custom code to write out that array so I didn’t have to make too many changes but I am now convinced I should rewrite this thing from scratch.
Thanks
=M=
Nevermind I didn’t copy the access keys for the twitter app api correctly … I missed the last letter.
Duh!
Anyone? Thoughts?