amatsu
Forum Replies Created
-
Thanks Marcel, it is working now.
And no problems with multisite so far, the version I was having issues with wasn’t up to date.Forum: Plugins
In reply to: Jquery cookie not workingWell, somehow I made it work installing this plugin: “jQuery Vertical Accordion Menu” even though I don’t use it.
The plugin already comes with the jquery.cookie.js script so it magically made my other plugin work.
Forum: Plugins
In reply to: Different CSS Style por each author.I tried that method but I couldn’t get the custom classes to show up, the default ones do work though. But it doesn’t matter because I found another easier way, adding this function to the functions.php: http://cedmax.net/development/coding/add-author-nicename-to-post_class.html
It automatically adds an author class to the post_class(), very useful. Thanks again.
Forum: Plugins
In reply to: Different CSS Style por each author.I’ll try it out, thanks a lot.
Forum: Themes and Templates
In reply to: Highlight menu item based on current post.I don’t have it online, I work in localhost at the moment.
Forum: Themes and Templates
In reply to: Highlight menu item based on current post.That doesn’t really help me, I know how to highlight pages, but what I want to do is hightlight a page from the nav menu when you are viewing a post.
Forum: Hacks
In reply to: Add comments link to custom PHP page.That doesn’t work in my case, I have a modified single.php without the comments section. So it opens the same link as the “Letter” link.
Forum: Hacks
In reply to: Function get_next_post_by_author modificationIt does work now, thank you, that was very helpful.
By the way, what do I need to change to get the previous post instead of the next?
Thanks again.
Forum: Hacks
In reply to: Function get_next_post_by_author modificationThanks for the reply. It doesn’t seem to be working as expected. The single.php takes a long time to load and when it does there are some errors:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\AppServ\www\wordpress\wp-includes\wp-db.php on line 1317
Forum: Fixing WordPress
In reply to: How to filter and show ID post number by different users.I think I’ve found an easier way to do this. Using a custom field in the wordpress editor, that way I’ll just have the writers input manually the letter number every time they write one. Then I can just call that meta-field using a simple php code and it will display the number written associated with the post.
I think this will save a lot of trouble with coding even if they have to writter the number manually.
Just letting you know in case what you are trying to do is too complicated.
Forum: Fixing WordPress
In reply to: How to filter and show ID post number by different users.I have modified the aspect a little so it might not look alike.
That is just a normal wordpress page (page.php), that has this php code using the Exec-PHP plugin. The code is not on the file, it’s on the WP editor on the User 1 page.[Code moderated as per the Forum Rules. Please use the pastebin]
Forum: Fixing WordPress
In reply to: How to filter and show ID post number by different users.That’s the theme I use: http://webrevolutionary.com/curious/
It is indeed necessary that it starts at 1 and increses sequentially, we need the archives to be organized in that way, I don’t know how it would go with post IDs. Thanks again.
Forum: Fixing WordPress
In reply to: How to filter and show ID post number by different users.Thanks a lot. I don’t know much about programming, just enough to edit something already done. If you could give me instruccions on how to accomplish this I will try it, I know my way around google. If I find out it’s too complicated I’ll ask for more. Thanks again.
Forum: Fixing WordPress
In reply to: How to filter and show ID post number by different users.The images is what I want. The only thing you need to look is at the numbers. Basically I want to have a wordpress page for each user (writers) that will be like an archive (image 1) for the posts each user has written. I also want these archives to start with number 1, then 2, 3…probably ordered by date.
And when you click the title on the archive page, it will link to the actual post by that user. The thing is, in that post I want the same number to appear (image 2), that’s the same number position that was in the archive.
I’m sorry if I can’t explain any better, english is not my first language.
The blog will have 3 or 4 writters that will post letters, so I want to have an archive for each writter. In the red hand in image 2, it will say “Letter X” where X is the number of the letter (that’s number 2 in that case), it should start at letter 1 and keep incrementing for each letter.
Thanks again.