Questions tagged as 'wordpress'

1
answer

Error changing content generated within a span tag, automatically generated in Woocommerce

Trying to change the word "New!" automatically generated in woocommerce as below: <span class="label-new">New!</span> And using the jQuery snippet below <script> $(document).ready(function(){ $(".labe...
asked by 11.04.2018 / 23:09
1
answer

Search by post ID

I am creating a system in WP that I am showing the post ID next to the title, but when I do the search, it is not searching for the ID, which does not find any posts ... Does anyone know how to do for Wordpress search by ID too and not just by t...
asked by 27.03.2018 / 22:58
2
answers

Problem with map in IE?

Next, I got a template on the net from a 'map of Brazil' to link to other sites in Brazil, but it works perfectly in other browsers, the only problem is IE that does not work properly, and how do I know works fine is there any way to make it wor...
asked by 01.02.2018 / 18:39
1
answer

Questions about backup, templates and domains in Multisite Network in Wordpress [closed]

I researched related topics but I did not quite understand some things, could you clarify some doubts? 1) How can I back up a specific site on the multisite network or would it not be possible? 2) I'm used to making wp edits directly in th...
asked by 24.02.2018 / 12:06
1
answer

Plugin similar to quiz

Someone knows a plugin that does a "similar" function with QUIZ, where the client responds to a questionnaire, in the end he fills in a form with data from him (which I would later recover to be able to contact), but in my case I need to budget,...
asked by 20.01.2018 / 13:28
1
answer

Shortcode Wordpress to insert layouts

I am creating a Wordpress template for a client, and I need to insert layouts in the pages, so I created the following shortcode in the functions.php of the template: <?php function shortcode_add_layout( $atts , $content = null ) {...
asked by 08.12.2017 / 05:47
1
answer

How to align UL items on the same line?

The slider in this link: link was with the indicators (items of the UL) aligned, but when I will configure to stay dynamic with wordpress, adding the template tags, they misaligned, staying one above the other. <?php...
asked by 28.12.2017 / 01:28
1
answer

Separating pages by categories (including permalinks)

I'm working on a project where there needs to be a separation by page types. It works like this: When visiting the website, the visitor must choose whether it is Company or Candidate , and I would like the URL to separate candidate company...
asked by 10.10.2017 / 16:07
1
answer

Is it possible to use 2 Wordpress themes on the same blog?

I have a theme that I want to use on the homepage and I have another one I want to use for the posts. Is it possible to do this?     
asked by 03.10.2017 / 16:10
1
answer

How to dynamically display the category name of my post within text in wordpress

What PHP function can I use to display the name of the category dynamically in wordpress in the text of my post?     
asked by 06.10.2017 / 20:03