Skip to main content

Questions tagged [wordpress]

open source content management system running on PHP and MySQL, and often used as a blog engine.

Filter by
Sorted by
Tagged with
1 vote
1 answer
137 views

I am building a website that uses a recommendation system. Users submit a form which is sent to the backend for the recommendation logic calculation; the recommendation response is sent back to the ...
Leksa99's user avatar
  • 19
-1 votes
1 answer
746 views

I've been refactoring some of my procedural code to OOP, and I'm wondering if using the adapter pattern is overkill in this case. Basically, I created a Order class. All class properties are a field ...
Matheus's user avatar
  • 11
0 votes
1 answer
48 views

Our builds are not binary by nature of WordPress PHP/JS, merely combined and minified. But they can be re-created by any developer easily and I feel like they shouldn't be version controlled but I ...
Firsh - justifiedgrid.com's user avatar
2 votes
0 answers
52 views

We use WordPressEngine and want to have multiple developers and multiple branches using git. One challenge is how do we incorporate the database into the workflow? Should we take a sql dump and ...
Jason Lough's user avatar
3 votes
0 answers
94 views

I'm working on a website that has a section that shows the company's stock details and investor-related data. This data is retrieved through scheduled SOAP API calls. I created two scheduled tasks ...
7asobate-'s user avatar
-1 votes
1 answer
54 views

BACKGROUND: I've been developing in PHP for two years - self taught, and beyond the most basic editing, really just a year and a half - but my experience is limited to a small number of environments. ...
Carl Elder's user avatar
0 votes
2 answers
225 views

I am a web developer who is planning to build a web application which requires user-generated input, with that input presented somewhat like a blog in the sense that there is an article with pictures, ...
James A's user avatar
  • 157
3 votes
0 answers
2k views

I'm improving a WordPress theme with PHP. The theme contains a gallery section which loads data from the Flickr API. Now the client wants to display Flickr galleries as well as "local" galleries ...
Julian F. Weinert's user avatar
5 votes
4 answers
864 views

First, I am not a programmer nor do I have any programming experience. I am an entrepreneur that had a website idea and hired programmers to custom build it. It has been going on for the last one year ...
Mr Ley's user avatar
  • 59
0 votes
2 answers
2k views

Assuming I have a plugin hosted on wordpress.org, can someone else just take my plugin and copyright it? Can they take the name of my plugin and copyright or trademark it (assuming I do not have it ...
software's user avatar
  • 101
0 votes
1 answer
89 views

I asked a question and received quite good answers. I read all answers and other sources about my question. I concluded that if I write my code and distribute it to my clients for a free under my own ...
Sharan Hayer's user avatar
0 votes
1 answer
245 views

I won a bid on Elance and was had a request to fix some css and html issues with a WordPress site. How do I make changes to the document without working on the live site? Do you set up a development ...
user114236's user avatar
0 votes
2 answers
549 views

I want to develop a WordPress theme using Roots theme framework and then sell it on themeforest.net. Roots theme license allows me to sell the theme as per its founder's discussion with some guy on ...
user100904's user avatar
5 votes
8 answers
798 views

I am building a PHP application for a client and I'm seriously considering WordPress or a simple framework that will allow me to quickly build out features like forums, etc. However, the client is ...
Micah Bolen's user avatar
5 votes
3 answers
652 views

I began work at a company 2 months ago as a PHP developer. I stepped in to somewhat of a kludge, but I've yet to find a company that isn't... The development stable is currently two developers (...
user801745's user avatar
1 vote
1 answer
275 views

I have started using BDD for a WordPress plugin i'm working on and i'm rewriting the js codebase to do tests. I've encountered a few problems but i'm going steady now, i was wondering if i had the ...
Nicola Peluchetti's user avatar
1 vote
4 answers
164 views

Possible Duplicate: How to decide between using an existing eCommerce solution and building your own? I am starting a ecomm business and my site idea is pretty similar in functionality to ETSY. I ...
liz's user avatar
  • 11
23 votes
9 answers
15k views

Related: As a beginning programmer, should I favor building my own libraries over using 3rd-party libraries? As an intermediate to advanced level PHP web-developer and a young one at that (15yrs.), ...
Alex Bennett's user avatar
3 votes
3 answers
766 views

I've recently went through manually editing some tables on a Wordpress website. I've also had some experience with database internationalization so I know that serializing is not the best (IMO) ...
Asaf's user avatar
  • 375