First I will explain the scenario, I want to make a system where you will have 4 different types of people accessing.
The Administrator, "moderators", authors, and partners.
I wanted to use the wordpress admin panel for everything, so I created...
I usually run a script that should be run from time to time (such as request status updater, for example) using Linux CRON. (I have no idea how to do this in Windows hosting)
However, I noticed that Wordpress seems to do this without using CR...
I'm doing a test with the wordpress rest-api with vue 2.x, and one of the returned attributes is as follows:
"content": {
"rendered": "<P>Bem-vindo ao WordPress. Esse é o seu primeiro post. Edite-o ou exclua-o, e então comece a escr...
I'm in a project, which I need to make some changes exactly inside the Wordpress panel. More specifically on a page that lists a specific post list.
I need to add a custom search field with a specific field.
I also need to add a few more c...
I have a JSON that returns me a list with some flight data:
"programa": "multiplus",
"qtdOpcoesIda": 50,
"qtdOpcoesVolta": 50,
"menorTarifa": {
"pontos": 15000,
"dinheiro": 767.8
},
"taxaEmbarque": {
"POA": 29.9,
"F...
I'm developing a theme for WordPress, for hobby and for studying a little PHP, JavaScript etc. and I'm having a little problem.
I'm working with the controller concept where all logic will be processed and then sent to a view. To make it clea...
Follow the HTML code for the button and text field:
<div class="meta-container">
<div class="label col-2 left">
<label class="squeeze-label">Imagem Logo:</label>
</div>
<div...
I have a wordpress theme, where in the posts I have some metabox custom.
By moving the post to the recycle bin and retrieving it again, it does not return with the metabox values filled in
What can it be?
I found a interesting script that can help me a lot in the organization content.
The script below is used to pull content from a website through the blog feed. In this case, it's meant for use with Google's Blogspot feeds.
The script cre...
Next I'm trying to put just one share count I've had on Facebook in the loop of my theme. For this I found the following function and tried to modify it for my need.
Follow the function:
function ia_fb_count($url_post) {
//Get the transie...