The references tag has no wiki summary.
0
votes
0answers
48 views
Trying to get clicked link 'ID' to display specific metabox in 'Add New Post'
So this is something I am trying to accomplish. Basically, I created a custom Admin Page: with 2 link options that both lands on the 'Add New Post' page. For example: 'Add New Post with X' and the ...
0
votes
1answer
34 views
Is there a way to direct unregistered user to registration page when click a link?
everyone:
this question seems pretty commmon to ask, but I did not find any answer.
I was wondering, if there is a php function that I could use to direct a user to the site's registartion page, so ...
0
votes
3answers
68 views
Is there a list of all display functions for templates? [closed]
I am going to write my own post display thing, and I cannot find a list of all these type of functions:
the_date();
the_title();
the_excerpt();
I'm sure there are more, but where can I find a ...
0
votes
1answer
122 views
Plugin for wikipedia style references in WP?
I find inline links offputting to read so want to use wikipedia style foot-of-article references with incremental numeric linking to the external link reference.
I can just stick the HTML in but on ...
4
votes
1answer
169 views
Why, Where, and When to use reference pointers in filters/hooks?
Why, Where, and When to use reference pointers in filters/hooks? What are the potential cons of not using them when suggested or required? Just looking for a more detailed answer than the codex ...
0
votes
2answers
504 views
List of Body Classes Generated by body_class()
Does anyone know where I can get a list of all the body classes generated by body_class() for every sections and every conditions, including custom post-types, etc.?
For example, for a search result ...
1
vote
2answers
57 views
Need resource on available functions and objects
I am a programmer, and love jQuery. Visual jQuery and other resources is THE best place to get all the code/function et get your hand dirty...
But when it come to WordPress.. the code is too thin or ...
8
votes
3answers
384 views
The Essential WordPress Websites / Weblogs?
I am looking for the essential weblogs / references / sites to place in my bookmark collection / sidebar.
Is it possible that add a) either a link to existing bookmark collections b) additional sites ...
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 ...
2
votes
2answers
4k views
Changing the visible url path to css & js files
Does anyone happen to know how I can automatically turn:
http://www.domain-name.com/wp-content/themes/theme-name/css/stylesheeet.css
into
http://www.domain-name.com/css/stylesheet.css
Naturally I ...
6
votes
7answers
188 views
I'm looking for some good references (manuals)
I started a blog recently. Currently I'm using a free theme and some plugins that are working well enough for now. And, my overall goal is to produce content and not become a WordPress developer, etc.
...