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...
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...
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.
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...
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...
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...
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...
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...
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...