joshiramit
Forum Replies Created
-
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal for WooCommerce not working in AustraliaThanks, i am going with Website Payments Pro Hosted Solution 🙂
Forum: Plugins
In reply to: [PayPal for WooCommerce] PayPal for WooCommerce not working in AustraliaThanks for your reply.
We need user should pay by credit card on our site not to redirected to paypal. Can you please suggest specific plugin.Hello caimin_nwl,
i am using login with ajax 3.1.4 and wordpress 4.2.2 version.
Forum: Themes and Templates
In reply to: favicon issueHello
Please use wordpress function to show fav icon on every page.
<link rel=”icon” type=”image/png” href=”<?php bloginfo(‘template_url’); ?>/favicon.png” />
Forum: Themes and Templates
In reply to: Custom page not template pageThanks for Reply
I know about custom post template but want to use custom stand alone page only not template. If we use custom template page we have to create at least one page page in admin to show in custom template page.
I don’t want to create any page in admin and want stand alone page only and access stand alone page.
Thanks
Forum: Themes and Templates
In reply to: Custom page not template pageFor more clear
I want to add an additional php file, for example test.php in my wordpress theme, and access it with url like example.com/wordpress/test.php
When I place this test.php file in the theme directory, I can’t access it. So I how can I do that? It allows to access only if i place the test.php in the wordpress root, but i want to add the file in the theme directory instead of the root directory, which is at
wordpress\wp-content\themes\mytheme\test.php
Thanks