Questions tagged as 'wordpress'

1
answer

display posts in multiple columns organized by categories

As I have a limited knowledge of php, I would like to get a sense of the code needed for wordpress to achieve the following: Assuming you have x categories, you should display x columns (one for category) on the homepage of the site, where th...
asked by 07.09.2015 / 03:20
0
answers

Wordpress functions do not work via ajax

I'm creating a plugin for Wordpress with an audio recorder. When I click on a button I need to call a function from within my plugin to send an email with that audio. I do not understand how to use do_action() , in this case so I'm tryi...
asked by 26.04.2015 / 22:52
1
answer

Active menu on selected page in Wordpress

Hello, I'm using the Constructzine Lite theme from the Wordpress repository. Because I'm having a hard time leaving the menu active when I'm on a specific page. Can anyone help me? link theme: link Thank you.     
asked by 25.04.2015 / 03:11
0
answers

How to mask the URL of your wordpress images?

When I hover over a file, it shows me the full path to my site. Ex: link Can you hide this path when you right-click on the image?     
asked by 26.05.2015 / 18:02
2
answers

Admin pagination error

Hello, I did a migration from web.domain.com to www.domain.com , I did not change the url . I changed the siteurl and home in wp_options , I made a replace in wp_posts , wp_options and wp_postmeta , changing u...
asked by 19.05.2015 / 23:07
1
answer

Hierarchy of Wordpress pages

I am creating a site that will have two pages of contacts (one for each address). I wanted to create a breadcrumb structure of the type: Home > Contactos > Loja 1 Home > Contactos > Loja 2 whose links would be...
asked by 24.06.2015 / 20:46
1
answer

Show posts of a tag in a Wordpress page

I'm trying to organize my posts based on the tags in each article. Example? Cars, houses, a, b, c ... and so on. I found this site that seems to do it perfectly: link In the site example, posts are separated by letter. How can I do...
asked by 10.05.2015 / 20:28
1
answer

Responsive column

I have a Wordpress website to do maintenance and I am facing a responsive problem. I have 2 columns, "main content" and "sidebar": <div class="col-md-12 col-xs-12"> <div class="row"> <div class="col-md-9 col-xs-12 col-sm-12 co...
asked by 06.05.2015 / 21:20
0
answers

WordPress changing URL when accessing links

I have a www.dominio.com.br domain that points to my server and is redirected via .htaccess to the www.dominio.com.br/novo subfolder through the following code: RewriteEngine on RewriteCond %{HTTP_HOST} ^(www\.)?dominio\.com\.br...
asked by 14.03.2015 / 01:37
1
answer

Creating .httacess for wordpress

I configured a wordpress in a linux hosting, I need to set up for that url of the post instead of: link be: link I read that I should stick to the httpd.conf file however this is impossible because I am hosting the site. In this...
asked by 02.06.2015 / 19:06