1

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?

Re: Instructions to modify page.php to events.php

It's okay, I decided to go with another plugin anyway.  Thanks, Eleanor

Re: Instructions to modify page.php to events.php

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.

4

Re: Instructions to modify page.php to events.php

Hope you found what you were looking for. Happy blogging!

Re: Instructions to modify page.php to events.php

I haven't gone another way - yet. So I would like clarification also on the question in the original posting. Thanks.

6

Re: Instructions to modify page.php to events.php

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>' ); ?>

7

Re: Instructions to modify page.php to events.php

In the 2010 theme that is.