wpmhweb
Forum Replies Created
-
Forum: Plugins
In reply to: [410 for WordPress] How to fix database errors coming from WP-410Thank you for the response!
I just upgraded to the latest update and just in case I deactivated/activate.
I also have a error log plugin that I just cleared, hopefully it will not show me the error again.
Thanks,
PS: I’ll wait to see if no error shows up and I will mark this topic as solved.
Thanks,
It should be “obvious” but some plugins don’t follow the rules. I just wanted to double-check.
Thanks again,
Forum: Plugins
In reply to: [Widget Context] Errors and notice pfro debugingThank you!
Forum: Plugins
In reply to: [Widget Context] Errors and notice pfro debugingSame here, cannot figure out what’s wrong!
Thanks
Hey! Thank You. Worked like a charm!
Forum: Themes and Templates
In reply to: I am having server errors, so I'm wondering if this code is OK?Thank you for your reply!
Forum: Hacks
In reply to: how to check post category and display latest post?Hello manishkrag,
This is what I need: When a visitor loads a new post, I would like WordPress to check the category of the post the visitor just loaded. Then depending in which category that post is, I would like to show the latest post for that particular category.
Thanks,
Forum: Installing WordPress
In reply to: Transferring DNS after completing setting up WordPressThanks, but I don’t think this applies to the problem. The problem is that Godaddy will not let me create a WordPress account without a DNS name because the account has a dynamic IP. Oh and the hosting is Linux based.
So, I’d also been thinking on getting a free DNS name e.g., no-ip.com, use this a temp DNS and then when the website is done change it to the DNS I want to use. Could this work? Will this be a problem with permalinks or anything else? The new website will only contain several page a nothing else.
I really appreciate the help!
Thanks,Forum: Fixing WordPress
In reply to: How to remove/hide ads per user basisWorked like a charm!
This is what I did:
<?php if (current_user_can( 'activate_plugins' )) { ?> //no ads <?php } else { ?> //ad block shows <?php } ?>
Thank you so much!
Forum: Fixing WordPress
In reply to: How to remove/hide ads per user basisThanks,
I am giving it a try!
Forum: Fixing WordPress
In reply to: Remove the first line of content from postsI am 99.9% sure it is. This is what it looks like:
<p><a href="link-here"><img class="class" title="Title" src="link-here" alt="alt" width="684" height="250" /></a></p>
[Moderator Note: Please post code or markup snippets between backticks or use the code button.]
I think it will be more accurate to say that I need to scan for the first image that it is in post and just get it out of there.
Thanks,
Forum: Fixing WordPress
In reply to: Remove the first line of content from postsI thought I was the only one! Let’s hope somebody help us out!
Forum: Themes and Templates
In reply to: How to query and display one post in the sidebarThank you guys,
Both worked, jnhghy was more specific to what I was looking for. After testing I also found out that you need<?php wp_reset_query(); ?> at the of the
<?php endif; ?> if not single.php will always display the one post I am querying.Thanks,
Forum: Themes and Templates
In reply to: How to scan content and insert css on a WordPress post?I am going to add a little more detail and see if anyone could help me with this situation.
I would like to add some custom css to the number in each step of how-to guide I write and I happen to know that every step start with a number and a period (e.g. 1. 2. 3. and so on). Now what i need is a filter or something to scan and change the css. but I cannot find the way to accomplish that.
thanks for the help!
Hi ccamel, you can find a workaround here:
https://www.ads-software.com/support/topic/plugin-wordpress-popular-posts-all-time-average-daily-views-problem?replies=11#post-2364435Thanks