digeart
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: Gigs Calendar] Gigs calendar not listing eventsI deleted the options for the calendar in wp_options table. Created my
settings and everything is peachy again.Forum: Fixing WordPress
In reply to: List subpages contentCheers. I found a plugin that seems to do what I want.
http://blog.ftwr.co.uk/wordpress/query-child-of-page/
I also used another plugin the_excerpt_reloaded to get the content of the sub pages.
http://guff.szub.net/2005/02/26/the_excerpt-reloaded/
<?php the_excerpt_reloaded(0, '<img>', 'content', false, '(More)', true, 2, true); ?>Forum: Fixing WordPress
In reply to: Hide wordpress folder“It would be easier to move your blog to the root folder.”
It would, yes. But that’s not the point.
I’d then end up with loose files and folders, making my root very hard to find files.
Forum: Fixing WordPress
In reply to: Hide wordpress folderI thought there might be a way to .htaccess it, and say anything that ends in blog then redirect it…
eg..
would redirect
but not
Forum: Themes and Templates
In reply to: Place WP content into existing siteHow do I go about that?