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
0answers
4 views
Custom table data from Administrator side in wordpress
I have inserted data in custom table from user side. How can i view those data from Administrator side without the help of Database browser tool?
Kindly give simple example.
Thanks in Advance.
0
votes
0answers
2 views
Marketpress mp_product_sku not working in product page
This is my product page:
<div class="product_content">
<div id="product_sku">
<p>SKU: <?php echo do_shortcode('[mp_product_sku]'); ?></p>
...
0
votes
2answers
9 views
Getting URL,Title and excerpt of Individual post inside template-Wordpress
I tried adding a social share script inside index template, when i click share burron i want to get the URL of Individual post.I defined the structure inside javascript.
<a class="fb-share" ...
-6
votes
0answers
17 views
In place editing feature for WordPress Site. [closed]
we need feature like http://unifydemo.unitinteractive.com/unify/login.php in Wordpress Site.
we want to give facility to user to edit there Home page like this Unify is doing...
any plug-in available ...
0
votes
1answer
14 views
Adding wordpress post ID's to a persistant collection
I am using wordpress posts with multiple custom meta to display may items. The items are searched for and added to a collection (or cart) This resembles a commerce solution which are widely used in ...
0
votes
0answers
10 views
Generate TCPDF with ajax call parameter
I have a post which has 3 extra custom text field and it has some content.now i have link on front and to popup that 3 fields content.When page load they are in display none mode but when i click ...
0
votes
1answer
17 views
I can't get post id in Wordpress
I use this code to get Post's id in wordpress, but it returns empty. What is wrong here?
$post_id=get_the_ID();
echo 'Post ID: ' . $post_id. "\n";
0
votes
0answers
7 views
Not able to customize theme in wordpress in local environment
i have installed wordpress on my local computer using wamp server,And i am unable to customize my theme twenty twelve,It will open the sidebar, but not my blog. Therefore not only can I not live ...
0
votes
4answers
58 views
Trying to run php code within a Javascript (.js) file
First off I am very new to php so bear with me. I have a javascript (.js) file from a wordpress template that reads the key from var googledockey. In order to change it I have to manually open the .js ...
0
votes
0answers
8 views
Creating custom “things” menu in WordPress Admin
I think WordPress have this capability, because I've seen this before, but I'm not being able to find it. I would like to know how to create my own set of custom "things" in a WordPress site. I'll ...
0
votes
0answers
10 views
wordpress plugin for fishpig in magento
I am using fishpig to integrate wordpress into magento.
If I decide that I need a plugin that fishpig does not support I am wondering what exactly I need to do in order to integrate the wordpress ...
2
votes
2answers
21 views
Unicode signs shown on development page, but not on actual page with same code
I have a strange Unicode problem with a Wordpress page I am about to create:
(At least with Firefox and IE.)
On the development page http://natzet.kunden.fincha.com I can see the Unicode signs
...
0
votes
0answers
7 views
dynamic numbering of content divs
I am working on a wordpress parallax site an want to dynamically add a number to the page/content div based on its order on the page. Is there a way for me to do this?
<div id="container">
...
0
votes
1answer
11 views
Update Wordpress Custom Field with AJAX on cached page
I'm new to ajax am trying to create a simple hit counter that updates a custom field in Wordpress after the page loads. The page is cached, so any attempts to use PHP alone will not work.
I'd like ...
0
votes
0answers
18 views
JSON Outputs Invalid HTML/JS Code, Rendering Page Useless
I am creating a mobile app from a wordpress site, calling the JSON return from one page ID and returning the JSON-generated content on the page that shows up on an Android device (link provided). I ...