zapping
Forum Replies Created
-
Forum: Hacks
In reply to: unknow page accessThank you. looks clean. probably a stray user i guess.
Forum: Localhost Installs
In reply to: wordpress from folderThank you. The siteurl and home was hardcoded and was being overridden. Just glad i ran into it.
Forum: Everything else WordPress
In reply to: Advice on affiliate store setupI had posted the rely based on your customers being redirected to the merchant site. I don’t think you can have a shopping cart and collect the payment and shipping. Because as far as i can understand you don’t stock the product and neither you are going to ship it. How do you intend to pass on the payment to the merchants after collecting it using your shopping cart.
Forum: Everything else WordPress
In reply to: Advice on affiliate store setupWhen you become an affiliate member you should be getting an affiliate code. You can include this code along with your linked products. Thus when the customer is taken to the actual merchant site for purchasing the affiliate programs should get to know the referral through the affiliate code.
Forum: Themes and Templates
In reply to: Prana Theme CommentsOn the content.php page the code lines between
<?php if ( comments_open() ) : ?> ... <?php endif; // comments_open() ?>
shows the ‘Leave a comment’. Now this needs to be moved to the footer section i.e just after the
<footer class="entry-meta">
This should do. Let me know if that is the place you are looking for to show it.
Forum: Themes and Templates
In reply to: Prana Theme CommentsIs this for the twentytwelve theme?
Forum: Themes and Templates
In reply to: [NSFW] How do i remove page titleCould you be more specific. A link to you site will be helpful.
1)Where to these titles appear and which page is in question here?
2)Where do these links appear, on which page?Forum: Themes and Templates
In reply to: list page and detail pageOne more please,
I have installed a new plugin. But the functions in the plugin all just do an echo. None of it returns just the value. Now if i want to create a get_xxx_yyy() and have it return the value instead of doing the echo. Can i do it in the plugin file itself or is it a better practice to add it to my child theme’s function.php.Forum: Themes and Templates
In reply to: list page and detail pageok, thank you. was hoping for some sort of a short-cut. Its my 3rd day with wordpress. And i have a long way to go.
Cheers for your time.
Forum: Themes and Templates
In reply to: list page and detail pageOh ok thank you for the tip. Can you let me know on the other one too. How to differentiate between the display on home page click, category click and the detailed view. Currently it all comes boiling down to the content.php page. I would like to include some more info on the detailed page. And a different info on the category click page but not on the home page click.
Forum: Themes and Templates
In reply to: [Twenty Twelve] How do I add comment count on my Home pageJust echo the output of get_comments_number();