ALGshekou
Forum Replies Created
-
Forum: Plugins
In reply to: [ALO EasyMail Newsletter] Page with List of NewslettersTo add detail,
I added this to my functions.php
function custom_easymail_add_newsletter_args ( $args ) { $args['taxonomies'] = array( 'category' ); return $args; } add_filter ( 'alo_easymail_register_newsletter_args', 'custom_easymail_add_newsletter_args' );[Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
The newsletter then has a check box for category.
When I view the category, I get the above “not found” errorThank you. I had margins set to 10 and there was no space. But now that I have some at 14px and some at 20px they show up.
Cheers!
Alan
Excellent! Thanks!
That has given me 2 across …. but at least it is not a list.
I will set a width and try for 3.Cheers!
Thanks for your reply.
What I would want is 6 posts, 1 for each day of the week. Post titles would be:
Monday~
Tuesday~
Wednesday~
Thursday~
Friday~
Saturday~The every week, the manager of the pub would change the body of the post. He would change the content to show what special is for that day.
So, he would leave the title “Monday~” alone. He would change the content to say “CheeseSteak, with fries, $10” or something similar.
He would also change the excerpt box in this wordpress post by typing in “cheesesteak”.
Then, the special recent post widget would post titles and excerpts on the same line and would look like “title+excerpt” = “Monday~ cheesesteak”
I think this will be easy for the manager to update without having to create new posts that might have different formats or might confuse the list order.
Also, if possible, the title could have 1 font/color and the excerpt a different font/color to highlight what the meal is.