Questions tagged as 'wordpress'

1
answer

Storing a request in a variable resource server resource?

Using Wordpress I will need to use the article link more than once, I wanted to know if storing 'permalink' in a variable resource server resource, since I will only do one request to the database or there is an expense to process What does not...
asked by 08.10.2014 / 18:39
1
answer

How to customize the og (Open Graph) tags on the post page - Wordpress

I am creating a template from scratch for Wordpress, but I would like to change the content of the og tags according to the content of the post, ie define image title and description Thank you in advance     
asked by 10.09.2014 / 18:09
1
answer

Upload response comment with AJAX without refreshing the page

I am sending comments with AJAX and then loading it into the reply, it works fine except that the response link is not being rendered on the page, after clicking on post reply the page is being updated and returning the reply, but the right thin...
asked by 13.12.2018 / 01:35
1
answer

Sky Integration Woocommerce

I use Woocommerce and am trying to implement payment through Cielo using the Gabriel Reguly plugin. link However, when I am on the checkout page and select the sky option, no card option or installment appears. When I click Finish Purcha...
asked by 18.06.2014 / 20:26
1
answer

JSON API cache in Xcode

I want to cache the JSON API from my Wordpress in my app. I want a cache of tableview cells and UIWebView for when in airplane mode or off or with bad signal, the user can still see. I tried caching with AFNetworking and NSURLCache...
asked by 02.08.2014 / 03:44
1
answer

Change messages from mandatory wordpress fields

Good evening, I want to change the translation of those messages that appear when the field was not filled, does anyone know how to change? I am using wordpress, I already tried to search for some file that would be this, but I could not find it...
asked by 31.10.2018 / 02:05
1
answer

Access page other than the default

How do I access a page created along with the standard wp pages, such as sigle, page, etc ... Example, I create a page called examples.php and I want to access it. What link should I use, because if I try to link gives page not found.     
asked by 22.11.2018 / 13:17
1
answer

Template Page - List data and send to another template

Friends, I am listing product data from a table created in the wp framework. I created a page "products.php" template where ready like this: produto 1 produto 2 produto 3 ... Each product of this will have a link that will point to anoth...
asked by 22.11.2018 / 14:13
1
answer

Best method to load images

I have an AMP page that I load the logo image by inserting the link inside the img tag, like this: <amp-img src="//i2.wp.com/www.meusite.com.br/wp-content/uploads/lgootipo.png" alt="logotipo" width="356" height="137"> However, what wo...
asked by 26.09.2018 / 01:18
1
answer

Wordpress: Rewrite line of code

I need to rewrite a line from a Wordpress Plugin using functions.php, I tried to use add_filter but it does not work. Basically I need to do so, this is an example of the original line: $return = $post->post_title; However, I need thr...
asked by 01.10.2018 / 18:57