Questions tagged as 'wordpress'

2
answers

Returning value into the Post Type in Wordpress

I need to return values to be displayed in columns of the post type, but I can not return anything, how should I do it? Code: add_action( 'init', 'create_eventcategory_taxonomy', 0); add_filter ("manage_edit-tf_events_columns", "tf_events_e...
asked by 08.04.2014 / 20:51
2
answers

Plugin for uploading large files in wordpress

I'm developing a wordpress blog for a client (who has very little computer and internet experience). In this blog, videos and zips files will be available for download. Thinking that these files may vary greatly in size (up to 350MB) I've b...
asked by 06.02.2014 / 12:30
1
answer

How do you call these instructions in Wordpress?

How do you call the specific PHP instructions for Wordpress? Of type: bloginfo("url"); bloginfo("template_url"); get_bloginfo("description", "display"); I tried searching for features but that's not it!     
asked by 22.02.2015 / 15:55
1
answer

Checkbox that pulls content from a custom type post

I have a custom post type of meshes (here all products meshes will be registered) and I have another custom post type of products (where all the products will be listed). What I'd like to do: In this product's custom post type, you have a c...
asked by 21.05.2014 / 20:05
1
answer

Customize individual pages in WordPress

WordPress offers the option of customizing Live Themes via the customize button. However, I would like to have this same live option of customizing the pages individually, without having to be equal to the theme. Example: change background, font...
asked by 17.02.2014 / 18:46
1
answer

Microsoft Azure - php

How do I get Microsoft Azure to capture my errors? I'mcurrentlyhandlingerrorswiththisfunction:<?php/**PluginName:TESTEDescription:testandolognovoVersion:1.0Author:VtesteAuthorURI:teste-------LICENSE:Thisfileissubjecttothetermsandcondition...
asked by 09.06.2017 / 20:34
3
answers

How to manipulate part of the href attribute of a link using JavaScript in WordPress?

Is it possible to manipulate only part of the URL using DOM or something like this? I would like to remove the '#' in the middle of the url, in the href attribute. The code will be added in a Wordpress theme and should be enabled when load...
asked by 31.01.2017 / 02:37
1
answer

Simulate automatic typing [closed]

A practical example of a site you use on the home page: link In short, it is a self-completing phrase in many ways, creating the possibility of saying several things in one sentence. I wonder if there is a plugin to do this work on wordp...
asked by 18.09.2016 / 19:34
2
answers

How to register and consult data in the bank of Wordpress?

On my site, there is a section called "My Ideal Board." It is a form where the user will enter his data and there will be a return message with the ideal board type for the person. First step, make form: Done; Now I need to connect and...
asked by 08.06.2016 / 20:29
1
answer

Delete expiration date information in Wordpress posts

I'm using the code below to tell how long it takes for a post to expire on my Wordpress website, whose expiration value I set in a Custom Field (expiration). From this code, since I prevent a post from expiring in 4 hours, do not display info...
asked by 12.02.2016 / 18:33