Re: Instructions to modify page.php to events.php
Eleanor,
Unfortunately with this plugin you do have to have some knowledge of PHP and of WordPress themes. Can you find your page.php in your active theme folder?
You are not logged in. Please login or register.
ternstyle - Forum → Event Page Plugin → Instructions to modify page.php to events.php
Eleanor,
Unfortunately with this plugin you do have to have some knowledge of PHP and of WordPress themes. Can you find your page.php in your active theme folder?
It's okay, I decided to go with another plugin anyway. Thanks, Eleanor
It's easier to use the shortcode [members-list search=true pagination2=true sort=true] for example on your members-list page (the page where the list is shown on your site).
Although for some reason, my blog doens't show the list anymore, but only the shortcode... Perhaps if Matthew can see what I did wrong, it might be an easier option for you as well Eleanor.
Hope you found what you were looking for. Happy blogging!
I haven't gone another way - yet. So I would like clarification also on the question in the original posting. Thanks.
the code will most likely look like this:
<?php the_content(); ?>
<?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'twentyten' ), 'after' => '</div>' ) ); ?>
<?php edit_post_link( __( 'Edit', 'twentyten' ), '<span class="edit-link">', '</span>' ); ?>
In the 2010 theme that is.
ternstyle - Forum → Event Page Plugin → Instructions to modify page.php to events.php
Powered by PunBB, supported by Informer Technologies, Inc.