Posts under Wordpress

WordPress: How to create left sidebar template in TwentyEleven theme?

advertisement

wordpressI’m modifying twentyeleven theme to have a left sidebar template for my page. By default twentyeleven have a sidebar template that showing the sidebar at the right column. To have a bit more choices for my new page, i would like to create a left sidebar template.

To create left sidebar template in WordPress TwentyEleven theme, follow the steps below:

Continue reading WordPress: How to create left sidebar template in TwentyEleven theme? »

WordPress visual editor not showing

advertisement

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

advertisement

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 »