Rachel Winspear
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Content Type Manager] Featured images – Different layoutI must of had a blond moment – nothing has changed!!
Many thank! ??
Forum: Themes and Templates
In reply to: Show different versions of single.phpI would like to provide two different links to the same post, one that displays it with one template, and one that uses another!
Really hope there is a way to do this!
Forum: Themes and Templates
In reply to: Show different versions of single.phpThanks for the link – I have just tested this plugin which redirects posts to have a different layout, but I can’t switch between two layouts.
Is there any way to select the template for the page from the link?? Allowing the_permalink(); to select a different layout for the link?
<a href="<?php the_permalink(); ?>"><?php _e( 'Print Coupon', 'wpcoupon' ) ?></a>
Forum: Themes and Templates
In reply to: Show different versions of single.phpAnother alternative I have throught of is creating a new page and click on the link to that page to print.
So I have created /print-coupon/ which has its own design and print friendly layout. I have changed my print link so it now go to /print-coupon/ – but the post data and info is not followed through to this page.
Is there away I can get get the post details, from the same ID, to appear on /print-coupon/ page as well?
Many thanks,
Forum: Themes and Templates
In reply to: Show different versions of single.phpHi, I still have not solved this issue.
Thanks for your response, the different views of the same page is not for when a user is logged in or out, the reason I need two views of the same page is for the print view.
Normal design would be the single-coupon.php design and the single.php is a totally different design, totaly difference CSS for the print view of the page.
Any one have any ideas how I can do this?
Many thanks
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add Varible into SubjectIs this possible?
Forum: Plugins
In reply to: [Fast Secure Contact Form] Add Varible into SubjectHi, Thanks for your reply.
I am still having trouble showning the varible.
This is the php that gets the ref number:
<?php echo get_post_meta($post->ID,'mls_no',true);?>
I would like to be able to insert this into a field so it always appears and the user doesnt need to insert the ref number manually.
I have tried putting it in ‘Optional modifiers: Default text:’ but it just shows the php code, and in ‘Attributes’ is shows half the code.
Im not sure how to display the varible correctly.
Thanks in advance!
Rachel ??Forum: Plugins
In reply to: [DNUI] Does not work with custom post typesI have found this problem as well, would be great if it added custom post type as well.
Do you think this will be a future possibility?Forum: Plugins
In reply to: [Simple Maps] Countries in EuropeThank you, I will look into this!