Questions tagged as 'wordpress'

1
answer

Why does my Taxonomy in Wordpress not work hierarchically?

My problem is as follows, register a custom post type and a custom taxonomy for it, both with hierarchy enabled. Record the 'categories' of the custom type within the taxonomy, following the style Father Son Son Two But when you sa...
asked by 24.11.2014 / 20:10
1
answer

How to configure Nginx for nodejs and php?

I'm here trying to set up a basic server on digitalocean, where I wanted to access mydomain.com when it redirected to the program on nodejs + express running on port 3000 and when accessing mydomain.com/blog redirect to / var / www / blog where...
asked by 08.10.2014 / 19:49
1
answer

How to add a class to an HTML element with PHP?

I created a side menu using text widget in wordpress <ul style="list-style:none"> <li style="margin-bottom: -15px !important;"><a href="http://www.nespi.com.br/pesquisadores/andre-gambier-campos/">André Gambier Campos</li&...
asked by 28.01.2015 / 01:48
1
answer

Change ids by include in shortcode gallery in Wordpress

I'm using Postgre and when creating image galleries the shortcode is automatically generated like this: [gallery ids="1,2,3,4,5"] . But this database does not accept 'ids', I should put 'include', thus: [gallery include="1,2,3,4,5"]...
asked by 05.08.2014 / 15:49
1
answer

URL with two taxonomies

I have the following problem .. I have two different taxonomies the " category " standards that are eg culture, sport, politics. And a custom taxonomy that is " special_cat " that has for example "infographics, profile, great report ..", and I h...
asked by 21.08.2014 / 17:19
1
answer

how to add Media in the Wordpress Library programmatically?

Consider the situation where hundreds of .jpg files are already available in the wp-content/uploads/2014/09 directory by default and need them to appear in the Media Library ( link ) of the WordPress site. Is there any SQL scrip...
asked by 22.09.2014 / 15:18
3
answers

How to remove a word created by a plugin from the site

We use WordPress and WooCommerce on our site and to calculate freight we use the Postcode Shipping plugin. Our freight has 3 values (great São Paulo, SP interior and neighboring cities) and is fixed only charged per order and not per product....
asked by 27.08.2014 / 14:28
1
answer

Remove access to a certain feature in WordPress

I'm trying to limit access in a terminated wordpress feature to users in the administrative area. I have already found several ways to remove the "Posts" menu from the panel menu but I have not yet found a solution to take the access if the user...
asked by 18.03.2014 / 20:55
3
answers

Uncheck an x category of all posts in wordpress

Is there a way to uncheck a "x" category of all posts in wordpress, without entering a post at a time and unchecking the category?     
asked by 11.03.2014 / 17:28
1
answer

Custom Enrollment Form

I came across the need to create a page with a "simple" form, but complex in its structure (I believe). What I need to do, is that when creating a post in wordpress, where the POST created has a single page (form) of registration, as follows:...
asked by 02.04.2014 / 23:59