gswest1
Forum Replies Created
-
Forum: Plugins
In reply to: [Postie] Using Postie to email to post on 3 different pages?Thank you. I am still a little confused – I have three email groups in Outlook I send to, A, B and C so when I need to send an alert to group A I have an email template with the Group A populated and write a sentence fr two and send to them, and when I need to send a different message to group B I have another template with a different group for B and the same for C – I want the emails I send to A to get posted on one page and emails to group B posted on a separate page and group C on a third page. I thought using 3 long coded email addresses for each that are then included in the BCC section would place it on a server that Postie would then extract them from? My concern was whether using categories would enable me to post to three different pages or would I need separate WordPress sites to accomplish this? Sorry to perhaps ask the question again, but I have only used WordPress for a blog and this email to post function is very new to me and apparently also the people trying to build my website.
Forum: Themes and Templates
In reply to: How to remove bullets from Thirty Ten menu?Thank you Emil!t That was easy and worked perfectly – I assume there is also an easy fix to center the menu? The tags say the text is centered but the menu itself seeems to be left aligned –
#access {
display:block;
z-index:999;
position:absolute;
text-align:center;
}#access .menu-header,
div.menu {
text-align:center;
}
#access .menu-header ul,
div.menu ul {
display:inline-block;
list-style: none;
}