Questions tagged as 'wordpress'

2
answers

Request loop in AngularJS 2

I'm new to using AngularJs and decided to study based on a work project. My problem is this: I'm building a base project using AngularJs 2 to consume Wordpress ( WP ) data via WP REST API . In this API I look for a WP post (custo...
asked by 16.06.2016 / 20:37
2
answers

Wordpress image cropping and deletion of the original image

After the upload of an image in wordpress I would like to make a check if the registered image is larger than the declared size limit, if it is larger I want to delete the original image in upload folder and keep only images trimmed with t...
asked by 15.10.2015 / 14:17
2
answers

Contact form 7 in custom post

I have contact forms made with the contact form 7 plugin inside my site, but the contact forms only work on pages, inside posts do not work. On the contacts page it sends correctly and shows the sent message: Thesingleoftheportfoliosendst...
asked by 30.03.2016 / 00:34
1
answer

Add item to administrative menu to save custom value

I'm trying to add an ad in the middle of the WordPress post. <?php $paragraphAfter = 3; //display after the first paragraph $content = apply_filters('the_content', get_the_content()); $content = explode("</p>", $content);...
asked by 28.12.2015 / 14:51
2
answers

How to avoid wordpress spam without spending anything

I would like to know how to avoid the amount of spam that comes in wordpress comments, either through some plugin (free of preference) or through wordpress configuration.     
asked by 18.01.2015 / 14:24
2
answers

Remove the original image from the server after Wordpress generates the thumbnails

I need to remove the original image that gives rise to Wordpress thumbnails after the thumbnails are generated. I have 3 sizes of thumbs that I use, however to prevent the server from getting unnecessary files I need to remove the original, whic...
asked by 01.12.2014 / 14:44
1
answer

Capture amount of Items in WordPress Cart

I would like to know the best way to capture the amount of items in the Woocommerce carton in Wordpress, if there is any shortcode, etc.     
asked by 20.02.2015 / 19:58
2
answers

Verification of e-mail before sending

I have the following page link to contact a website. Sometimes people type the wrong email field, which prevents me from replying to it. Is there a verification of this field to confirm the existence of this email? It can be a plugin beca...
asked by 15.09.2014 / 18:47
1
answer

Authentication and external redirect for wordpress sites

I am creating a simple login system that redirects a client to your area. It will contain links to your projects, that is, by clicking, it will be redirected to your site. EXAMPLE: I have a folder named sites_clients in this hierarchy:...
asked by 03.03.2015 / 15:21
3
answers

Call post on the page that is shown

I have a post page that shows the title of the post and I want it to click on the title to open a DIV with the post itself. I do not have Javascript issues that are required for this. My problem is that all news is being displayed, rather tha...
asked by 15.12.2014 / 17:37