jicolacom
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Blank pages help!I have the same issue as you jeffreytgomez
EDIT: I believe it is a plugin. I just upgrade another 2.7 blog and it worked successfully.
Forum: Themes and Templates
In reply to: Adding categories to the Prologue theme; successIs it then possible to change wordpress by default to allow guests to be authors?
For my current site, I was using the posthaste plugin which is basically the does the same thing as this topic says, but I just wanted to show the form and allow anonymous posts.
Is it possible to put like an if statement somewhere that “if not logged in, show form and give username anonymous” or something like that?
What I also want is to allow the category name to be at the start of every new post, I tried doing this, but failed. All i got was the word Array in front of it.
Forum: Themes and Templates
In reply to: Adding categories to the Prologue theme; successHow do you allow guests to post on Prologue theme?
Can someone tell me how?
ThanksForum: Fixing WordPress
In reply to: iframe in widget doesn’t load footerAnyway, I fixed the problem. I made a widget which can be downloaded at https://search.jicola.com/download/jicolamailscript.zip
It is a tell your friend script
Forum: Fixing WordPress
In reply to: When I click on a Category, all posts are archived – How to stop itHi, Thanks for your replies
The Database:
The tables were still their, but all the posts and categories were removed.The Backup:
I am currently combining multiple blogs together so I had backups, but not all as one.Archive:
Ok, so it says archive due to the template? I don’t know much on how wordpress works. So to fix it, all you have to do is change the template.Jicola.com Valid XHTML
Most of those errors have occurred due to the socialist plugin or other plugins. Saying my site is valid came with the template.Also, you looked at my old blog and not the one I am currently working on. Just add a ‘s’ to blog
Forum: Fixing WordPress
In reply to: When I click on a Category, all posts are archived – How to stop itWell it did. I clicked refresh and all my posts, categories, pages where gone to what it is like when you first install wordpress.
I did it again (first making a backup) and it didnt wipe it out. Maybe it was something else?
Back to the topic, how do I not get it to archive posts? Every category I click on it says “Achieve of … then the category title. Why?
Forum: Fixing WordPress
In reply to: When I click on a Category, all posts are archived – How to stop itI just changed this line in the archive.php file from
<div class=”rsummary”><?php the_excerpt(); ?></div>
to
<div class=”rsummary”><?php the_content(); ?></div>and it wiped my database out and I didnt have a backup.
Thanks for that ??Forum: Fixing WordPress
In reply to: Subdomain mapped to category?I tried this
=== Plugin Info ===
Name: Category Subdomains
Author: Adam Dempsey
Website: https://demp.se/y/software/category-subdomains
Requires at least: WordPress 2.5It worked but I couldnt get my server to direct to the page. But the URL’s worked good
Forum: Plugins
In reply to: Multiple Blog installations – All posts on one page and seperate blogsI have found my solution. I downloaded this plugin that allows each category to have a different theme.
https://download.mikelopez.info/2006/10/17/wordpress-themed-categories-plugin/#comment-113332
Then on the templates on the sub blogs, change the category code to this<ul> <?php wp_list_categories('orderby=id&show_count=1 &use_desc_for_title=0&child_of=8'); ?> </ul>
Have the sub blogs in categories and it appears that the blogs a separate. Then use permlinks for the categories so your URL looks like https://www.mainblog.com/blog1 https://www.mainblog/blog2 etc, then have the subdomains point to those locations.
Theres probably a better way, but this way works.
The only thing is that I yet do not know how to remove the category work when I change the template to that code above.
Forum: Requests and Feedback
In reply to: Show only sub-categoriesHi, Where abouts do you put that code?