The documentation tag has no wiki summary.
21
votes
8answers
3k views
Local copy of WordPress Codex?
Sometimes I want to develop WordPress themes when I have no internet connection. I need the Function Reference and Template Tags to be productive.
I searched for a downloadable or SVN copy of the ...
5
votes
5answers
532 views
WordPress training materials
Are there any good publicly-available WordPress training materials (videos, manuals, etc.) that could be used to give content editors a basic overview of WordPress?
We have a handful of blogs on a ...
1
vote
0answers
52 views
Insert a “view all ” option on wp page navi
Is it possible to/how can I add a view all function to my wp-pagenavi?
For example :
1 2 3 >> View All >>
Currently I just have the 1 2 3 >> but would like to give my visitors to option to 'View ...
0
votes
0answers
15 views
Where to get Wordpress Codex 3.4.2 Offline documentation? [duplicate]
Possible Duplicate:
Local copy of WordPress Codex?
Where to get full wordpress codex 3.4.2 for offline use ?
Please share any relative links.
Thanks.
1
vote
3answers
1k views
Wordpress plugin for authoring technical documentation? [closed]
We'd like to use WordPress to author the technical documentation for our software product. We've used plain-old WordPress pages, arranged then hierarchically, and it works ok, but it's not great. The ...
-1
votes
4answers
35 views
documentation on arguements?
I have seen many different parameters or arguments that can be passed to a query. For example, category_in, category_and term_id to name a few. Some of these can be found by using print_r to print out ...
0
votes
1answer
24 views
How indicate when a functions was upgraded in relationship to the entire program [closed]
for inline documentation there are those @somethings for some php documenter, when
there is the common @since @version and so on.
I have a lot of functions that are all part of a big package. But ...
1
vote
2answers
476 views
where is the documentation for add_action() parameters?
I am reading the source of a plugin (gallery to slideshow plugin) to make it behave like i want and it is using an action
add_action( 'the_posts', array( &$this, 'have_gallery' ), 10, 1 );
I ...
0
votes
0answers
120 views
Best WordPress forum communities [closed]
Other than this community, what are the names of high quality WordPress forums or q/a communities that you frequently visit?
I am asking this because there are some topics that I would like to ...
0
votes
1answer
51 views
Knowledgebase / Docs: Custom Post Type, Pages or as a Post Category?
I'm trying to decide on how to organize a new site/theme.
It has the standard sections: Home, About, Contact, Blog but also an (admin-only editable) Knowledgebase/Documentation area.
My first ...
1
vote
1answer
88 views
Workflow and best practice for documentation [closed]
We have been creating a bunch of templates that are very custom and change from time to time but also have a bunch of similar parts from theme to theme. I am looking to streamline the way we create ...
9
votes
1answer
2k views
Alternative to query_posts for main loop? [duplicate]
Possible Duplicate:
When to use WP_query(), query_posts() and pre_get_posts
I just noticed today that the documentation for query_posts() mentions some "disadvantages" of using query_posts ...
2
votes
3answers
176 views
Styling readme.html in plugin?
I am making readme.html file for a plugin with some detailed setup instruction that need to include screenshots.
As rest of UI I want it be consistent with WordPress style and so I looked at its own ...
5
votes
2answers
373 views
Where can I find a real architecture document on Wordpress?
I can only find some db schemas, what about all the rest of business logics in UML ?
1
vote
2answers
2k views
WordPress documentation - WP_Query arguments
I've been looking for a list all WP_Query arguments.
This looks obvious, but http://codex.wordpress.org/Function_Reference/WP_Query isn't helpful at all, "post_type" is mentioned only in an example, ...
0
votes
3answers
101 views
Codex Version Focus on Production or Nightly?
The function get_users_of_blog() is to be deprecated in WP 3.1.0 but the current production release is 3.0.5.
Does it make since to have the documentation reflect a nightly change when the ...
1
vote
2answers
93 views
User Training Materials
Does anybody know of any good publicly-available Wordpress training materials (videos, manuals, etc.) that could be used to give content editors a basic overview of Wordpress. We have a a handful of ...