coldpumpkin
Forum Replies Created
-
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 2.x – Tracking fix@ajay I’m using at localhost right now, but I just installed the plugin freshly really. Latest version. The counts don’t appear in the backend aswell.
Forum: Plugins
In reply to: [WebberZone Top 10 — Popular Posts] Top 10 2.x – Tracking fixI’ve been trying to find the most suitable plugin for me and I just downloaded this one. Noticed it’s not tracking any visits at all and came here and found this post. Tried the above solutions but it still isn’t keeping track of my visits. Even if I log out from admin.
EDIT: I don’t have any WP Cache plugins and I left the settings untouched, except the “Track visits of authors on their own posts?” which I enabled. Added
<?php if ( function_exists ( 'echo_tptn_post_count' ) ) echo_tptn_post_count(); ?>to my single.php and it says “(Visited 1 times, 1 visits today)”. Refreshing the page won’t do anything. If I enable “Always display latest post count”, it’ll show “No post visits”.Forum: Plugins
In reply to: [WP-PostRatings] Post image thumb on Highest RatedAnother poorly supported plugin by Lester Chan. I don’t understand how people put so much effort and time on creating plugins and then refuse to add simple and common features like showing a goddamn post thumbnail. Sorry for the rage but it’s the second or third time, Mr. Chan sir.
Forum: Plugins
In reply to: [WP Popular Posts] Show views for current post, on single.phpUse
<?php echo wpp_get_views($post->ID); ?>The tag you are using is to display the most popular posts!
Forum: Plugins
In reply to: [post-views] Count by IP?Thanks for the suggestion but that plugin lacks features and support.
Forum: Fixing WordPress
In reply to: Get all posts from all categories and maintain posts per page optionForum: Fixing WordPress
In reply to: Get all posts from all categories and maintain posts per page optionForum: Plugins
In reply to: [WP-PostViews] Not working. Count keeps at zeroI don’t really need it though, never did.
Anyway for those who don’t want the codes generated by wp_head + remove the admin bar, here’s the code for
functions.php:remove_action( 'wp_head', 'rsd_link' ); remove_action( 'wp_head', 'wlwmanifest_link' ); remove_action( 'wp_head', 'wp_generator' ); remove_action( 'wp_head', 'start_post_rel_link' ); remove_action( 'wp_head', 'index_rel_link' ); remove_action( 'wp_head', 'adjacent_posts_rel_link' ); remove_action( 'wp_head', 'wp_shortlink_wp_head' ); add_filter('show_admin_bar', '__return_false');Forum: Plugins
In reply to: [WP-PostViews] Count by IPConsider it a suggestion then, could be an option. Cheers.
Forum: Plugins
In reply to: [WP-PostViews] Not working. Count keeps at zeroOk, atfer adding
wp_headunder the</head>tag it worked. What is this tag for? Because I’m using<?php get_header(); ?>which callsheader.php. I even put thewp_headinside theheader.php.EDIT: Now it adds a blank space on top of my page and it’s adding unwanted tags! Any way to make the plugin work without this
wp_headtag?Forum: Fixing WordPress
In reply to: #1045 cannot log in to the mysql server – PhpMyAdminYou need to make a copy of the file “wp-config-sample.php” and rename it to “wp-config.php”. Then open it and change the database details!
Forum: Fixing WordPress
In reply to: #1045 cannot log in to the mysql server – PhpMyAdminHi kipemun.
Is there a wp-config.php file already created?
You have to confirm if the username and the password there are correct.
Forum: Plugins
In reply to: [AdRotate Banner Manager] "Select Banner" button is not workingNevermind, I’m not using it anyway. Thanks for the help.
paolo54, as esmi said, you need to create a new topic regarding your problem.
Hello there,
Thanks for your answer.
I’m no longer using the vertical thumbnail plugin so it’s settled 🙂
Cheers.