zascar
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Ghosts in my wordpress!Thanks.
The way people find the pages that are not in the menu are from links on other pages. I just want to have static pages for an article on each person.
Am I doing this wrong? Is there a better way to do it? Sub-Pages perhaps?
Thanks for your help
Forum: Fixing WordPress
In reply to: Ghosts in my wordpress!Ok I think I might know why this is happening.
Might there be a max limit to the amount of links you can have on the top bar? If I change one too “Draft” one of the ones that had dissappeared, reappears.
Can I change this? I can get rid of the RSS icon I do not need it.
I would really appreciate if someone can help me
ThanksForum: Plugins
In reply to: How to Totally uninstall a pluing? I can’t do it…Hmm, thing is, it was working fine until I moved server. The theme did not change.
site https://www.colly.tv
Any other suggestions?
Thanks for your helpForum: Fixing WordPress
In reply to: Is there a way to let readers submit posts?Sure that is one way, however that means I would have to change all new subscribers roles manually. I’d like even non subscribers to be able to submit a post…
I know you can do this in joomla but I like wordpress better
Forum: Fixing WordPress
In reply to: How did he do this?Ok sorry I’ll need to be more clear…
On my site, the links at the top point to “pages”, he has them pointing to Categories.
How is this done?
Thanks! I’ll give it a go!
Forum: Fixing WordPress
In reply to: I can’t find where to add a new “Page” in 2.7Doh! Found it, under “Pages”
Duh!
Forum: Plugins
In reply to: Plugin to Automatically resize images?Fantastic, thanks!
Forum: Plugins
In reply to: [Plugin: Flexible Upload] can anyone update it?Anyone got this to work?
On 2.7 and still getting error
Forum: Themes and Templates
In reply to: Can’t find where to edit this part – can anyone help?Edit: Found it – it was in the about.php
Doh!
Thanks
Forum: Themes and Templates
In reply to: Can’t find where to edit this part – can anyone help?Thanks Sam, yes that’s where I thought it would have been, but it’s not.
Here’s the header code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="https://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> <head profile="https://gmpg.org/xfn/11"> <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" /> <title> <?php bloginfo('name'); ?> <?php if(is_home()) { ?> - <?php bloginfo('description'); ?> <?php } ?> <?php if(is_single()) { ?> <?php wp_title(); ?> <?php } ?> <?php if(is_404()) { ?> - Page Not Found <?php } ?> <?php if(is_search()) { ?> - Search Results for: <?php echo wp_specialchars($s, 1); ?> <?php } ?> </title> <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" /> <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" /> <link rel="pingback" href="<?php bloginfo('pingback_url'); ?>" /> <script src="<?php bloginfo('template_directory'); ?>/js/tabcontent.js" type="text/javascript"></script> <?php wp_head(); ?> </head> <body> <div id="container"> <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ --> <div id="header"> <div id="pagenav"> <ul> <li<?php if(!is_page() ) { ?> class="current_page_item"<?php } ?>><a href="<?php bloginfo('home'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&depth=1&title_li='); ?> </ul> </div> <div id="searchform"> <form method="get" action="<?php bloginfo('url'); ?>/"> <fieldset> <label><?php _e('Blog Search'); ?></label> <input type="text" value="<?php the_search_query(); ?>" name="s" id="searchinput" /> <input type="submit" value="Search" id="searchbutton" /> </fieldset> </form> </div> <div id="logo"> <h1><a href="<?php echo get_option('home'); ?>/" title="<?php bloginfo('name'); ?>"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?></div> </div> <?php include('about.php'); ?> </div> <div class="clear"></div> <!-- ^^^^^^^^^^^^^^ header code ^^^^^^^^^^^^^^ -->
Does it perhaps link to another file where the text is maybe?
This is driving me nuts so if anyone can help i’d really appreciate it…
CheersForum: Plugins
In reply to: I’d like a standard footer on every article – is this possible?Perfect thanks guys
Forum: Themes and Templates
In reply to: Where do I change the size of fonts in tag cloud?Thanks for that.
The only thing I can find in my stylesheet is this:
#tag_cloud a { display: inline; } .sidebarsB ul.children li {border-bottom:none;} .sidebarsB ul.children {margin-bottom:-5px;}
should there be a php file for the tag cloud? I can’t find it…
Cheers for your help
Forum: Fixing WordPress
In reply to: Can I make a page without a menu link?Thanks, that’s perfect.
I just saw there is a tickbox when writing a new page called “Keep this private” is this the same?
Forum: Fixing WordPress
In reply to: Can you rename “Tags” and “Categories” to something else?thanks!