jferman on "Embeding utube videos or image into my comments page."
I'm having the same problem. Does someone have a fix?? Thanks
View Articlegovpatel on "Remove Sidebar completely on all pages"
Use the template with no sidebars when creating a page in page attribute so that you still have sidebars at future date.
View ArticleLinosa on "Highlight Current Page in menu not working on "posts" page"
I have the same problem. This is my menu code: <?php $pages = get_pages( array( 'sort_order' => 'ASC', 'sort_column' => 'menu_order', 'parent' => 0 ) ); ?> <?php if...
View Articlealchymyth on "Highlight Current Page in menu not working on "posts" page"
@Linosa your code seems to assign the css class .current-page-item and .current-subpage-item resp. do you have corresponding styles in style.css? for instance: .current-page-item a { ... }...
View ArticleLinosa on "Highlight Current Page in menu not working on "posts" page"
It's all done correctly in my css-file. The problem is that my subpages and the "current highlighting" dosen't work at my "Latest news" page, which is a page with posts. It works fine for all content...
View Articlejohanzen on "single.php not loading plugins"
http://wordpress.org/support/topic/blogpost-plugin-appearance-re-order?replies=2
View Articleosina on "Remove Sidebar completely on all pages"
@ayi21 Can you PLEASE tell us the solution, because i have the same problem.. PLEASE?!
View Articleosina on "Remove Sidebar completely on all pages"
Oh. Nevermind. I found that there is a predefined css element that will make your site look like you want. What you want to do is change: <div class="art-content"> to: <div...
View Articlemichaelkheng on "Remove Sidebar completely on all pages"
hi how do i remove the side bar and move everything to one side of the corner. http://www.michaelkheng.com/blog
View Article