hilj
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: force to paste as plain text wysiwyk editorAnybody? ??
Forum: Fixing WordPress
In reply to: How to get all usernames and their posts? Kind of "user loop".I know my way around wp templates, this issue has very little documentation.
It’s a low traffic site and yeah I was thinking of some AJAX solution to the accordion. Thanks ??
Forum: Fixing WordPress
In reply to: How to get all usernames and their posts? Kind of "user loop".Not that familiar. I tried to wrap my head around but I’m afraid that I’ll need little more assistance on this. Thanks so far ??
Forum: Fixing WordPress
In reply to: How to get all usernames and their posts? Kind of "user loop".Bump ?? Any suggestions?
Forum: Fixing WordPress
In reply to: How to set the post publish time with custom field?Bump
Anybody have a glue?
thanks
Forum: Fixing WordPress
In reply to: Get the term (custom taxonomy) name outside of the loop?Thanks again Michael!!!!
Forum: Fixing WordPress
In reply to: Get the term (custom taxonomy) name outside of the loop?Awwww, I can’t figure it out…
Ideally I’d love it to work like single_cat_title
Displays or returns the term name for the current page.
Thanks so far ??
Forum: Fixing WordPress
In reply to: Get the term (custom taxonomy) name outside of the loop?Where in codex?
Google doesn’t find anything.
Forum: Fixing WordPress
In reply to: Change the Post and Page post-type names?But that would still be a custom post type, right?
With TDO Mini Forms you can only write posts, that’s what I’m trying to do. Sorry to be a little unclear.
Thanks!
Forum: Fixing WordPress
In reply to: Get the term (custom taxonomy) name outside of the loop?I’m in a category view and I’d like to do stuff like:
<?php is concerts ?> "Your viewing posts from: <?php echo get_the_term_list( $post->ID, 'concerts', '', ', ', '' ); ?> taxonomy" <?php is Exhibitions ?> "Your viewing posts from : <?php echo get_the_term_list( $post->ID, 'exhibitions', '', ', ', '' ); ?> taxonomy" <?php start the loop ?> Posts <?php end loop ?>
And I can’t get the term outside of the loop.
Thanks!
Forum: Fixing WordPress
In reply to: Login redirection not working. Am I doing it right?Works! Sorry for the last one ??
And thanks!!!!!
Forum: Fixing WordPress
In reply to: Login redirection not working. Am I doing it right?Thanks, but no ??
It just redirects me straight back to the home page, not even showing the login form. No matter is it:
get_permalink(5)
orbloginfo('url')
The link it outputs is:
https://example.dev:8888/example/wp-login.php?action=logout&redirect_to=http%3A%2F%2Fexample.dev%3A8888%2F&_wpnonce=a0a724313f
Bumb
Anybody?
Thanks ??
Forum: Fixing WordPress
In reply to: Warning: array_keys() [function.array-keys]: The first argument…It’s not a plugin that is causing it cause I removed all of them.
It’s not file permissions, I changed theme and plugin folder to 777.
It’s not data corruption (or what ever you call it) I deleted all files and reuploaded them.
My apologies if I was too hasty to bump this.
Forum: Fixing WordPress
In reply to: Warning: array_keys() [function.array-keys]: The first argument…No I haven’t, cause the it was like this the second I uploaded the files and database.