Question 1
How do you display when a page was last updated?
I Tried the following
<p>Last modified: <?php the_modified_date(); ?></p>
and
<?php the_modified_date( $d, $before, $after, $echo ); ?>
Neither worked. I would like to be able to put this on a specific Page, not every post like some themes have. Haven't looked into this properly yet but you guys are usually more relevant than searching google.
Question 2
Have any of you ever integrated a payment system into wordpress? Zombaio would be useful. Want to try out a wordpress paysite next.
Thing is I can't work out how I would set-up the zscript, I tried the wordpress one on the site and it is creating 2 members everytime I register, one from wordpress and one from zombaio. Any experience in this and some pointers would be VERY useful.
Thanks in advance. Off for the night so will check back tomorrow
How do you display when a page was last updated?
I Tried the following
<p>Last modified: <?php the_modified_date(); ?></p>
and
<?php the_modified_date( $d, $before, $after, $echo ); ?>
Neither worked. I would like to be able to put this on a specific Page, not every post like some themes have. Haven't looked into this properly yet but you guys are usually more relevant than searching google.
Question 2
Have any of you ever integrated a payment system into wordpress? Zombaio would be useful. Want to try out a wordpress paysite next.
Thing is I can't work out how I would set-up the zscript, I tried the wordpress one on the site and it is creating 2 members everytime I register, one from wordpress and one from zombaio. Any experience in this and some pointers would be VERY useful.
Thanks in advance. Off for the night so will check back tomorrow



Comment