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
11 views
Body background is having image 1374x1074 but on zooming --, white background is coming
Here http://singh.mobi/nonni/, I have body background as the image of 1374x1074 but when we zoom in, white background coming to the right side.
0
votes
1answer
18 views
How to Load Ajax in Wordpress
I'm familiar with using ajax in the ordinary way with jQuery.
I've played around it for a while, but don't understand what Wordpress needs to get it to work...
What I have here is taken from some ...
0
votes
1answer
6 views
Excluding a single category from Wordpress all posts results
I'm looking for a bit of help as I struggle to create a page that has a list of all of my clients' products. Currently I'm using this URL, which works great (with a caveat): ...
0
votes
1answer
14 views
Adding custom post type programmatically doesn't add it to the admin
I have a super strange problem where if I add a custom post type programmatically it refuses to show up in the admin.
This works fine:
<?php
wp_insert_post(array(
'post_title' ...
0
votes
0answers
15 views
adding post edit link via jquery
I use my own file caching stsytem on my wordpress site. I want to add posts edit link for admin users. But if you logged with admin account when you visit a page, the system create a cached html page ...
0
votes
2answers
17 views
Shortcode rendering as text not as shortcode should
I am building a shopping website and I am trying to put a shortcode in that will show the customer a buy button and the quantity of the product the customer wants to purchase. On my post page the ...
0
votes
0answers
3 views
Using ACF date picker to only show posts after today's date
I am using Advanced Custom Fields to create a post-type called 'Events', and the jquery date picker to select the date of the event. I currently have the posts ordered by event date, started with the ...
0
votes
0answers
11 views
WordPress - Non Custom Metabox Custom Columns Sortable
I have edited the default admin "Users" column to have two custom columns, "Number of Transactions" and "Latest Transaction" from a custom post type I created. I did not want to have the data that ...
0
votes
0answers
4 views
Displaying or Hiding Metadata on Page from WP CPanel
I have a custom post type called "Celeb". This CPT contains two Taxonomy terms as "Men" and "Women".Each Post has two metadata as "Name" and "Age".
Now I would Like to add a "Visibility" checkbox ...
0
votes
0answers
14 views
Copy a URL from a post to a custom field in Wordpress
I'm using IFTTT.com to import youtube videos into Wordpress. One of the elements I am importing is the URL of the youtube video. I would like to copy this url to a custom field that my theme comes ...
0
votes
1answer
11 views
Remove Wordpress navigation labels?
example: http://i.imgur.com/u9n2fyC.png
I got a plugin that uses images for nav items in the Menu GUI in the Wordpress dashboard. The nav label is still being generated, and I'd like to remove them. ...
1
vote
2answers
53 views
+100
$instance in wordpress widget form method is null
I am new to wordpress widget development and learning from tutsplus videos on the go. I am trying to create a simple widget for my website. So far I am following every steps from the video but still I ...
-1
votes
0answers
8 views
Woocommerce - Get Parent Product Category from Current Product Category
I'm developing a website for a client and can't seem to find an answer to this question. The theme I purchased is based in Woocommerce and for whatever reason doesn't have the breadcrumb capability ...
0
votes
1answer
9 views
WordPress Admin Redirects to Previous EC2 Public DNS
I successfully installed WordPress 3.5.2 on my Amazon EC2 Amazon Linux AMI micro instance. I was able to log into the admin backend, and view my front end blog post.
However, after stopping and ...
0
votes
1answer
15 views
How to handle json inside a mysql query
This might seem over complicated but it's as close as I can get to my goal. I saw this question: json field on mysql where clause but it wasn't answered.
I'm working on wordpress with advanced custom ...