wp

Wordpress Undefined property: stdClass::$post_type

I'm getting this error on my blog did some one had the same error? how can i fix the error? I didnt edited any File. Notice: Undefined property: stdClass::$post_type in /home/a4673438/public_html/wp-includes/link-template.php on line 105 Notice: Undefined property: stdClass::$post_status in /home/a4673438/public_html/wp-includes/li...

how many (generic ?) class wordpress have ?

what i meant with generic is those class that create by non lead wordpress programmer. i just start reading the source code directly and encounter a class who name filereader and i use it to read stream of file. Is there any other useful class ? i would like to know so i can utilize it when work on wp ? I know this is a question spesi...

is there any way to hook a debug function into a hook such as init and retrieve every php function whose operates there ?

is there any way to hook a debug function into a hook such as init and retrieve every php function whose operates there ? what i meant with PHP function is its name ? is it possible to retrieve any php function name via php built in function ? ...

Wordpress Post # of #

I'm looking for an easy way to assign a post number to each post in wordpress and display it out of the total number of posts. A little info: There will be about 100 "posts", each on its own page I want users to click through each post, so start at post 1 and click "next post" to get to post 2 I want it to say post 4/100 at the top for...

[WordPress] Get Comment Reply Link Only?

I'm using comment_reply_link, for the reply links on every comment, but I want to use an image instead of text. I only need the link of the comment reply, not the whole thing. Codex wasn't helpful, neither the WP forums. <span class="reply"> <a href="<?php //comment reply link here ?>"> <img src="<?php bloginfo('template_url') ?>/...

Create new table with Wordpress API

I'm trying to create a new plugin to track popular posts based on views and I have everything done and ready to go, but I can't seem to create a new table using the Wordpress API (I can do it with standard PHP or with phpMyAdmin, but I want this plugin to be self-sufficient). I've tried several ways ($wpdb->query, $wpdb->get_results, d...

how to use iTextSharp with existing wpf document?

I have a existing wpf document, how do I get an pdf via iTextSharp from this? ...

Need advice on removing zend framework dependency

I'm in the middle of converting an existing app built on top of zend framework to work as a plugin within wordpress as opposed to the standalone application it currently is. I've never really used zend so I've had to learn about it in order to know where to begin. I must say that at first I didn't think much of zend, but it's funny beca...

Need help removing this pesky WP footer spam link

i, I purchased a WP theme recently. Seems that this theme is injecting a footer link in a sophisticated way that I can't find how to remove. usually it link to WP theme sites (wp2blog.com/ , themes.weboy.org/ ) , which aren't related to me at all. I tried to see if this is a CSS or JS injection - but I just can't find where this code...

How to create feedburner feed for sub-folder?

I have a website http://www.bccfalna.com/ where I will talk about computer technology. I have settled up this site with WordPress CMS. I have installed two other WP blogs on the same domain in sub-folders. The first sub-folder is related to Question-Answer theme at www.bccfalna.com/question-answer/ where any user can place a Question a...

WordPress - "tag page" additional, custom content

Hi! Please look at it here TAG page morsblog [dot] dk/tag/stranden/ For THIS TAG, I want to write some text in WordPress (it should have possibility to add defined text to any defined tag). It should look something like this: http://farblog.dk/tag/motorsav-bukser/ Is it possible to make a little plugin that make the text be shown, and...