| bio | website | wpthemes.co.nz |
|---|---|---|
| location | Auckland, New Zealand | |
| age | ||
| visits | member for | 4 months |
| seen | Feb 9 at 10:27 | |
| stats | profile views | 15 |
Theme design shop in Auckland, New Zealand.
|
Feb 8 |
answered | jQuery.accordion isn't a function even when enqueued |
|
Feb 8 |
answered | is_home() in HTML head |
|
Feb 8 |
answered | If statement for is_author of a post |
|
Feb 7 |
comment |
Insert dynamic content into posts you're welcome.. glad it worked for you :) |
|
Feb 7 |
answered | Insert dynamic content into posts |
|
Feb 7 |
comment |
Insert dynamic content into posts And each new post will use only one URL? |
|
Feb 7 |
answered | Get author full name |
|
Feb 7 |
comment |
Insert dynamic content into posts quick question. How are you getting the urls? |
|
Feb 7 |
comment |
Insert dynamic content into posts I believe what he's trying to do is to "pull" content from the provided urls - thus the "dynamic content" in the question. But yeah, leading off with the image plugin was sort of confusing.. |
|
Feb 7 |
comment |
Where is this strange og:description coming from? You mentioned that this description text shows up in the homepage. What does your homepage look like? Is it a list of blog posts? or a static page? |
|
Feb 7 |
comment |
Where is this strange og:description coming from? The excerpt is automatically taken from the content of a post. A shortened version of it. The text you mentioned above is the text used for the default page created when you install WordPress. Look for that first page. It should have the title "About" I think |
|
Feb 6 |
answered | Where is this strange og:description coming from? |
|
Feb 6 |
answered | get_option error plugin development |
|
Feb 6 |
answered | get_template_directory_uri cached? |
|
Feb 6 |
comment |
Reusing the page name class that Wordpress adds to body tag can you explain what your goal is? what you want to do exactly? |
|
Feb 6 |
answered | How to display user role |
|
Feb 4 |
answered | How to check my WordPress.org site MySQL queries generating items? |
|
Feb 4 |
answered | Contact form with database integration issue |
|
Feb 4 |
answered | Multiple Parameters for a Shortcode |
|
Feb 4 |
comment |
Is there a hook between clicking on “Add new” and the edit screen of a new post? No need for the Pro version. And I'm not sure it's that heavy :) It just consists of the intercept page - the part where you display the page where the user can select the type (the hackish part) - and the part where you save the type that was selected (as postmeta). This is done by either checking the $_GET data (how MAB does it) or you could go the $_POST submit route. doesn't matter really since you will redirect it to the edit page once you have determined and saved the type. Anyway, your way is pretty good too. could be useful for certain workflows. Will keep it in mind :) thanks! |