WordPress br in content problem

Switch to the HTML editor and you’ll be able to see all of your page markup. You likely have an unclosed tag or extra line return somewhere in the content, so the visual editor adds additional markup to clean that up.

No HTML/Visual mode option in admin panel (New Post)

Turn off all your plugins… then check it. if its all good (what would probably be true) start activating your plugins on at a time to find the problem maker. This happened to me several times and in 9/10 cases was a plugin… the 1/10 time was a nasty code i pasted into my functions.php … Read more

Working with post values in the admin panel

I solved it this way <form name=”input” action=”<?php echo get_bloginfo( ‘template_directory’ ).”https://wordpress.stackexchange.com/”.’post_options_from_form.php’; ?>” method=”post”> although i wanted post_options_from_form.php to be an admin page. Edit: This finally worked as i was able to post to the admin page i created <form name=”input” action=”admin.php?page=admin_page” method=”post”> On the function, function admin_page() { require(‘post_options_from_form.php’); }

Modify admin panel tab position

Just in case anyone might stumble upon this and have the same problem, it can be done by manipulating the admin menu itself, and there’s a great tutorial for this http://wp.tutsplus.com/tutorials/creative-coding/customizing-your-wordpress-admin/

Show posts of parent in edit.php

If you are using just using 4 posts, I think that schools would better be suited as taxonomy terms rather than a post type. Associate your Posts with the school tax term. I would then create custom templates for each of those terms. taxonomy-schools-cambridge.php taxonomy-schools-teeside.php taxonomy-schools-newcastle.php taxonomy-schools-sunderland.php Within those templates, use a WP_Query object to … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)