Tagged Questions
0
votes
1answer
149 views
Auto post from Wordpress to PhpBB [closed]
I need to automatically post what I write on WordPress (latest version) on a forum (phpBB latest version). You know you recommend a plugin or a guide?
0
votes
0answers
24 views
Error in admin panel [closed]
Warning: Cannot modify header information - headers already sent by (output started at /home/qh3vjkx4/public_html/wp-content/plugins/s3slider-plugin/s3slider.php:375) in ...
1
vote
1answer
35 views
Wordpress plugin compatibility explaination when wordpress releases its new version (theoretical)
Recently i updated my wordpress to its latest version 3.4.1 and noticed that few of my plugins are only compatible upto 3.3 although they are working correctly for my site even with the latest ...
1
vote
1answer
1k views
TinyMCE Advanced newline problem
I am using TinyMCE Advanced plugin according to qTranslate in a wordpress 3.3 installation. My question is: why does tinymce translate visual editor new line ("enter" key) in a ...
1
vote
1answer
38 views
Beta Versioning of Plugins
When I'm writing a fix to some bugs, I often increment the version and send it to the bug finder to see if my fix works. If I have 1.2.5 and I want to create a beta that will become redundant once I ...
0
votes
1answer
58 views
Reverting from a newer version of wordpress to an older version
For some reasons I need to degrade wordpress version of a site(I understand that it is not a good practice to do and I can fall into many troubles by doing so) but I still need to do it for some ...
1
vote
1answer
2k views
Wordpress get current user data from external php page
I have a php page at the same level as the template / theme on wordpress.
What I need it be able to get the current logged in user details from this page.
I have tried this:
...
3
votes
1answer
447 views
A Way to Auto update plugins using cron?
Is there a solution to keep plugins updated with wordpress by auto upgrade them without need to access to the admin panel every time?
1
vote
1answer
74 views
Remove Wordpress Scripts
I am working on a custom page template in my theme, i want to remove all other styles and scripts which are loaded, like default theme style, jquery & other scripts, i want to remove all for the ...
2
votes
2answers
42 views
What are WordPress installation percentages by version?
I'm in the process of developing a plugin, and I'd like to figure out which versions of WordPress to support. But to get a good idea I'd need to know what percentages of old Wordpress versions make up ...
3
votes
2answers
326 views
How to check plugin compatibility before upgrading Wordpress
When you're upgrading a plugin you can quickly check if the plugin version you are about to upgrade to works with your current version of Wordpress. Is there a way of checking that your current ...
1
vote
2answers
323 views
I Want to Get A Plugin Version Number Dynamically
Howdy, I recently cribbed W3TC to implement an "in-update" changelist display (very cool), in my plugin, but there's an awkward bit of code I'd prefer to avoid.
If you look at the top of this file, ...
6
votes
3answers
1k views
How can I create a bash install script for my Wordpress sites setup (WP+plugins+theme)?
I build a lot of websites with Wordpress, and my initial setup is basically always the same :
Latest version of WP
Latest versions of about 5 plugins
My naked development theme
Instead of ...