The wp-settings.php tag has no wiki summary.
4
votes
2answers
756 views
Where can I find a schema of wordpress plugin core architecture?
There are plenty of articles which explain how to create a wordpress plugin. I'm not looking for that, I'm looking for a schema of the core architecture of a wordpress plugin (an UML class diagram and ...
1
vote
1answer
371 views
How to add an export function to a custom Option Theme Page
I'm creating a new Wordpress template and I have a question:
I've added a custom Option Page to my new template (you can see what I'm doing Here and Here) but now I would like to add a new function.
...
1
vote
1answer
427 views
How to show last post of each website of a MU wordpress in HomePage
actually I'm running a wordpress MU website and each website has its own "life" but now I would like to show last X posts of each blog of my network on the homepage.
I know how to do it using Feeds ...
0
votes
1answer
2k views
hide wp-content from urls
Here is what I am thinking of trying to hide wp-content from the urls of files included in page source.
defining the following in wp-settings.php
define ...
0
votes
1answer
730 views
Writing Mysql and Php code in wordpress Posts
I am on wordpress and i am writing php or mysql code in a post but finally when i hit publish it gives an Server Error : 500 , i also trying putting my code under [code] [/code] tags nothing happened ...
0
votes
2answers
180 views
Cant we use a PHP file directly like myhome.com/some.php?
i just want to add a php file into my site say www.mysite.com/some.php. I dont want to create any page using that php file as page template. All i want is to add a php file which as some php codes in ...