Archive for the ‘Wordpress’ Category

WordPress visual editor not showing

wordpressJust installed a WordPress for a friend but the visual editor is not showing up. I encounter wordpress’s visual editor not showing many times and this problem only happen on WordPress 2.8 and above with fresh install. After reading the WordPress documentation and figure out, just a line of code and you will be able to fix this broken visual editor in wordpress.

To fix WordPress visual editor not showing, follow the steps below:-

Continue reading WordPress visual editor not showing »

How to remove #more tag in WordPress

By default WordPress post listing will embed with #more tag. If you do not like the #more tag like me, you can remove the #more tag using wordpress filter. In case you do not know what is #more tag, here’s the explanation. Whenever user click on the “read more” link at the post listing, it will redirect user to the single post page and auto focus on the anchor tag. I dun find this very useful but caused of confusion to my readers.

To remove the #more in WordPress listing, follow the steps below:-

Continue reading How to remove #more tag in WordPress »

WordPress: How to remove meta generator tag?

WordPress show ver no. in meta generator tag by default. You may remove the meta generator tag for security reason. It’s easy to remove meta generator tag in wordpress, just add a line to a line.

To remove meta generator tag in wordpress, follow the steps below:-

Continue reading WordPress: How to remove meta generator tag? »