vr_chronicle
Forum Replies Created
-
Forum: Plugins
In reply to: PayPal advanced for woocommerce?I can’t seem to get PayPal Advanced extension to work properly. I have it setup to use Layout c and have configured both paypal advanced extension and paypal manager based on the instructions provided for the extension but nothing seems to work. is there a bug I show know about or a particular issue? I have tried every imaginable setting solution but nothing seems to work, any help on this would be huge!
Thanks!
Here’s the beta site: http://thebabeinthewoods.com/v2/
K I did read carefully, thank you. Now I get this error message any idea why?
Fatal error: Call to undefined function btl_list_categories() in/home/vanderbilt/www/www/chronicle/wp-content/themes/whitewash/sidebar.phpon line 14
any suggestions you can give me?
thanks
also doesn’t work with empty brackets, like so.
<?php btl_list_functions() ?>
plugin is activated
I did this but got this:
<?php btl_list_functions(‘title_li=’); ?>
returns a fatal error.
plugin’s been put into the proper plugin directory. no dice.
“Fatal error: Call to undefined function btl_list_functions() in…”
any idea?
Forum: Fixing WordPress
In reply to: how do I get rid of arrows when using next / previoushmm. these are already taken out. here is my code below
<div id=”postNav”>
<table>
<tr valign=”top”><td align=”right”>Next:</td><td><?php next_post_link(); ?></td></tr>
<tr valign=”top”><td align=”right”>Prior:</td><td><?php previous_post_link(); ?></td></tr>
</table>
</div>in the php td’s, the arrows are being automatically generated on the server side?
This does not work. I am looking to add global tags to the “browse by tag” navigation bar on left. So no matter where I am in the blog you can see this navagation feature, very much the same way you would use browse by category.
any suggestions?
thanks!
thanks i will give it a shot and let you know how it goes!