idevgames
Forum Replies Created
-
Forum: Plugins
In reply to: What does ww.wp.xz.cn use for its Extend section?Its like everyone listening to Depeche Mode … Enjoy the Silence
Forum: Plugins
In reply to: Is Textile dead in WordPress 3.0?Thanks so much. First time for me to see that plugin. I will give it a try. I found out that my current TEXTILE plugin is still working. It was disabled for some reason.
Forum: Fixing WordPress
In reply to: Default author on postSo you are saying, even if your WordPress has 100 users, when you make a post, it is always defaulted to your name (that you logged under)?
I’ve never found that to be the case over the years with WP.
I will try disabling all plugins to see if that is the cause.. I think not as I have used various plugs over the years and always had that ‘issue’
Thanks
Forum: Plugins
In reply to: Ad-Minister or equivelant for 2.7?Hello, is there an update for the latest WP?
I find that if I edit previously created ads, the text field box in the editing form is empty.
If this plugin is RIP, and recommended alternatives?
Thanks
Forum: Plugins
In reply to: Ad-Minister or equivelant for 2.7?However, nothing is visible within the textarea (even when trying to type in plain text).
Same here. 2.8.2
Forum: Plugins
In reply to: Ad-minister – Clicks not recording at allStupid me, I see I need to insert this %tracker% before the link.
That answers that.It was some time ago that I set up my banners. They use some simple html to display the image banners. I just notice that each banner’s HTML code is missing from the backend. Yet the ads do display on the front end.
Weird!Forum: Fixing WordPress
In reply to: check if author bio is not empty AND on a categoryCan someone give me any advice on this?
🙂Forum: Fixing WordPress
In reply to: How to show content on only last page of post?Finally got the answer!
See here:
http://www.martinish.com/blog/2008/12/get-the-last-page-of-a-post-in-wordpress/2/Forum: Fixing WordPress
In reply to: <!–nextpage–> combined with wp_link_pages(), that’s ok?good question
Forum: Themes and Templates
In reply to: How-to display author bio on ONLY last pageIn your code, you are increasing the counter. And when it reaches 9, you are doing something. Ideally, the line would say…
If the counter has reached the last page, display/do whatever.
Someone should make a plugin.
lolForum: Fixing WordPress
In reply to: wp_link_pages() if/elseThis sounds interesting an similar to what I want to do.
I want to show the author’s bio only on the last page.
But I am stumped.
Thanks