David Cortes
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I show empty categories?hi c-unit,
categories are displayed into an unordered list, that means, any category is inside a list item, you can add the name of the empty categories in plain text like this.
<ul> <?php wp_list_categories(); ?> <li>Science</li> <li>Sports</li> </ul>
And when you add posts to the categories, come back a delete the list items.
I thinks that could be a solution.
Good luck!!
Forum: Fixing WordPress
In reply to: How to use taxonomy to display posts in archive.phpThanks Michael, I install the plugin and is working!!!
Forum: Fixing WordPress
In reply to: How to use taxonomy to display posts in archive.phpThanks Michael I will try it!
Thanks cais,
I think I have in an endless spiral in my head, and don’t look all the options, I will explore this one and tell you what happen.
Thanks again!!
Forum: Everything else WordPress
In reply to: How do I add items in the menu barHi mnong1,
if you create pages for Home, About and Contact, you need to create pages too for My Story and My Business. Everytime you add a page, your menu is updated automatically.Do you try that!!
I hope this helps.
Forum: Fixing WordPress
In reply to: Loginis possible, that’s what you need to do:
first you have to create the users, later you need to asign a category to any users you create, finally I recommend you to use a plugin “Peter’s Login Redirect”, that add a function in your option section, and there you redirect the users to the corresponding page o or post.
that’s it!!!
Forum: Plugins
In reply to: Plugin like Role-managerI have experienced problems like you with this version of Role-manager, couriously i found another role manager coded by David Winkler, you can found it here
https://redalt.com/Resources/Plugins/Role+Manager
I hope this help
This one is no on the list of non working plugins
Forum: Everything else WordPress
In reply to: WordPress or Drupal???Hi Mark,
I think that knowledge make us better, if you are interested in do your project with WordPress I can tell you that you can, you can do it where you want, consider the documentation, it’s a good base, and consider some tutorial sites.
I’m working on a site like your project, and I don’t have much expirience on WordPress, but every project must be a challenge to do something new.
there’s a plugin named “User access manager”, maybe can help you!!
I hope you understand, my english is not good but I’m trying.
David
Forum: Fixing WordPress
In reply to: Is it posible to create a little intranet with WordPressThanks, I found useful information, and that’s what I need.
Really thanks!!!!!