Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
4answers
672 views

Get all posts on a friend's wall

I'm trying to find an API call (or set of calls) that will allow an app to get the posts that one would see if viewing a friend's wall. Either a REST call or a FQL call would do. I tried /feed and ...
3
votes
1answer
220 views

Facebook graph “user/home” feed now contains activities as post items that are difficult to identify

When I make the Graph call https://graph.facebook.com/me/home , I get back a paged set of the posts on my feed. Recently, I've started to get items that appear to represent things like "John Doe ...
2
votes
1answer
34 views

How are posts ordered in the backend view?

I created a function that retrieves all parent posts of a post and i'm ordering by post_date. select * from {$wpdb->posts} where post_type = 'page' and post_status = 'publish' and post_parent = " ...
2
votes
1answer
498 views

Facebook Graph Api subscription to posts/notes

I need to get updates on posts by users of my facebook app. I am interested in comments and likes on those posts and a way to get notified so that my app database can be populated. I have seen ...
2
votes
2answers
299 views

Wordpress Post Sorting?

I to allow my users to sort the list of wordpress posts by Title, Date added, Comments, Rating etc. These will all be buttons or links at the top of the list (kinda like table view sorting) However, ...
2
votes
1answer
726 views

How can I display posts from the other sites in a WordPress multisite setup?

I have a small network of sites setup with WordPress 3.0's multisite feature. I would like to create another site which pulls certain posts from the various other sites to display. This new 'hub' site ...
1
vote
0answers
47 views

Wordpress - Show Subcategory Posts with Category Filter

So the setup is I have a category list of cities that always shows on top and a few normal category with respective subcategories. When a user clicks a category it shows all posts in that category and ...
1
vote
0answers
32 views

Overhead of POSTING to server every second?

I'm building a browser game with the front end in Actionscript and the backend in .NET with a MySql database tied together with a Webservice set up to receive JSON posts. The facebook games I've ...
1
vote
1answer
31 views

Why does page navigation not work here?

<?php /** * Template Name: Blog page * Description: The blog page */ get_header(); ?> <?php $args = array( 'numberposts' => 3 ); $lastposts = get_posts( $args ); foreach($lastposts ...
1
vote
1answer
47 views

Showing “Subscriber” Posts And User's Own Posts

This has stumped me for some time. My problem: I have 2 different tables.. A table for user posts and a table for subscribers. The subscribers table looks like this: SubscriberID -> ProfileID 1 ...
1
vote
3answers
51 views

Tally votes using SQL and JOIN (is this possible?)

My question is similar to this one, which I've tried the solution to, but it wasn't exactly right for my scenario. I have 2 tables: votes and posts. Here is a basic sketch: `posts` ...
1
vote
1answer
235 views

Facebook Stream Posts Missing

I was querying fql for all the posts on my wall and trying out different things with it. I noticed that there were certain posts that were missing. Just to test it out, I started looking at the ...
1
vote
1answer
92 views

Post navigation in wordpress twenty ten theme

I am horizontally displaying twenty ten theme category posts in two columns like: I am using below code: <?php if (have_posts()) : while(have_posts()) : $i++; if(($i % 2) == 0) : ...
1
vote
1answer
27 views

Show always 5 posts even if I do not show the current post if it is selected randomly

With the code below, I show 5 posts ordered randomly at the end of a post. As you can see, if the current post (ID) is one of the random chosen posts then it doesn't show up. That means instead of ...
1
vote
1answer
51 views

Redirecting posts in Wordpress to a specific page

I created a page so that it would appear in my navigation menu. This page would however be my posts page (i.e. all posts would go here) and would also be my front page. I am unable to find anything ...
1
vote
1answer
76 views

Importing all wall posts into custom tab

Hi I am trying to import all wall posts on a given Fan Page into a custom welcome tab. I can't find the FBML for that anywhere although I have to believe it's simple.
1
vote
0answers
158 views

Integrating Jcarousel into wordpress to display related posts

I am trying to use jcarousel to show related posts that can be scrolled through, the code I'm using to show related posts is: $orig_post = $post; global $post; $tags = ...
1
vote
1answer
172 views

Only displaying a posts selected taxonomy terms?

When using wp_get_post_terms() I can produce a list of taxonomy terms associated with a post. However, I only want to show the taxonomy terms that have been selected for that post. Using the ...
1
vote
1answer
105 views

Display number of posts from a certain category?

How can I display ONLY the number of posts from a certain category ? I want to display only the number without the category name. I used this code ...
1
vote
1answer
67 views

Retrieve facebook posts more than its default limit

Is there a method to retrieve more posts from facebook? I am developing a site which needs to retrieve at least 200 posts from facebook. Right now I am getting 24 posts only. Is it possible to get 200 ...
1
vote
1answer
187 views

Wordpress exclude category from loop previous entries problem

I edited my wordpress page to only display posts from certain categories. This works, but if I want to view previous entries it just shows the same. This is the blog: ...
1
vote
1answer
277 views

Wordpress, filter pages in Admin edit screen

Is it possible to 'filter' which pages are shown in the 'edit' screen for pages ( http://cl.ly/6nLC ) in Wordpress? I have looked in the action / hook section of Wordpress for plugin developers but I ...
1
vote
1answer
36 views

Retrive certain posts by their number?

How can I call certain posts by their number to place them as featured posts in specific places of my template ? I've read about sticky posts , But I have about 3 places to place my featured posts and ...
1
vote
1answer
274 views

wordpress query with custom fields help

My posts have a bunch of custom fields and are currently being ordered by "over-lenght" I have another custom field called "over-lenghtin". I'd like to continue to order my posts by over-lenght but ...
1
vote
1answer
61 views

Deactivate featured post click through in header of wordpress theme

I've purchased a premium WP theme that has a header which rotates between five featured posts/photos. My hope is to keep the visual appeal of this without clicking through to the post itself. Any ...
1
vote
1answer
125 views

POST_COMMENTS in Single MySQL Query

I am stuck into a very annoying problem. I have simple Post and Comments section on my website just like a blog i-e, two tables "posts" and "comments": posts -> idpost, title, text, date comment -> ...
1
vote
1answer
34 views

Double-displaying a post in Wordpress

I want to display 2 posts in one way, and then below that I want them reappear inline with all the other posts on the site. If i do it the way i thought i should, then i gets all messed up. I have ...
1
vote
2answers
2k views

Facebook comments plugin doesn't show comments made on wall posts

According to Facebook, comments made through the comments social plugin will post to the user's wall. This is working, but comments subsequently made in reply to such a post on Facebook.com (as shown ...
1
vote
2answers
672 views

Wordpress Querying Related Posts by tag

I am trying to query a list of posts with the same tags as the current post being viewed in WordPress. I thought that if I could query the list of tags for the current post, pass it into a variable ...
1
vote
2answers
161 views

Wordpress get-posts without content (to reduce overhead)

Scenario: I am creating collapsible panels in the sidebar and displaying ALL categories as DIVs and all Posts links in those category DIVs. Simple enough. I got all categories by ...
1
vote
2answers
915 views

How to sort a 'query_posts' function by custom field, while limiting posts by another custom field

I'm querying a series of posts in WP with the following function: <?php $thirtydays = date('Y/m/d', strtotime('+30 days')); $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; ...
1
vote
2answers
308 views

Get all posts starting with an alphabet in wordpress

I'm trying to create directory listing in which at the top there will be links...from a-z some what like this: A B C D E ...............V W X Y Z When a user presses on A, all the posts with titles ...
1
vote
1answer
519 views

(Wordpress) Only show future posts in archive & search results

I have an events category which is searchable by a sub-category (by city where the event is being held). I have the 'The Future is Now!' plugin to allow me to publish future dated posts but hoping ...
1
vote
1answer
1k views

Paginating get_posts() in Wordpress

This a template page in my wordpress (have removed html), it pulls out the posts from my wordpress database. I want to paginate it but have no idea! :( I wan't to get something like this ...
1
vote
5answers
690 views

Showing Wordpress posts on two pages

I have three pages on my site. Let's call them home, page2, and page3. My 'home' page is set as a static front page. My 'page2' is set up as the blog page. What I want is the following: I want ...
1
vote
1answer
162 views

how do i get only 1 post from each category in wordpress

i have a category named news and many subcategories inside it. What i wanna do is to get only 1 posts(newest) from each of those sub categories(including category title, post title, attachment image). ...
0
votes
1answer
8 views

Wordpress, posts as navigation with content changing

is there a way to show the posts like this: link (go to "Om videomarathon" and then click "jury" I need to show the posts as a navigation with the only the content changing and the navigation being ...
0
votes
0answers
10 views

wordpress, Display child categories and Posts from each child category on Category page

For example, if I had "American Idol" as a category, and "Season 1", "Season 2" and "Season 3" as child categories, i want to be able to display the posts from each child category on the category ...
0
votes
1answer
15 views

Dividing post by Date and seperator in wordpress [closed]

I have a site http://designingway.com/fun_deals in this what I want that post should appear by date, for example right now on front page, there are some deals from today, and one from last week, if ...
0
votes
0answers
7 views

no data found in wordpress admin panel

i have using wordpress 3.3.1 recently updated from old version of 3.2.1, so now when i was login into wp-admin panel in post list : All (564) published (481) it showing " No posts found" and one ...
0
votes
0answers
28 views

Django Produce Posts to WordPress.com Blog

I have a free blog on wordpress.com. To keep it up to date I want to produce posts from my django application. Is this something available? I read that there are some APIs but I didn't understand if ...
0
votes
1answer
22 views

PHP syntax error: WordPress function count_user_posts_by_type from WordPress Codex

I'm trying to use the following function from http://codex.wordpress.org/Function_Reference/count_user_posts function count_user_posts_by_type($userid, $post_type='post') { global $wpdb; $where = ...
0
votes
1answer
39 views

mysql structure for posts and comments

First of all, this is my first question here on stackoverflow, but I'm using it for months. So... if I'm doing something wrong please for give me. Also... app. for my english. I've read several ...
0
votes
1answer
40 views

facebook live stream: see more post in public than in logging

I included a facebook live stream into a website - no problems so far. While I stay logged out I can see all public post from customers facebook site. But when I logged in with my facebook account I ...
0
votes
0answers
30 views

How can different posts be displayed by one script? [closed]

A have a page that displays a list of quotes. Each quote links to another page that is supposed to display the quote by including the file containing the quote. Instead, the page only displays the ...
0
votes
3answers
55 views

Passing php string of a friend's name to javascript function

I'm trying to pass a php string to a javascript function. The php portion looks like this: <?php foreach ($friends as $key => $friend) { // Extract the pieces of info we need from the ...
0
votes
3answers
76 views

Wordpress: Filter/Sort posts within a page?

If I have a parent category, say, "Travel" with subcategories "belgium", "netherlands", "japan", etc., how can I create a page with all of the posts from the categories above? Then, I need users to ...
0
votes
1answer
34 views

Wordpress POST <ITEM> tags

Trying to use the new RSS import tool to import several posts... These tags are working fine <ITEM> <PubDate></PubDate> <Title></Title> ...
0
votes
3answers
49 views

Import wordpress posts to another wordpress site

I had a website based on wordpress.Then domain has expired and now I registered a new domain and built a new website which is based on wordpress too. Now I want to have my previous website's contents ...
0
votes
0answers
9 views

wordpress in-series plug-in only show first in series on list pages

i'm using wordpress 3.2.1 and would like to join posts together in a series with a next & prev in the series links. the in-series plug-in was the best fit i've found so far, but would like to ...

1 2 3