Matt
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingYeah I don’t know if that file tells me anything really regarding the actual checking of the comment.
I do appreciate the help. I wonder what the problem could be??
Is anyone else having this same problem???
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingJust an FYI we have a custom theme… I don’t know if that would have any implications on the moderation of comments.
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingOkay I tested out a few of our post pages and comments are still being displayed without moderation.
On the admin side the comment come in as usual with the approval notice. As if it hasn’t posted yet.
Is there anywhere I can check other than the admin settings to see if this is set up right??? We need to have this in place.
Thank you!
Forum: Fixing WordPress
In reply to: What to check for if moderation is not workingOkay i’m going to make the change and I will post back what the result is.
Thanks!
Forum: Fixing WordPress
In reply to: Display Comments to a static pageIs this even something that can be done?
Forum: Fixing WordPress
In reply to: redirect targetWell you can check out:
http://wordpress.org/extend/plugins/page-links-to/
If that doesn’t help let me know.
Cheers!
Forum: Fixing WordPress
In reply to: redirect targetDo you have a site I can look at?
Forum: Fixing WordPress
In reply to: Update all posts at the same timeYou know i’m already just going into the posts 1 by 1 and just clicking update… Thanks!
Forum: Fixing WordPress
In reply to: Update all posts at the same timeWhat I have done is create a custom Meta Box for the admin post page. The problem was when adding content to the field the textarea was not recognizing linebreaks. since then I have added a function add a
<br />after each line break.In order to update every post I will need to do this manually one by one. So thats why i am asking if there would be a way to update all posts at once.
The bulk action option is not a solution for me. a new revision needs to be made for the post in order for it to reflect on the front end.
Forum: Fixing WordPress
In reply to: Update all posts at the same timeI need to update a custom field for every post that I have published.
Thanks
Forum: Fixing WordPress
In reply to: Adding <p> breaks after paragraphHere is the code that i’m working with:
add_action( 'admin_menu', 'my_create_post_meta_box' ); add_action( 'save_post', 'my_save_post_meta_box', 10, 2 ); function my_create_post_meta_box() { add_meta_box( 'my-meta-box', 'Second Excerpt', 'my_post_meta_box', 'post', 'normal', 'high' ); } function my_post_meta_box( $object, $box ) { ?> <p> <label for="second-excerpt"><strong>Second Excerpt With Images for Post List Page</strong></label> <textarea name="second-excerpt" id="second-excerpt" cols="60" rows="4" tabindex="30" style="width: 97%;"><?php echo wp_specialchars( get_post_meta( $object->ID, 'Second Excerpt', true ), 1 ); ?></textarea> <input type="hidden" name="my_meta_box_nonce" value="<?php echo wp_create_nonce( plugin_basename( __FILE__ ) ); ?>" /> </p> <?php }Forum: Fixing WordPress
In reply to: Add class to wp_list_pagesThe problem is that in IE7 when “Peacekeeping” is selected all other
- tags are getting the styled applied to them.
By style if mean the list-style of an image when that particular link is the active link.
I fixed this before by placing a class on the actual link but for some reason its not allowing me to.
Forum: Fixing WordPress
In reply to: Add class to wp_list_pages<div id="subnav"> <ul id="bullets"> <li><a href="mysite/site/PageNavigator/sfi_about" class="about"><span>About Israel</span></a></li> <li><a href="mysite/site/PageNavigator/sfi_news" class="news"><span>News & Blog</span></a></li> <li class="current_page_ancestor"><a href="mysite/site/PageNavigator/sfi_issues" class="issues"><span>Issues</span></a> <ul id="bullets2"> <li class="page_item page-item-211 current_page_item"><a href="mysite/issues/peace-keeping" title="Peacekeeping">Peacekeeping</a> <ul> <li class="page_item page-item-177"><a href="mysite/issues/peace-keeping/first-lebanon-war" title="First Lebanon War">First Lebanon War</a></li> <li class="page_item page-item-162"><a href="mysite/issues/peace-keeping/intifada-ii-the-oslo-war" title="Intifada II: “The Oslo War”">Intifada II: “The Oslo War”</a></li> <li class="page_item page-item-186"><a href="mysite/issues/peace-keeping/oslo-accords" title="Oslo Accords">Oslo Accords</a></li> <li class="page_item page-item-195"><a href="mysite/issues/peace-keeping/road-map-for-peace" title="Road Map for Peace">Road Map for Peace</a></li> <li class="page_item page-item-159"><a href="mysite/issues/peace-keeping/the-first-intifada" title="The First Intifada">The First Intifada</a></li> </ul> </li> <li class="page_item page-item-213"><a href="mysite/issues/security" title="Security and Identity">Security and Identity</a> <ul> <li class="page_item page-item-156"><a href="mysite/issues/security/border-conflict" title="Border Conflict">Border Conflict</a></li> <li class="page_item page-item-174"><a href="mysite/issues/security/jerusalem-israels-capital" title="Jerusalem: Israel’s Capital">Jerusalem: Israel’s Capital</a></li> <li class="page_item page-item-91"><a href="mysite/issues/security/persecution-of-christians-in-the-middle-east" title="Persecution of Christians in the Middle East">Persecution of Christians in the Middle East</a></li> <li class="page_item page-item-74"><a href="mysite/issues/security/the-fence" title="The Fence">The Fence</a> <ul> <li class="page_item page-item-767"><a href="mysite/issues/security/the-fence/five-fence-myths" title="Five Myths About Israel’s Security Fence">Five Myths About Israel’s Security Fence</a></li> </ul> </li> <li class="page_item page-item-201"><a href="mysite/issues/security/water-is-the-new-oil" title="Water is the New Oil">Water is the New Oil</a></li> </ul> </li> <li class="page_item page-item-209"><a href="mysite/issues/terrorism" title="Terrorism">Terrorism</a> <ul> <li class="page_item page-item-152"><a href="mysite/issues/terrorism/asymmetrical-warfare" title="Asymmetrical Warfare">Asymmetrical Warfare</a></li> <li class="page_item page-item-783"><a href="mysite/issues/terrorism/gilad-shalit" title="Gilad Shalit">Gilad Shalit</a></li> <li class="page_item page-item-168"><a href="mysite/issues/terrorism/hamas" title="Hamas">Hamas</a></li> <li class="page_item page-item-171"><a href="mysite/issues/terrorism/hezbollah" title="Hezbollah">Hezbollah</a></li> <li class="page_item page-item-86"><a href="mysite/issues/terrorism/iran" title="Iran">Iran</a> <ul> <li class="page_item page-item-336"><a href="mysite/issues/terrorism/iran/iranian-calls-for-israels-destruction" title="Iranian calls for Israel’s destruction">Iranian calls for Israel’s destruction</a></li> <li class="page_item page-item-332"><a href="mysite/issues/terrorism/iran/iran" title="Proxy Wars">Proxy Wars</a></li> </ul> </li> <li class="page_item page-item-189"><a href="mysite/issues/terrorism/the-palestinian-authority" title="The Palestinian Authority">The Palestinian Authority</a></li> </ul> </li> <li class="page_item page-item-207"><a href="mysite/issues/world-opinion" title="World Opinion">World Opinion</a> <ul> <li class="page_item page-item-80"><a href="mysite/issues/world-opinion/apartheid" title="“Apartheid”">“Apartheid”</a></li> <li class="page_item page-item-84"><a href="mysite/issues/world-opinion/durban-ii" title="Durban">Durban</a></li> <li class="page_item page-item-192"><a href="mysite/issues/world-opinion/pan-arabism" title="Pan-Arabism">Pan-Arabism</a></li> <li class="page_item page-item-198"><a href="mysite/issues/world-opinion/settlements" title="Settlements">Settlements</a></li> </ul> </li> </ul> </li> <li><a href="http://mysite/sfi_takeaction" class="takeaction"><span>Take Action Now</span></a></li> </ul> </div>Here is the jQuery that I have:
$("ul#bullets2 li.current_page_item a").addClass("active_page");Forum: Fixing WordPress
In reply to: Add an extra text input field on admin post pageOkay let me ask this question. Is there a way that I can set up this meta box to recognize markup.
What I mean by that is we have contributors that are not very HTML savvy and type freely. I would like this box to recognize white space and or line breaks.
Thanks ahead of time
Forum: Fixing WordPress
In reply to: Add an extra text input field on admin post paget31os_,
I see what your saying. I will look over this and if I find something I will post it as soon as I come up with something.
I will for now have the author just copy and paste the syntax from the main area to the second excerpt area.
Thanks for helping out.