rrswans
Forum Replies Created
-
Forum: Plugins
In reply to: [Pinterest Plugin] [Plugin:Pinterest Plugin]Not working on archive pagesJust in case anyone else is having the same problem, I found a quick fix by changing
<?php the_excerpt ?>
to
<?php the_content ?>
I realize that won’t work in all situations but my image based archive it was fine. Would be nice if there was a way to use this plug-in on the native archive pages. But awesome plug-in none the less
okay that makes sense marcus. Will do.
I have been editing the theme by way of a child theme I created and while i am not a php expert, I’m not afraid to jump in an experiment. My theme is using a file called entry.php to control the archive settings. I’m not sure where to place the code you gave me to get it to work. Would you be able to tell me here, or should I post this somewhere else. Here is the code for entry.php
[Code moderated as per the Forum Rules. Please use the pastebin]
thanks for the response, Marcus. Basically I am trying to integrate EM’s functionality to my theme’s look. So I have turned off the events page and am using my archive. Seems like it won’t parse in the excerpt area. Is there somewhere else I can put it to work?
Here is the link https://www.arteyvidachicago.com/events/
This is the look I want except for two things:
1. I want the date to show up inside this box.
2. I’d like the posts to be in order according to the date they occur.
Is there a way to do this, or should I just work from the EM Events page and restyle everything to look the way I want? (which seems like a lot of work)
Forum: Plugins
In reply to: [AJAX Contact] [AJAX Contact Form] how do I customize the send buttonduh…
css..
button.ajax-submit{
style for submit button goes here.}
Thanks that worked great!
Forum: Themes and Templates
In reply to: want taxonomy.php to separate my custom post typesI originally searched through the template hierarchy, custom taxonomy and custom post types in the codex before I posted. They don’t mention anything about a taxonomy template that pulls directly from post types.
The
design-archive.php
is already in use. I’ve got a few hundred entries. I’m using the taxonomies to narrow that down.I think I may just go ahead and make all the
taxonomy-color.php
templates. Doesn’t seem to be a way to relate the post-type with the taxonomy in a queryForum: Themes and Templates
In reply to: want taxonomy.php to separate my custom post typesThanks Chip, I understand that, and maybe that is what I have to do. I’m wondering if I can simplify and create less templates.
Is there no way to just make a ‘taxonomy-design.php’ template that will display the results of any taxonomy assigned the custom post type of “design”?