craigedmonds
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tried to upgrade to 4.0 — now site is offlineI am getting exactly the same error here also
Fatal error: Cannot redeclare get_all_category_ids() (previously declared in
Any ideas?
Having the same issue here.
Popup does not go away + no dismiss button.
Using Chrome Version 31.0.1650.57
Tried using disable pointers plugin but that seems to conflict with other plugins.
UGH.
:O(
Forum: Fixing WordPress
In reply to: WP 3.0 Menu limitI have added this to my php.ini file in the root of my site and does not seem to work.
:o(
Asking host to add them to server side php.ini file.
Forum: Themes and Templates
In reply to: get_pages how to disable grandchildrenFound it
This worked
$mypages = get_pages(‘child_of=’.$post->ID.’&sort_column=post_date&sort_order=desc&parent=’.$post->ID);I am very grateful that you are considerate enough to post the solution.
This has totally solved my problem also.
Forum: Themes and Templates
In reply to: Use The Post Image to wp_list_pages@martinlucas try adding $postexcerpt to the loop…
Make Sure you have PostExcerpt as a custom field in your page.
foreach($pages as $value){ $thumb = get_the_post_thumbnail( $value->ID, array(100,100), $attr = '' ); $postexcerpt = get_post_meta($value->ID, "PostExcerpt", $single = true); $output .= "<li>"; $output .= "<a href='" . $value->post_name . "' >" . $thumb . "</a>"; $output .= $postexcerpt ; $output .= "<a href='" . $value->post_name . "' >" . $value->post_title . "</a>"; $output .= "</li>"; }
Forum: Everything else WordPress
In reply to: going to launch wordpressbd.com & wordpressbd.orgI Send a mail to the WordPress Authority.Still i didn’t get any response. Let’s see what they say…
How long ago did you email them?
I have just written to them regarding wordpressangels.com and am hoping for a positive response. (wpangels.com is already taken!!)
Kindest Regards
Craig EdmondsForum: Everything else WordPress
In reply to: Using the word wordpress in my domain nameHi chellycat,
Thanks for that excellent link, very explanatory. I feel much more informed now.
Kindest Regards
Craig EdmondsForum: Everything else WordPress
In reply to: Using the word wordpress in my domain nameHi chellycat,
Thanks for your input, some good ideas there.
Would WP not be under trademark though?
Kindest Regards
Craig EdmondsForum: Fixing WordPress
In reply to: Can’t schedule posts in 2.8I can now confirm the issue was with a plugin, namely WP Events Calendar by wp-eventscalendar.com.
I disabled the plugin and I can now schedule pages again.
I would suggest that whoever else has this issue, simply deactivates their plugins one by one.
Kindest Regards
Craig EdmondsForum: Fixing WordPress
In reply to: Can’t schedule posts in 2.8Hi communicatejesus,
I am having exactly the same issue.
ESMI – your link is great but its nothing to do with the issue we are having. We cannot even access any of the links under the Publish section so cant even schedule anything. The links appear but nothing happens when you click on them. However I did apply the suggestion and nothing changed.
Marlimant – likewise. We cant even get to the scheduling to actually schedule anything.
I am running WP 2.8.4 on WAMP.
Have tried disabling all plugins and the error still persists.
Kindest Regards
Craig Edmonds