Tagged Questions
0
votes
0answers
11 views
Custom table Wordpress to CSV using php in a plugin
I tried to build a plugin for Wordpress (practicing purposes) and what I wanted to do is that I can download a csv file when I click a button. Whenever I click the button I redirect to the following:
...
1
vote
1answer
31 views
Moving wordpress from local to server with git (sourcetree)
I am new to working with GIT, I found out how to commit and push everything, so that's working. I installed my wordpress blog locally and worked on the theme and plugins for a while and now I want it ...
0
votes
0answers
11 views
Same login and synchronization for a website and wordpress
I have a website ,say www.example.com and a blog at,www.example.com/blog.I am looking for a way to actually synchronize both my things together,Like people wud need to register (only at ...
0
votes
1answer
22 views
How can wordpress works without transactions? [closed]
In wordpress there are tags. So when a user insert a post, wordpress have to do at least 2 queries ( insert in the POST table and insert in the POST_TAG table ).
How can this works good without using ...
0
votes
0answers
15 views
Issues with Wordpress altering URL or showing deleted posts
We're having some issues with a Wordpress powered blog.
It's wordpress 2.1 and apart from askimet and hello dolly there are no plugins + the theme doesn't interfere with the core of wordpress at ...
0
votes
2answers
16 views
Uploading a completed WP site without redoing the design/theme part
Am wondering if there is anyway to clone/move the whole WP site I've design as it is?
Would like to avoid the idea of restarting all over again with the slider setting, colours, theme config, menu? ...
0
votes
1answer
25 views
Suggestions database table with xml files. (mysql/php)
I am looking for some suggestions on how to design the database and if it is possible to do what I want. I am trying to get a xml into a database table by a uploading form. The table should handle ...
0
votes
0answers
16 views
Wordpress 3.5.1 load content outside wordpress
Im trying to load wordpress in a subdomain specifically trying to load wp menus, but when i try to call to wp-load i receive "Unable to establish database connection"
I'm trying to call to wp-load ...
-1
votes
1answer
36 views
How import a SQL file to Wordpress Posts (Post Title and Body)
I have acquired a Facts database that has thousands of Facts. It's a SQL file that has one table I believe.
How would I import into a Wordpress site as separate Posts (title and body)?
I'm not a ...
-1
votes
0answers
14 views
Can I use the db schema of a GPL'd application (wordpress) for a closed-source application? [closed]
Question:
If I write a clone for wordpress (which uses the GPL license) in ASP.NET MVC4, but want to be compatible with an existing wordpress db, I need to use the same db/schema (i don't want to ...
0
votes
0answers
15 views
wordpress pages not redirecting to its own pages
I had done a project on the wordpress. It was working fine, meanwhile my xampp server gave a problem so i uninstalled it but not the mysql database and htdocs files...and then i reinstalled the xampp ...
0
votes
0answers
38 views
what is better to create web based database for internal use in a compnay ? [closed]
I am new to database development. i am looking to create web based database for use in company. the DB needs to be accessed by multiple users with different authorization. it is basically used to ...
0
votes
0answers
54 views
Wordpress - wpdb ->get_results - wrong encoding
I have a Wordpress installation and a custom table in the WP database called c_schools. Inside my custom template page, I do the following query:
$schools = $wpdb->get_results("SELECT school_id, ...
0
votes
2answers
32 views
Error after upgrade to wordpress 3.5.1
After upgrading to wordpress 3.5.1. I have few database errors which are similar to this. How to solve this?
2013/04/27 18:43:32 [error] 1361#0: *1161766 FastCGI sent in stderr:
"WordPress ...
0
votes
1answer
24 views
MySQL unknown column error
I have a simple SQL command:
DELETE FROM wp_posts WHERE post_type = revision;
I want to run this from PHPMyAdmin but I get this error:
#1054 - Unknown column 'revision' in 'where clause'
What ...
-1
votes
0answers
52 views
How to integrate Wordpress/Woocommerce into existing website [closed]
could someone please walk me through (complete beginner) how to integrate Wordpress/Woocommerce into my existing website? Am wanting only to add database system features and filtering system to my ...
0
votes
1answer
35 views
How do I add a delete button for mySQL in custom WordPress Plugin
I am building a custom WordPress plugin, which generates coupon codes, stores them in the mySQL database, and then displays them in a WordPress admin page.
I would like to be able to add a delete ...
-2
votes
0answers
39 views
What is the best strategy for international sites? [closed]
I would really like some advice as to best launch our site internationally. This is the setup I would like:
mysite.co.uk is the main UK site - the parent site
This is a database driven site using ...
1
vote
0answers
36 views
What is the purpose of wp_usermeta key: wp_user_level
I'm trying to optimize our database because we have a lot of users and the wp_usermeta table is getting really really large. I notice that every single new users gets a row added with the key ...
2
votes
1answer
79 views
How do I create static WordPress pages that are dynamically pulled from database?
I have a bunch of data in a MySQL database indexed by auto-incremented id values.
A row would look like this:
id | title | description | story
1 | A ...
-1
votes
0answers
31 views
Wordpress “Error establishing a database connection” [closed]
I recently uploaded WP 3.5.x at my server, created a database and user (Lunarpages-cPanel), then modified the wp-config.php based on the database account details I made - plus the host url stay as ...
0
votes
0answers
25 views
Using WPDB method in Wordpress, no data is submitted to the database
I attempted to translate working code using the mysql_* method; however, when I submit the form it does not insert any data into the database.
Here is the non-working WPDB translation from the ...
0
votes
2answers
42 views
Inserting Row into Database with Array Values
I'm having trouble getting the last array in the function below to insert into the table. I'm guessing a syntax issue, but I am not finding it and need help. The function inserts database values upon ...
0
votes
1answer
31 views
Data base issue, site not displaying parent custom post types and additional errors
I am posting here instead of the wordpress forum because I believe this is really a database issue that I cant figure out. I am running a wordpress site and I just tried to add a item to my custom ...
0
votes
1answer
43 views
Posting HTML form to new wp database table
I'm trying to make a HTML form post the input values to a custom table in the WordPress database. I've managed to get something to show up in a new row, but almost all of my values return N; instead ...
1
vote
1answer
107 views
Version control (SVN) of MySQL database in WordPress theme development (any code examples?)
*We deployed an SVN server on Dropbox(!)
and everything works fine,
but I'm looking for an easy tutorial
QUESTION #1: how to version control WordPress database
for the theme development with ...
0
votes
2answers
54 views
Wordpress: Does get_post_meta() query the database while in the loop?
Does get_post_meta() query the database while in the loop?
During search results (in the loop) I have a series of values I grab post meta for.
example:
<?php
$post_meta_array = array(
...
0
votes
1answer
57 views
wordpress wp_insert_post is taking too long
I'm using a simple php file to post to my wordpress, i have around 900posts so far, yet i noticed that time it takes to post is getting so long ! that some times it even runs out (30sec+) ! here is ...
0
votes
0answers
19 views
WordPress data from other database doesn't appear
Ok, i'm new on using wordpress and have problems with presenting data from database. I created a new page and edit the body of the page's theme. here is the code:
<?php
/*Template Name: Study ...
0
votes
2answers
54 views
Import custom database into wordpress and keep the post id
Hello guys this is more like a mysql question , I need to import an old database into wordpress easy right ? well not that easy I need to keep the same post id because I use a custom permalink ...
2
votes
1answer
37 views
easily migrate wordpress database from local to production
I find myself constantly doing this routine to migrate a wordpress database to staging or production servers:
doing a SQL dump of the local wordpress database
open the .SQL file then search and ...
0
votes
1answer
42 views
Do someone know how to fetch post images sizes via MYSQL Query?
i am developing a web-services using PHP with adodb classes. what i trying to do is that i need the image sizes of the post i.e(thumbnail, medium, large) size. I am able to fetch the post original ...
0
votes
2answers
71 views
How do I create a WordPress query that filters out multiple authors?
Iâve been trying to do a WordPress query and have hit quite a major snag. Hereâs the how I want to query the posts:
<?php query_posts( 's=@' . $user_login . ...
0
votes
0answers
26 views
Managing wordpress environments
I have small team (4 developers) and we created a site, that has currently 500 users.
Our development cycle looks like this:
We make changes (install plugins or customize code) on our localhost.
We ...
0
votes
0answers
82 views
Wordpress permalink structure wont update in database
Ok so I'm trying to change the permalink structure on wordpress to custom but everytime I save and refresh the page it defaults to "Post name". I've scoured the net for the past 2-3 hours trying ...
0
votes
0answers
29 views
Using Wordpress as a CMS and a registration/post website
I'm attempting to build a website for the first time using Wordpress as a CMS (or so I think). I have extensive programming knowledge but I've never launched my own website like I plan to do and I've ...
0
votes
4answers
132 views
how to Get content from database into html page with variable url
Actually my question can not understand directly but i think you can understand from following example
http://www.timestips.com/gadgets/samsung-galaxy-s4-specifications-and-features/
...
0
votes
1answer
98 views
How to cache Wordpress DB so it doesn't Query MySql?
I have an unlimited host in everything, except the MySql Database, which has limited number of connection at the same time. I want to know if there is any way to cache the posts in the server/host, so ...
0
votes
1answer
36 views
Best way to get huge data
First let me describe my case:
I need to store around 200extra detail of each user. I am using wordpress. Now there is a default function to save data associated with user. But i am not sure what ...
-3
votes
2answers
69 views
Making a searchable online database with data CSV file [closed]
I have a CSV file which contains four columns :
SEARCH QUERY | url1 |url2 |url3 |
foo | http://abc.com|http://xyz.com |http://lmno.com|
.
.
. and so on
I ...
0
votes
1answer
54 views
Shopping cart for Wordpress with external database
i've been working on this Wordpress based site, that uses an external database for storing product information (by client request). I was using SimpleCart(js) as a shopping cart for simplicity ...
0
votes
1answer
126 views
SQL Query to delete WP post using date range on a MySQL database
I am migrating a news aggregation WP site to a commercial service. We currently have over 14,000 posts on it.
We want to save the current database and reuse it under a different domain name for ...
1
vote
1answer
128 views
Getting SQL syntax error in INSERT query in wordpress database
i am using below insert query adding custom filed for all wordpress post, but getting Sql Syntax error i dont know where i m doing wrong
INSERT INTO wp_postmeta (post_id, meta_key, meta_value)
...
0
votes
2answers
298 views
issue with wordpress Fatal error: Cannot redeclare frm_dl
I got this issue with my website using wordpress
I don't know what's the issue, could someone help us out please.
Fatal error: Cannot redeclare frm_dl() (
0
votes
1answer
71 views
MySQL Query on Wordpress database
I'de like to have a mysql query on a wordpress database that recover the title and the first image link of the last 6 posts.
Wordpress core functions are not permitted because I'd like to show them ...
0
votes
0answers
71 views
How to stop Wordpress from saving custom post types to wp_posts
I want to have a custom table in the database called 'Products'. The user will be able to add/edit/delete products using the back end interface. All updates and changes will be made to this 'Products' ...
0
votes
0answers
41 views
How to load custom post type field values in Wordpress from the database?
I was reading this link about creating a custom post type in Wordpress. In the example, the field value box is text and the user can enter anything inside. I was wondering if it's possible to turn ...
-1
votes
2answers
230 views
Database error when I moved my Wordpress blog [closed]
I made a personal WordPress blog about technology, called Tech Traces. Now at first I was determined not to spend any money on it at all, useing 000 free web hosting and .tk for the domain. (For the ...
0
votes
1answer
65 views
#1062 - Duplicate entry '1' for key 1 | Wordpress
Hey guys I/m hoping that somebody here can give me a helping hand...
I'm trying to import a DB for my wordpress site but I'm getting errors.
Here is the error I'm getting!
-- -- Dumping data ...
0
votes
3answers
56 views
Importing and replacing an edited database via phpMyAdmin
I moved a wordpress site from one domain to another. I ran a total of 4 sql queries to replace the old domain name with the new domain name. 2 sql queries were successful and 2 were not. So, I ...





