glastonbomb
Forum Replies Created
-
Forum: Plugins
In reply to: [Posts in Page] Show title and content only no footer contentIn the plugins folder “posts-in-page”, edit the file called posts_loop_template.php.
On or around line 25, there is a section of code commented “This outputs the post META information. This code below this line is what you want to edit.
If you do edit it, copy it to your theme folder first, then edit. The plugin will look to your theme folder for this file and use your edited file. This is best practice since there may be an update and you don’t want to lose your custom changes by editing the file in the plugin folder.
- This reply was modified 8 years, 2 months ago by glastonbomb.
Forum: Plugins
In reply to: Tables/Charts In WordPress 2.5 – Suggestions?I need this as well! Was using Alex’s in a previous WP version.
Forum: Plugins
In reply to: Remove sidebar for static pages, keep for blogThanks Gangleri.
After implementing that change, it came down to breaking my “main” and “text” div tags into two groups, one for the blog and one for the rest of the site (where I called them “main2” and “text2”).It then came down to a css issue of taking out the right margin that was keeping the text from running into the space where the sidebar used to be.
Forum: Plugins
In reply to: Remove sidebar for static pages, keep for blogThanks–I just tried that and it got rid of the sidebar but there’s still an area that’s unusable. There’s an area left that the content won’t go onto. Any ideas?
Forum: Themes and Templates
In reply to: wp_list_pages — expandable menuI’ve recently found that site. It makes tabs with dynamic dropdown menus which actually work and is very easy to implement. I’m in the process of hacking the code to make it look like a table cell rather than tabs. Only problem I’m having right how is that when I put it in div tags it goes a bit wankery.
The site I’m working on is not fully functional yet (it’s not linked up yet) but I’ll post when it’s finished.