Questions tagged as 'wordpress'

1
answer

Working with wordpress routes

Is it possible to work with custom routes within wordpress? I'm building a website that consumes an api where the user can search for products. I would like to customize the url of the site to determine pages as follows miite.com/static/ci...
asked by 04.12.2016 / 00:12
1
answer

Search in WP, "%" does not work

I have a wordpress search and it uses the following: $form_data = $wpdb->get_results( $wpdb->prepare( 'SELECT * FROM ' . $table . ' ucf WHERE name LIKE "%'.$wpdb->esc_like($this->table_search).'%...
asked by 24.10.2016 / 15:48
1
answer

Correct permission for WordPress wp-admin directory

What is the correct permission to assign to the wp-admin directory of WordPress? 644 or 755?     
asked by 10.10.2016 / 09:45
1
answer

list post with photo of a wordpress blog on a php site

I would like to list post randomly with photo, or by category but on another site. type blog post in wordpress and put in a php site, as I have a 4 blogs would do this for each one, creating a blog post aggregator     
asked by 24.08.2016 / 23:03
1
answer

How can I build a loop with the bootstrap grid in several sizes?

I'm currently working with wordpress and came up with the following question ... My current loop is like this ... (8 Items) COL-MD-6 COL-MD-6 -------------------------- --------------------------...
asked by 29.08.2016 / 20:47
1
answer

Export and Import Mysql Table [closed]

I have a Wordpress plugin, which can be used on many blogs with the same configuration. I have two tables in it: wp_table_um and wptable_2 How can I create a button to export these tables and a field to import in case of a new installation...
asked by 02.08.2016 / 19:15
1
answer

Image size highlighted in wordpress

I have a loop that pulls the highlighted image from the post, I pull the image using get_the_post_thumbnail_url() , I tried get_the_post_thumbnail_url('thumbnail') but it gives error, I need to get the image in smaller size, only wa...
asked by 20.10.2016 / 19:40
1
answer

Make a query

Good morning, I'm starting now in wordpress, I do not have much experience, for example I have form name and email, and I would like to make a query for this data to be inserted in tbl_usuarios for example .. how would I do ? is there any wp cla...
asked by 20.06.2016 / 13:58
1
answer

Display the category published in post type in wordpress

How do I display the category registered in a post type in Wordpress? I'm using the Odin Framework, I created a post type called products and would like to display the category next to the post. Ex: Posted on July 6, 2017 in the cat...
asked by 06.07.2016 / 13:51
1
answer

posttypes view on wordpress site

Friends I'm studying posttypes is running in the test environment the CRUD. But I do not know how to appear on the site ex: If I created a posttype portfolio or products for example, how do I make it visible to people to see, they are hidden in...
asked by 13.06.2016 / 01:51