Tagged Questions
0
votes
1answer
11 views
WordPress Plugin Development - How to re-upload/update plugin while developing, without deleting current version?
I just started developing plugins for WordPress (fun!) and am curious if there is a faster/better way to upload a new version of the plugin, without having to delete the current one first?
I am not ...
0
votes
1answer
31 views
Wordpress - update notification on plugin page
Currently, if you use Wordpress plugin directory (to host your plugin), you can manage updates and version changes using SVN. Anyone who running that plugin will be notified of version changes and ...
0
votes
1answer
77 views
Incorporating web forms into Facebook tabs/iframes [closed]
I have created probably 100+ FaceBook tabs with iFrames for customers' web sites over the past year or so.
The question and problem I often face is incorporating clients' web forms into the iFrame. ...
0
votes
1answer
156 views
Update all the posts at once nothing want to add or delete only update so that post slug get automatically generated..
I have changed the default permalink of my website to Custom permalink (/%post-name%)
Now all posts require slug values .
which is not present currently.A slug is automatically added when a post is ...
1
vote
2answers
562 views
Wordpress redirect issue, headers already sent
I am wondering, based on the code bellow, where I would want to put my wp_redirect function because where it currently is does nothing but spazzes out and sais:
Warning: Cannot modify header ...
0
votes
1answer
272 views
WordPress edit_user() and Cimy User Extra Fields
I created a page to update a user's WordPress profile. The site uses cimy user extra fields, and adds several custom fields to the users profile. The page gets all of the users data and enters into ...
3
votes
1answer
120 views
how can i list the updates using wordpress xml rpc methods
in my iphone app i am trying to list all the updates from the users but i didnt get any XML-RPC methods to do so
can any one tell me , how can i list the updates using wordpress xml rpc methods , ...
0
votes
1answer
139 views
Wordpress plugin updates
I am looking for some guidance with working with Wordpress. My company has recently decided to move to using Wordpress as our main development platform. I am used to doing OOP and I see that Wordpress ...
-1
votes
2answers
508 views
Will updating Wordpress affect the wp-includes folder?
I'm customizing a Wordpress site, and want to alter a file in the wp-includes folder, specifically the media.php file. If I change that file and Wordpress has an update, will it overwrite what I have ...
0
votes
2answers
44 views
Refreshing blog posts in real time to an external web site
I have a wordpress blog, and I would like my main site to get updates of the most recent posts in a little box. How would I do that?
3
votes
1answer
1k views
How can I deploy a WordPress site with Git without committing WP core?
I've been researching how to use git for WordPress deployment. Nearly all of the examples have WordPress as a remote repository that is merged into master/feature branch regularly.
I don't want to ...