It also needs to be smart enough to not add that tag a second time because some posts in that category already have them, and it needs to keep existing tags.
]]>And also is there any extension to customize the fields to display or adding custom fields, etc.
Will really appreciate quick response.
https://www.ads-software.com/plugins/wpadverts/
]]>When we are adding new tags the contact form 7 it looks very good on the website, just like we want it, Only when we fill out the contact form and send it we don’t get the tags which have added in our mailbox.
So we get only the name, email, subject, and message of the customer, but not the other questions and things we have added with the tags.
It is very important that these things be sent otherwise it all becomes very difficult.
Hope there is somebody who can help us.
Thank you.
Best regards
Duth Verfuurden
for Gamechangers.
https://www.ads-software.com/plugins/contact-form-7/
]]>We just migrated a site and looking at the pages, I can see all my links have lost their format on a large number of pages. Viewing the source shows <p> tags around everything, though they’re not there when I edit the page from within WP. Still, regardless of the <p> tags, ALL my links are now unformatted.
Example:
<a class="question" name="1"><h4> </h4></a>
is now:
<a class="question" name="1"></a>
<h4></h4>
<a class="question" name="1"></a>
and:
<a class="faq" name="2">Why is distance learning so popular?</a>
has been changed to:
<a class="faq" name="2"></a>Why is distance learning so popular?
I have a plug-in that is supposed to stop WP from changing code, but apparently it’s not working. I literally have hundreds of these to fix now.
Does anybody have any knowledge about why this is happening and how to prevent it?
]]>I went to updates and couldn’t find a way to reverse the update.
The theme I’m using is twenty twelve. I’m only using four plugins: Akismet, All in One SEO, Statcounter, and Shareaholic.
This is me panicking, please, any advice you can offer would be helpful. I’m just about to enter a six week period of heavy blogging to promote a book.
Regards,
Bonnie
I’m using the Responsive theme…
My link: https://jeffsoundsproductions.com/?page_id=21
]]>The way i have the site set up is as follows, Is, it’s a one page solution, i’ve coded it in using the text editor when creating my page via the wordpress backend.
The only reason the end user needs a cms is to simply add and remove links (to Artists), the problem i’m having is the structure of my page is set up as so
<div>
link
link
link
</div>
X3 to make 3 columns of links, all works fine, However when the user adds or removes a link using the visual editor, wordpress outputs
<div>
link
link
NEWLINK</div>
<div>
link
</div>
Thus breaking the structure of my page, is there anyway i can prevent wordpress adding in these tags and literally only take the link?
Thanks
Alun