I’m sure this is easy but I’m having a hard time figuring out how to increase the width of the site? I like a flexible layout but I would also like it to be a little wider. The website is https://www.ohiomasonichomeday.org.
]]>Currently the title is displayed for every page and blog section created with the Menus feature. How do I make it so that the title is not displayed. Currently, I am unable to remove this without a blue bar being displayed. Please advise on the best way to remove the title.
]]>Updated to WordPress 3.2.1, now I get a bad line of code in the red footer bar:
Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, 'ghostbird_paged_nav' was given in /var/www/vhosts/[domainname.nl]/httpdocs/wp-includes/plugin.php on line 405
Line 405, the line in the plugin.php file that’s causing the trouble:
405: call_user_func_array($the_['function'], array_slice($args, 0, (int) $the_['accepted_args']));
Is there any way to fix this? It would be great if someone could help me out!
]]>This is probably a feature that this theme does not contain yet.
Is there a way to create parent pages in this theme? Just a simple hover on a navigation link, which will uncover other pages would be enough.
I am able to create parent pages in the WordPress admin panel itself, but they will not show up on the website itself.
For this particular theme, how do I change the comment link so that it will show the number of comments each entry has?
At the moment, each of my entry only says “comment” as opposed to “2 comments”?
How do I edit this? https://tiffsbloggy.com
if ( have_comments() ) {
/* Comment heading. */
$heading = sprintf( _n( '%1$s Comment', '%1$s Comments', get_comments_number(), 'ghostbird' ), number_format_i18n( get_comments_number() ) );
]]>