After several tests and now without knowing what to do, I decided to go to this community so you can try to help me.
I'm developing a client's website in WordPress. The address is www.marylindemuth.com.br . It is hosted on Hostinger's Premiu...
I'm now starting to develop themes for WordPress and I'm studying the default theme of it. But so far I do not understand what the meaning of these ID's and classes is that there are no settings of their properties anywhere. I searched the inter...
How do I create new smileys or edit existing ones?
What file are these settings?
I already have the smileys now only need to create the codes Ex: (:feliz:) so they can appear, I just do not know what file it is in and how to...
Based on the topic below:
link
I made a code to run using ajax in my WP project, the thing is that this code is in an external site area. To make this area accessible, I used a template within the theme. I thought it would be correct to put...
I'm developing a layout, I need your class in the div, be random between two names, I need a javascript to do this, can anyone help me?
Ex:
<div class="left"><div>
<div class="right"><div>
<div class="left"><...
I'm developing a wordpress jobs plugin, I picked up as wpjobmanager base is coming out all right, until I come across the following, the plugin when the user clicks to see more about the particular job opens the single.php however he It's diffic...
After the user completes a registration form, this form goes through all the validations, the data needs to be inserted into the wp_users table, the function below is playing that role in my THEME:
$user_id = wp_insert_user( apply_filters( '...
I have a form with two different characteristics, one for mobile and one for desktop.
I do not know how to configure one to show and one to hide depending on whether the site is on the desktop or mobile.
Reading some answers here from the f...
I installed wordpress by following these steps:
Steps to Install Wordpress in Ubuntu 16.04
Step 1: Update the System
#apt-get update
Step 2: Install LAMP Server
#apt-get install lamp-server^
Step 3: Wordpress Database Initialization
#mysq...
I need to do the following, take the news content and your images from a page and show it on the main page (obs the current news, and this page is not in the WP only the others) follow the images with the detailed explanation
This is the main...