peterjharrison
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: hide comments default themeHi,
If you look in your index.php file there will be a few lines of code that refer to comments, if you remove these then that should do the trick!
Regards
PeteForum: Fixing WordPress
In reply to: How make list of all links of post on 1 page ? like example givenHi,
This is very strange forward, all you need to do is to edit your index.php/page.php or custom template file so that you just have the title element left in the loop. Also in your settings you need to chnage the show number of posts on page to -1, this will show all posts.
Regards
PeteForum: Fixing WordPress
In reply to: Adding custom colorsHi,
Are you refering to your blog theme or the admin theme of your wordpress install.
Regards
PeteForum: Fixing WordPress
In reply to: Which folders i should NOT delete from my Host?Hi,
From what I can remember (without looking at my install cos I’m not at my computer) all wordpress files and folders from a root directory begin with ‘wp’. So you are pretty safe in deleting any that don’t begin with ‘wp’.
I will check this when I get back to my computer but I 99% sure this is the case!
Regards
PeteForum: Fixing WordPress
In reply to: Display Comments from today and yesterday onlyHey razn8,
This can be done by adding an if statement in the comments loop to check if the comment date is less than 2 days old!
When I get back to my computer later I will put some example code on here for you.
Regards
PeteForum: Fixing WordPress
In reply to: Pages not displaying for users below AdministratorHi,
Are you still having a problem with this? I just had a look at your site and it all seems to be working now.
Regards
PeteForum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Upload multiple galleries via FTPHi twigg,
No I don’t think there is anyway of ftping the images into the galleries as a number of database tables need to be populated when you create an gallery with this plugin!
You are able to zip the galleries and upload then through the admin panel. Which will save you a look of work as it uncompresses them on upload for.
Regards
PeteForum: Fixing WordPress
In reply to: Resizing Comment BoxHi tompic823,
There are only a few things that can effect the size of a comment box, firstly it would be colspan on the textarea, but as I can see from the code above this wouldn’t be the case. The other thing would be you theme css file. Have a look in there and see if any thing is being applied to it! If you have developer toolbar for firefox you can press ctrl shift and Y and then click on the comment box and it will tell you what styles are being applied.
I’m not at my computer at the moment so I can’t check you site so if you have any trouble then I will have a look when I get in later.
Regards
PeteForum: Fixing WordPress
In reply to: Adding an FAQ page on the blogHey,
This can be done using posts and a couple of custom loops. The first loop could get a list of post titles (this would be you questions) as links at the top of the page. Then the second loop could display the post content which would be your answers.
I’m not at my computer at the moment so can’t give you the example code but if you look up custom loops in the codex you should be able to do this!
If no one else replies to this post before I get home later I will post some code here for you!
Regards
PeteForum: Fixing WordPress
In reply to: Loop anchor linksHi Mike,
Thanks for your reply! Not tried it yet but will give it a go when I get in later, the logic is really good so I don’t see why it wouldn’t work.
Your advice is much appraciated as always!
Regards
PeteForum: Fixing WordPress
In reply to: Generating category and children dropdownsHi bizarrerie,
You should be able to achieve this using the [wp_list_cats();] template tag and then using CSS.
Good example of CSS for this would be [https://htmldog.com/articles/suckerfish/dropdowns/].
Regards
PeteForum: Fixing WordPress
In reply to: Is there a graphical view of folder, pages, posts?Hi MiKemp,
When you go to your edit page sectgion of your admin [/wp-admin/edit-pages.php] you will see a list of all the pages on your blog. This will also list subpages of your main pages in an indented format.
I not aware of any way to show both pages and posts in one list but there my be a plugin out there for it.
Regards
PeteHi Scythah,
Great work fixing the plugin, was driving me made trying to get it to work.
Do you know if it still works with role manager plugin?
Regards
Peter