DenisCGN
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Post Type UI] Post Admin Menu DestroyedHey Michael,
the left WP Admin is perfect. This is working if I deactivate them.
Its about in the colums, there I need them deactivate. But this seems not to work.
Cheers,
DenisForum: Everything else WordPress
In reply to: Count Post Views with Comment CountHello Calvin,
I found these pages, too.
But this is not what I need. All these examples need To have a query depending on custom fields. And I need to create a new template.
I just want TO use comment count.
Cause lots of themes offer ORDERBY comments. So I dont need to create some New tempalte to display the most likes posts. Cause i count the views with rising the number of comments.
Cheers,
DenisForum: Everything else WordPress
In reply to: Count Post Views with Comment CountHey Calvin,
nice plugin, but its too much for me.just update the comment count of each post
This is what I need, a function that rises the comment count everytime a visitor visits a post.
This is easier for me to use. cause lots of premium themes use…most popular posts depending on comment count. But I dont use comments, or only a few people comment so there will be no changes in the list.
Now I thought if I could use the comment count to populate popular post because of the visits (every visit rises the comment count).So tihs makes it easy to use premium themes…without customize the wp-query ??
Cheers,
DenisForum: Fixing WordPress
In reply to: Home Navigation With DashiconWhat?
??
Forum: Fixing WordPress
In reply to: Home Navigation With DashiconHey Matthew,
I allready found this plugin, but google speed says this takes to long to load. So I thought I put it just by hand into the navigation ??
Cheers,
DenisForum: Everything else WordPress
In reply to: Delete Category And Redirect With HTACCESSHello leejosepho,
I just deleted the both parent categories. All is fine, WordPress handels it perfect. Even if the parent category are still in the URLs.
For people that call the old category itself I do a simple redirect ??
RedirectMatch 301 /live/(.*) https://mysite.de/
Thanks for helping and make me read more intensiv.
Cheers,
DenisForum: Everything else WordPress
In reply to: Delete Category And Redirect With HTACCESSHello leejosepho,
thanks for the links. I found sites like this, too. But I am not so sure how to use them.https://mysite.de/category/live/review/
https://mysite.de/category/review/Will this redirect everything what is coming after /review/ ?
Or do I just have to say…
anything before /live/ anything after
becomes anything before / anything after
This is what I dont understand.
Cheers,
DenisForum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Get the Thumbs fit to 620pxHi Nikcree!
this works, thanks!
Cheers,
DenisForum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] Get the Thumbs fit to 620pxcan anyone help?
Forum: Hacks
In reply to: Custom META in wpSEO pluginHey bcworkz!
thanks for your answer. So I do not need this INIT thing?add_action('init', 'set_wpseo_meta');
Where do I put the
is_single()
? Around the completeadd_filter
?What I try to do is…that I want to create a frame, like…
“Here is our new CD-Review $albumTitle form $artist release by $label on $relasedate.”
or something, that makes creating SEO a little bit easier for the editors.
Cheers from Cologne,
DenisForum: Plugins
In reply to: [Bainternet Posts Creation Limits] user frontend limitHello,
I use WPUFPro, too and it is not working with CPT.
Any ideas?
Cheers,
DenisForum: Fixing WordPress
In reply to: Visual Editor Not Working after Upgrade to 3.9To me it was the “Next Scripts” latest update that destroyed the editor, now its fixed.
DenisForum: Plugins
In reply to: [Firelight Lightbox] Featured ImageHey Ravan,
I found the code, and I changed it.
It works.
Thanks for helping!
DenisForum: Plugins
In reply to: [Firelight Lightbox] Featured ImageThis is a good plugin, but I cant use it, cause I got a FrontEnd User Pro formular to let visitors upload, an image.
So I need to have a solution that replaces the featured image link.
Right now I got someting like this, but I dont know how to put it into the functions.php
<?php if ( has_post_thumbnail()) { $large_image_url = wp_get_attachment_image_src( get_post_thumbnail_id(), 'large'); echo '<a href="' . $large_image_url[0] . '" title="' . the_title_attribute('echo=0') . '" >'; the_post_thumbnail('medium'); echo '</a>'; } ?>
Forum: Plugins
In reply to: [Firelight Lightbox] Featured ImageHi Ravan,
I got a child-theme an I can use my own functions.php.
Is there a function that replaces the postlink (permalink) to the FULL image? And where can I find it.
Thanks a lot,
Denis