Questions tagged as 'wordpress'

1
answer

Organize capabilities and user levels wordpress (no plugin)

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...
asked by 19.09.2017 / 23:08
1
answer

Execute a script automatically - without the use of CRON

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...
asked by 13.05.2015 / 15:01
1
answer

How to solve html rendering with VUE?

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...
asked by 31.03.2017 / 18:34
1
answer

Customize List within Admin Panel - Wordpress

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...
asked by 04.04.2017 / 19:41
1
answer

Link of a JSON parameter to a product in Woocommerce

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...
asked by 22.03.2017 / 11:00
1
answer

How to apply the_content filter in function get_the_content WordPress?

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...
asked by 11.10.2016 / 23:52
2
answers

How to use Wordpress Media Upload on multiple buttons?

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...
asked by 08.10.2014 / 20:01
1
answer

After moving a post to the trash, metabox values disappear when I restore the post

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?     
asked by 30.06.2014 / 19:43
1
answer

Pulling content from a WordPress feed using JavaScript

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...
asked by 26.08.2014 / 00:21
1
answer

Share and tanned facebook count in the wordpress loop

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...
asked by 09.03.2015 / 14:46