jay0000
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Hit Counter] [Plugin: WordPress Hit Counter] location of counterHi I’ve had this same problem and someone else answered my bpost about it. Don’t think there is a call function and most plugins usually give you the code to place wherever. My theme doesn’t support it when activated as a widget so i’ve decided to just go with another plugin.
Forum: Plugins
In reply to: [Plugin: WordPress Hit Counter] – sidebar.php code?Got it answered – plugin does not contain a call code – problem lies with my theme and not supporting widget activation when placed in sidebar. Mods, Please delete this post if possible. thanks.
Forum: Plugins
In reply to: [Plugin: WordPress Hit Counter] – sidebar.php code??Got it answered – plugin does not contain a call code – problem lies with my theme and not supporting widget activation when placed in sidebar. Mods, Please delete this post if possible. thanks.
Forum: Fixing WordPress
In reply to: wordpress hit counter – sidebar.php code?thanks for looking into it. I think i am going to just search for another simple counter plugin with a call code given – think that would be easier than messing with the theme code for now as i am still new to this. thanks again though.
Forum: Fixing WordPress
In reply to: wordpress hit counter – sidebar.php code?Yeah I’ve tried that, and the problem which I encountered was when I activate it through the widgets sections it knocks out everything else i have in the side bar, so what i’ve been doing is just keeping the settings activated and “calling” the plugin up by putting the “get_….” code into the sidebar setting. Most of the plugins i’ve worked with usually offer the code that can be put into whichever php you want it to show up for but wasn’t able to clearly find this one.
Forum: Fixing WordPress
In reply to: Date and Time on PostsThanks!
Forum: Fixing WordPress
In reply to: Date and Time on PostsThanks, but that just removed the date, and now just the time shows.
However, when clicking on the post link, when the actual post page is viewed, there is still no information on the date or time of posting, – only shows up on the front page.
I inserted the code in the same place in archive.php, single, and search as well
Forum: Fixing WordPress
In reply to: Adding "More" tag to a new pagethanks i’ll try that. much appreciated.
Forum: Fixing WordPress
In reply to: Adding "More" tag to a new pageits just a separate page with a bunch of information on it, i just want the option for people to see the first few things, and if they choose, expand for the rest of the information. ill try that code in the php file though. thanks
Forum: Fixing WordPress
In reply to: Adding "More" tag to a new pageSo to confirm it should look like this..? Would this go in the html code of the page also? – thanks
<?php
global $more;
$more = 0;
?>text text text
<?php the_content(‘<span class=”details”>Additional Details</span>’); ?>
More text text text