Title: Scope's Replies | WordPress.org

---

# Scope

  [  ](https://wordpress.org/support/users/scope/)

 *   [Profile](https://wordpress.org/support/users/scope/)
 *   [Topics Started](https://wordpress.org/support/users/scope/topics/)
 *   [Replies Created](https://wordpress.org/support/users/scope/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/scope/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/scope/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/scope/engagements/)
 *   [Favorites](https://wordpress.org/support/users/scope/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Custom Post Type Parent](https://wordpress.org/support/topic/custom-post-type-parent/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/custom-post-type-parent/#post-1563533)
 * ive run into the same issue, really is odd… doesnt this defeat the purpose entirely
   of touting it as a “cms like” capability?
 * I started by creating a custom post type called “Team”…and a regular page called“
   our team” wich acts as an index page… just a page template pulling in the custom“
   Team” pages.
 * in my case my custom post type is set to “page”… i set the ‘supports’ argument
   when registering the custom post type to include ‘page-attributes’ thinking this
   would let me bring in the _default_ parent drop down… wich would open up the 
   existing ‘pages’ to set one of them as the parent.
 * With the idea being that i could select the static “our team” page to be the 
   parent. thereby integrating it all menu-wise.
 * but even though the page attributes box does appear in the custom write panel,
   the ‘Parent’ drop down menu only shows pages of this particular custom type (
   team pages) wich is unfortunate, and doesnt make sense to me as these pages are
   essentially siblings.
 * i had assumed this is what would have let us set ANY existing page as ‘parent’…
   as it is, there doesnt seem to be a way to have a proper “top level” page for
   custom pages.
 * (on another note, the page template dropdown is missing entirely as well, wich
   was another surprise. it seems that the despite the term ‘capability_type’ A 
   custom “page” type cannot use page template?
 * these custom post types dont quite actually do what posts/pages are capable of.
 * *******************
 * I was thinking of creating an “our team” top level page as a custom post type
   and setting it as the parent of the other team pages (since now it would appear
   as an option) and then running a conditional statement in the custom single post
   template… and adding in the appropriate code that way (single post code if its
   a child, get all posts code if its a parent)
 * But that would cause the same issue cippo mentioned above… double “parent” labels
   in the url. it could probably still work out with creative labeling, but it still
   means custom post types would always be 3 levels deep.
 * ….good god i rambled
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: wordTube] error #2035 when playing youtube Videos](https://wordpress.org/support/topic/plugin-wordtube-error-2035-when-playing-youtube-videos/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [16 years ago](https://wordpress.org/support/topic/plugin-wordtube-error-2035-when-playing-youtube-videos/#post-1476490)
 * im seeing the exact same thing
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Page permalinks without hierarchy (parents)](https://wordpress.org/support/topic/page-permalinks-without-hierarchy-parents/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/page-permalinks-without-hierarchy-parents/#post-899764)
 * Is a plugin neccessary? why not post some code?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [[Plugin: My Page Order] causes Redirect Loop](https://wordpress.org/support/topic/plugin-my-page-order-causes-redirect-loop/)
 *  Thread Starter [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [16 years, 10 months ago](https://wordpress.org/support/topic/plugin-my-page-order-causes-redirect-loop/#post-1170637)
 * ok, scratch that… it was indeed another plugin issue that i just happened to 
   notice when using the my page order plugin and I ASSumed it was the causee
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Can I move files from /blog to the root?](https://wordpress.org/support/topic/can-i-move-files-from-blog-to-the-root/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [17 years, 2 months ago](https://wordpress.org/support/topic/can-i-move-files-from-blog-to-the-root/#post-1029613)
 * before moving the blog, there is a quick and dirty solution
 * in the root directory of your site(not the blog/ directory), replace the contents
   of your default index page with… (again, this is not the index page within the
   blog/ folder, but the top level index.php in the site root)
 * <?php
    define(‘WP_USE_THEMES’, true); require(‘./blog/wp-blog-header.php’); ?
   >
 * replace /blog/ with whatever your blog directory is called.
 * that’s it.
 * from then on when you type your url [http://www.sassandperil.com](http://www.sassandperil.com)
   that root index page will show your blog index page without the [http://www.sassandperil.com/blog](http://www.sassandperil.com/blog)
   url.
 * however, this changes nothing within wordpress itself, so when you are in your
   blog any links you have going to your home page.. will STILL go to the original
   [http://www.sassandperil.com/blog](http://www.sassandperil.com/blog)
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Xampp with WP: A better tutorial?](https://wordpress.org/support/topic/xampp-with-wp-a-better-tutorial/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [20 years, 1 month ago](https://wordpress.org/support/topic/xampp-with-wp-a-better-tutorial/page/2/#post-379855)
 * yeah, the tut page is good…i cant count the number of times a passed along that
   link.
 * —
    _ For example, the part where you are to edit wp-config.php they are unclear
   as to the username and the password setup. It almost seems like setting up a 
   username/password was a step that was left out.  —
 * at that point You are just going along with a regular wordpress install and would
   be filling in Existing Database info from phpMyadmin.
 * phpmyadmin User is root, no password…thats the xampp default setup. i guess that
   could be noted in the tutorial page to reduce confusion…
 * >  define(‘DB_NAME’, ‘wordpress’); // The name of the database
   >  define(‘DB_USER’,‘
   > root’); // Your MySQL username define(‘DB_PASSWORD’, ”); // …and password define(‘
   > DB_HOST’, ‘localhost’); // 99% chance you won’t need to change this value
 * it would make it transparent why the db_user and password is what it is in the
   wp_cofig info you are supposed to be using.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No email notification on WP 2](https://wordpress.org/support/topic/no-email-notification-on-wp-2/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/no-email-notification-on-wp-2/#post-316866)
 * Okay, i stumbled butt backwards into a solution that seems to work for me. Im
   on a windows IIS shared server, so in order to get permalinks work correctly 
   for me I had to use the ‘Permalinks Without mod_rewrite’ workaround as explained
   on the codex…
    [http://codex.wordpress.org/Using_Permalinks](http://codex.wordpress.org/Using_Permalinks)
 * Just a vague guess on my part that 2.0 was handling mail differently than 1.5
   and that it was my shared IIs server causing the glitch…
    ie: i couldnt use the
   default localhost in wp-config.php , had explicity enter the db_host
 * so after googling around a bit about php.ini and Mail, a
    php.ini sample (totally
   unrelated to wordpress) had this entry that caught my eye….
 * [mail function]
    ; For Win32 only. SMTP = localhost
 * ; For Win32 only.
    sendmail_from = [me@localhost.com](https://wordpress.org/support/users/scope/replies/me@localhost.com?output_format=md)
 * so i added the above to my php.ini (that contained only the permalink workaround)
   adding my info in place of localhost (mail.mydomain.com) and my Email in place
   of [me@localhost.com](https://wordpress.org/support/users/scope/replies/me@localhost.com?output_format=md).
 * lo and behold, my email notifications worked. Author notice, Moderation notice
   etc..
 * i removed the second part of the above and it turns out the
    sendmail_from was
   not needed, so my php.ini contains only the below..as it would not work without
   it.
 * [mail function]
    ; For Win32 only. SMTP = localhost
 * ———–
 * I blabbered about my permalinks issue so youd understand what made me think of
   this “solution”
 * Honestly, I DONT really understand why it does what it does, and I DONT know 
   what negative effects it might have…yes im not so smart 😛
 * So this is not a real solution , just a workaround that happens to work for me
   so far….maybe it will help others.
 * Hopefully someone alot smarter will explain to us how we can really check/correct/
   modify mail settings within wordpress’s configuration itself. id really rather
   not depend on this.
 * —————–
    fyi: there are mail plugins that might help folks…unfortunately im also
   having unresolved plugin issues so i havnt had a chance to see if mail plugin
   would help
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [No email notification on WP 2](https://wordpress.org/support/topic/no-email-notification-on-wp-2/)
 *  [Scope](https://wordpress.org/support/users/scope/)
 * (@scope)
 * [20 years, 4 months ago](https://wordpress.org/support/topic/no-email-notification-on-wp-2/#post-316860)
 * same here

Viewing 8 replies - 1 through 8 (of 8 total)