Hi,
I have installes wordpress - buddypress on LAMP. It is working correctly. When user is logged in as admin, on the personal activity page by clicking on view link, it displays the activity. But when general user is logged in, it displays an error "The page you were looking for was not found.".
I am using WordPress 2.9.2 and Buddypre...
Now I didn't do the website design but a couple of months ago I ported an existing website over to wordpress for a client of mine.
I got a call from a client today regarding their website, and some sort of a security problem.
The websites homepage loads up fine, but if you try to navigate to any other page it brings you to - http://sec...
I'm seperating long posts using <!--nextpage--> but need to output user comments only on the last 'page' of a post. I can't find a way of counting the number of paginated pages and then outputting if page == last page.
Any help is appreciated
...
I know you can easily add custom meta boxes per post type, but I'm looking to add a custom meta box / custom field for a specific page without getting away from the wordpress 'pages' menu.
So for example, when I go to Pages-> Edit 'Home' a box called welcome text shows up.
If I edit the page 'About', that box wont show up.
Any ideas?
...
Having issues with formatting my buysellads onto my wordpress theme
below is the css code:
![alt text][1]
display:block;font-size:11px;color:#888;font-family:verdana,sans-serif;margin:3px 40px 10px 10px;text-align:center;text-decoration:none;overflow:hidden;float:center;float:left;
I need it to vertically align as seen on cssremix.co...
Hey there, I am thinking of using wordpress multisite for a network of 30 blogs.
The questions is: every blog has its own directory, files etc.
With multisite and domain mapping, everything will become virtul, is this good for seo?
Second question: which do u think ranks better, a simple html seo site or blog?
...
Hi, this has been asked before on WP forums, but none of the solutions worked for me, I've reset the permalinks, etc. to no avail. I hope you guys have the answer. This is my setup:
I have a custom post type called ted_venue, and two templates, single-ted_venue.php (single venue details) and page-venues.php (for displaying a list of ven...
hi guys,
i mean i want to see the source file of the main page.
when i click right click and choice the option view source, so i want to find
the "body" of the file,and edit it physical, which folder can i find it ?
thanks friends.
...
I want to know if has a function that return only the first level of subcategories children.
Cat 1
Sub-1.1
Sub-1.2
Sub-1.2.1
Cat 2
Sub-2.1
Here I want only: Sub-1.1, Sub-1.2 and Sub-2.1
Cause using get_categories with child_of parameter brings me all children until the last node:
get_categories('orderby=id&show_count...
Here is my code:
$data = array('cat' => '3');
$sliderData = query_posts($data);
But I also use custom fields, and post thumbnail, how can I get those?
...
Hello,
I have created a wordpress.org blog on my website but I do not use the actual blog page to display the blog posts. Initially I tried to style the wordpress blog to match my site, but since wordpress' theme is too constricted I decided to use "the loop" to gather the_author_posts_link, the_title, the_content, etc and display them ...
I am creating a child theme in Wordpress using the TwentyTen theme as a parent. I saw under the Pages area in the admin section, there is a 'Featured Image' area, but I don't see where that featured image is shown on the page.
What is the featured image area for? I would ideally like to use that uploader to put an image at a specified l...
Hi all,
My blog that runs on Wordpress has several pages of posts. I have the page navigation set up (so I have a link for "Older Entries" and "Newer Entries").
I was wondering if it's possible to do something like this:
1 | 2 | 3 | 4 ... 32 | Last Page
EDIT: Thanks to Adam, I replaced the wp_list_pages with the wp_link_pages functio...
I created a custom post type called article. I can create articles and everything is working fine. However, I have questions on the feeds.
1) How do I see the latest articles I created in a feed?
2) How do I see all the blog posts and articles all in one feed?
...
Hello there,
I am currently building a site in Wordpress 3.0 and I am using the buddypress plugin. On registration I am asking using to insert the HTML code that JustGiving supplies show they can show the progress of their fundraising. However when trying to show it in the profile of the all the data shows apart from the flash that, th...
I am using wordpress and am using featured images(they used to be called post thumbnails). I wanted to use multiple featured images, so I chose to use the Multiple Post Thumbnails Plugin.
I can get the Secondary Image Upload box to show up in the admin area, but I can't manage to get the image to display on the page.
This is the code I...
I need to display link after each comment, when you click that link, a new page displays that single coment on a new page.
Is that possible?
...
I have a page in wordpress where I want to embed a player of some sorts that can take the first 3-5 items from a podcast xml feed and embed them in a player with a playlist. Preferable if the title and description can be shown as well.
There is most likely plugins or scripts that does this but I just can't seem to find any. A hint for s...
I have about 4,000 posts on a site currently using Django-cms, and we're looking to transfer over to wordpress. Is there a reasonably simple way to do this? Or is it going to be a nightmare? If someone could point me to any help on this matter that would be great.
Thanks for any help!
...
Learning php, figure as well as following tutorials doing some practical useful stuff is import. So a wordpress plugin....
Trying to remove the favorite actions box that you get in the wordpress admin header.
<?php
/*
Plugin Name: Hide Favorite Actions
Plugin URI: http://www.mysite.com
Description: Allows you to remove the Screen Optio...