joey_matthews
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Removing page title from certain page(s)I have a plugin which integrates a forum solution inside mybb and I’ve managed to remove the sidebar from showing on the forum page but I haven’t been able to remove the page title from it.
Reuben; The code you’ve given me as removed the page title from the “about” page, while I was trying to remove the sidebar I experienced a similar issue after noticing it had been removed from the home page. I managed to resolve this by following another article which told me to try the page.php template. Could it be possible that I have the wrong template?
I don’t know why it would remove it from the about page, when ‘forum’ is coded in the lines.
Forum: Fixing WordPress
In reply to: Removing page title from certain page(s)It’s now displaying pages fine, although I still see the page title within the forum section. Appreciate the help from you both on this, it seems to be awkward thing to deal with.
Forum: Fixing WordPress
In reply to: Removing page title from certain page(s)No difference esmi.
Replaced the code but I still receive a Blank page. :/
Forum: Fixing WordPress
In reply to: Removing page title from certain page(s)That appears to make every page except my home one go blank.
Forum: Fixing WordPress
In reply to: Removing page title from certain page(s)Hello Esmi
Yes, I tried adding the code below the line for hiding the page title on the home page. (on page.php)`
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php if ( is_front_page() ) { ?> <h2 class="entry-title"><?php the_title(); ?></h2> <?php if (! is_page('forum') ) ?> <h2 class="entry-title"><?php the_title(); ?></h2> <?php } else { ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php } ?>
Here’s the code.. Have I inserted it wrongly? Thanks
Forum: Plugins
In reply to: [Plugin: My Page Order] WP 2.9 – when ordering nothing changes on siteSorry I’m a total newbie frontman, I really appreciate your help and again thanks very much!
All sorted now ??
Forum: Plugins
In reply to: [Plugin: My Page Order] WP 2.9 – when ordering nothing changes on sitenotts-county.co.uk
I don’t believe I have the caching plugin installed, though I will go have a look.
Forum: Plugins
In reply to: [Plugin: My Page Order] WP 2.9 – when ordering nothing changes on siteFor some reason that doesn’t work either :/ Mmmmmm
Thanks Froman118
Forum: Plugins
In reply to: [Plugin: My Page Order] WP 2.9 – when ordering nothing changes on siteHello,
I’m trying to use this plugin however when I change my themes code within the sidebar it doesn’t change the order in which my pages are shown.
<?php wp_list_pages('title_li=<h2>Pages</h2>' ); ?>
I believe I have the right code quoted previously, although when that’s changed it doesn’t seem to work.Forum: Fixing WordPress
In reply to: Custom Theme Blank Only in IEPlease run before I kiss you! I was worrying that it was something else but that’s resolved it. Not sure why the problem only occurred once I upgraded but it doesn’t look the code was important.
Thanks
Forum: Your WordPress
In reply to: My WordPress Website@arrowkey.. Isn’t that spam your posting, seems most of your responses here don’t actually “review” or suggest anything… I guess with me being new I could be wrong but what you doing is selfish.
On topic: Wow!!
My first impression are you’ve made wordpress look more like joomla. If I had seen your site elsewhere, I’d assume it was Joomla. The colours are very well used, it brings you content out a-lot. The images are very attractive, they also do alot of good especially with keeping my attention.
I wish you every success with this fine site, you’ve clearly got a mission and goodluck with that!
~JoeyP.s I’d rate this 12 out of 10, it’s that good.
Forum: Your WordPress
In reply to: Insurance Against Hell – critics wantedI think it looks wise it’s rather lacking, nicely done to mae it appear like a site. (I liked that)
It’s just extreamly basic and for me, I find that grey is one of the worst colours to stand alone. (also I’m actually not keen on white spaces being placed everywhere).. If I was you, I’d add some colour maybe that fetching red you use for your navigation.
Keep it coming along!
~JoeyForum: Your WordPress
In reply to: This is where I’m at! Custom! 2.5 IntegratedThat’s actually quite nice.
I couldn’t get it to fully view for myself, this is my end. (I’m using no scripts for FF) what i did see was pretty creative.
Good job!
~JoeyForum: Fixing WordPress
In reply to: Author listChange “admin” to whatever you’d like your readers/viewers to see. (in your case maybe that’s “Geoserv”)
~Joey
Forum: Fixing WordPress
In reply to: Read More functionThank you Gangleri..
I wasn’t aware of this tag before.
~Joey