| bio | website | meredevelopment.co.uk |
|---|---|---|
| location | United Kingdom | |
| age | 35 | |
| visits | member for | 1 year, 5 months |
| seen | 19 hours ago | |
| stats | profile views | 28 |
I'm a freelance php'ish Wordpress'ish developer...
|
Apr 25 |
reviewed | Reviewed PHP Fatal error: Out of memory / Unknown Error On Line 0 |
|
Apr 25 |
reviewed | Reviewed How to get the post's parent ID? |
|
Apr 25 |
comment |
How to get the post's parent ID? +1 for updating your question with more info. I'm still not sure what you mean. If you have a custom post type, and it is set to 'hierarchical' then you can use get_post( $post->post_parent ). If you are using a 'page' for blog posts in the settings, then get_option('page_for_posts') will give you the ID. More info and maybe a code snippet will help us give a better answer. |
|
Apr 17 |
revised |
Wordpress not showing full text in feed Added a relevant tag, removed another. |
|
Apr 17 |
reviewed | Reviewed Wordpress not showing full text in feed |
|
Apr 17 |
suggested | suggested edit on Wordpress not showing full text in feed |
|
Apr 4 |
reviewed | Reviewed How to check if current static page is frontpage from admin plugin |
|
Apr 4 |
suggested | suggested edit on How to check if current static page is frontpage from admin plugin |
|
Apr 4 |
reviewed | Reviewed Tags, use both union and intersection at the same time |
|
Apr 4 |
awarded | Custodian |
|
Apr 4 |
reviewed | Reviewed Automatically populate a hierarchical taxonomy from a custom field |
|
Apr 4 |
reviewed | Reviewed global function to apply filter to custom field |
|
Mar 31 |
reviewed | No Action Needed Wordpress and magic quotes |
|
Mar 29 |
comment |
php.ini -Theme-specific settings Just another thought, you might need to up the post_max_size and upload_max_filesize too. Have a read here: php.net/manual/en/ini.core.php#ini.post-max-size |
|
Mar 29 |
comment |
php.ini -Theme-specific settings No Wordpress has to respect the upload settings too. In the add media boxes it shows the max upload size setting (or at least it used to in recent versions). Here's some codex info on it: codex.wordpress.org/… |
|
Mar 29 |
comment |
How to execute a function from function.php in a javascript? I don't know if its off-topic, but I know I'd like to see more code before answering. Ideally to see where you're using your function, and what it outputs. I think you will end up having to use jQuery to replace that 'album-info-text' element with your menu, so make sure your menu has a targetable container. |
|
Mar 29 |
answered | php.ini -Theme-specific settings |
|
Mar 29 |
comment |
Limit popular posts by days The OP will need to use 'suppress_filters' => FALSE in the get_posts arguments I believe. Maybe you can improve your answer with a fuller example? |
|
Mar 24 |
awarded | Popular Question |
|
Mar 16 |
awarded | Custodian |