WordPress is an open source content management system running on PHP and MySQL, and often used as a blog engine. WordPress questions not about programming are best asked on http://wordpress.stackexchange.com/
0
votes
1answer
7 views
Automaticly resize images to same width on wordpress
Any plugin that always make the pictures resize always same size? lets say always width 500 px and height = 0 or any size
So if I upload pictures with the size smaller than 500px, lets say the ...
0
votes
0answers
5 views
SSL on only one page of Wordpress site
I have setup SSL on a page of my wordpress site i.e. /checkout which works fine.
when you visit the home page or any other page for that matter the url in the browser reads as ...
0
votes
1answer
31 views
How can I add in Wordpress a custom php first page?
I have created a custom index.php (with images css) which is a soap client.
In this index.php I have a Send button which connects to the soap server and searches for results.This works fine!
If the ...
0
votes
0answers
5 views
Show page articles that are most popular on Facebook
I'm running a satirical news web site based on WordPress. I want to create a page that shows a ranking of all my articles, based on their Facebook popularity (how many likes/shares).
Any way to do ...
0
votes
0answers
3 views
create tag custom field loop wordpress
hi i am new to programing i am currently working on a project where i select a tag and the custom fields in it gets displayed. but it only display one tag custom fields but i want to show two i think ...
0
votes
1answer
10 views
Wordpress registered users adding content or products
I would like to use Wordpress in order to create a (somewhat) e-shop where users can register and make their offer(adding text and an image). The idea is that users will be able to 'post' offers. Are ...
0
votes
2answers
12 views
Multiple WordPress websites with single user registration?
I have been searching for couple of days how to join users but have separated websites on WordPress.
I know there is WordPress Multi User option, but it's not quite what I wanted. As I understood ...
0
votes
1answer
11 views
Woocommerce check if coupon already applied?
So on the checkout page, how can i tell if a coupon has previously been applied from the cart page? I can check this condition via jquery but the doesnt function how i want because that doesnt happen ...
0
votes
0answers
5 views
WordPress Site Error failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
I am trying to open a WordPress site on an external server for which I do not have a domain yet using its ip address and an adjusted HOST file on my Mac to check it on the server. When I access the ...
0
votes
0answers
11 views
What's the difference between global var post and get_post?
I use the_posts filter to add an object to each queried post. When access the added object, I get different result by using $post or get_post.
This is the code to attach the object to posts:
...
1
vote
1answer
7 views
Custom MetaBox Data is Saving, but Not Loading on Edit Screen
I have the following code from my first custom plugin that is creating metaboxes for a custom post type and everything is saving correctly, and everything is loading correctly on the edit page ...
0
votes
0answers
9 views
Redirect all incoming HTTP traffic to homepage except when coming from Paypal.com domain in Wordpress
I want to just redirect all incoming traffic including direct address bar input to homepage for one of my Wordpress page.
Will just have to allow opening of this page if coming from paypal.com, I ...
0
votes
1answer
10 views
Coding Image gallery, PHP get WP 'Featured' img
I am currently using yoxview image gallery. (www.yoxigen.com/yoxview/) But it doesn't really matter. I currently have this coded on a small splash-homepage I setup in front of a Wordpress install. ...
0
votes
0answers
9 views
Facebook Like button not showing up on wordpress site with jetpack
Ok guys. I am not a WordPress or much of a PHP man. I know I need to be but I wasn't raised that way. I ran into a problem lately. Our Facebook like button won't show up. I don't know why. We are ...
0
votes
0answers
6 views
#skrollr-body makes all content invisible on mobile
I'm using Skrollr.js for parallax https://github.com/Prinzhorn/skrollr. I specifically tested this on mobile at the start of development to make sure it worked on Mobile. Initially it worked perfectly ...