estjohn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: linking page to a gallerylike a list sub pages plugin?
http://pwnt.co.uk/blog/projects/plugins/wordpress/list-subpages/
like on mine.. http://www.aleeya.net
if you click on about it lists the sub pages under about?
I also used the Fold pages plugin so when its not clicked on it doesnt show the sub pages.. so i have 2 different plugins, but the list subpages will show all the pages under the main page?
Forum: Fixing WordPress
In reply to: Showing category pages even when there are no entriesIt would help if I could see what you mean on the site.. Im a visual type π Wanna share the url?
Forum: Fixing WordPress
In reply to: firefox vs internet explorerBecause those images are .png and IE doesnt view PNG files right. Option is to remake them as gifs and change the code?
Forum: Fixing WordPress
In reply to: Sorting Archives by Catagorylook for archive plugins like nicer archives or super archives
http://www.sonsofskadi.net/extended-live-archive/
has an example http://www.sonsofskadi.net/archives/
Forum: Fixing WordPress
In reply to: Showing category pages even when there are no entriesBy changing the arguments for <?php wp_list_cats(‘arguments’); ?>
Forum: Fixing WordPress
In reply to: Font & Sidebar issue…try validating the code.. it has a lot of misplaced tags that can cause that
Forum: Fixing WordPress
In reply to: All My Permalinks Stopped Working after Upgrade!To get mine to work I had to
keep all plugins disabled and set it to use default them, then set permalinks in options to a custom like /%category%/%postname%/ and update permalinks.
See if that works
also, open your .htaccess and see if it still has rules in it and it is not empty. mine was blank and I had to put a copy of them in there
then I restarted everything and it worked fine.. then I changed themes and it was ok.
Forum: Fixing WordPress
In reply to: Page Layout…Gone Wrong!!might try validating it at w3c.org and seeing where the html is wrong..
Forum: Themes and Templates
In reply to: OK to delete commercial link?you can change it however you want to…
Forum: Plugins
In reply to: [REQUEST] Sidebar editor pluginWhich plugin? I dont quite underestand which plugin you are talking about that is on WP.com
Forum: Everything else WordPress
In reply to: how to access the c-panel?You lost me.. what does illusionfxnet and their support have to do with WordPress.org ?
Forum: Plugins
In reply to: [REQUEST] Sidebar editor pluginThat might be a WP.com specific thing.. WordPress.org and WordPress.com are 2 different sites. Write WordPress.com and ask them about it? WordPress.com has Forums
Forum: Plugins
In reply to: What is the name of the category count pluginyou can do it without a plugin by altering the sidebar or whever you have it pulling catgegory names fromt the database and changing the way WP displays it on the theme.
something like
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>more details
http://codex.wordpress.org/Template_Tags/list_catsForum: Themes and Templates
In reply to: Whose on First?depends on the theme and how the html is written for it. Some gather different elements at different stages. View the source of a page from a browser and you can see the order that theme uses
Forum: Themes and Templates
In reply to: OK to delete commercial link?I think you *ought* to give credit to the person that created this design.. otherwise it makes it look like you are taking credit for someone elses work. I dont beleive you are *required* to, and it is released under the GPL lisence.