wordpress

Blog wordpress-moveble type

I am about to launch a recipe blog. I like to be able to interact with comment, have a star rating system, sell ad and have a custom section for client (mini site) have you any experience on movable type over wordpress ?, which is the best "out of the box" solution ... maybe enhanced with some plug in from the community thanks in adva...

Onclick refresh in div using Wordpress Loop

I'm sure this is simple, but I'm a noob, so I'm not sure how to achieve this... Basically, I have 3 separate divs with 3 separate WP loops. I want to create a script to assign certain the "next post" & "previous post" links to refresh within the div, while the other links would behave normally. This would be easier with a normal site, bu...

Wordpress permalinks set

How can I pass category ID using permalinks? my post page id is 205 and for that I used function <?php echo get_page_link('205');?> and I also want to pass category id along with this link, how can I pass category Id with this page link? ...

Hide link text from statusbar in wordpress

Hi, I have a text widget in my wordpress blog. Inside the text widget, i have a link. When mouse is hovered over the link, the link text shows up in the status bar. To prevent the link text from showing in the status bar i tried using: <a href="#" onmouseover="window.status=''" onclick="fun();return false;" > </a> But, still the lin...

wordpress-mu: other options apart buddypress to build a good blog social network home page etc…?

Hi, I want to mount a social network of blogs and I am using Wordpress-mu, I need to have a home page to resume all the activity / members / comments, and add featured blogs. I have considered buddypress but I am not very satisfied, because it has more things than what I want. Plz, can you give me names / urls of free plugins for wordp...

Add content between Wordpress queried posts

I am wondering how I can add something between posts being queried in Wordpress through this method: <?php $the_query = new WP_Query('category_name=name&showposts=2'); while ($the_query->have_posts()) : $the_query->the_post();?> Is there a way I could add something simple, like say a <hr> between the two posts being pulled? ...

Modifying CakePHP-resident Wordpress Redirects using mod_rewrite

I have a CakePHP site that contains a vanilla Wordpress installation. It lives in /app/webroot/blog/. The problem I'm having is a strange one. I have the site configured, through mod rewrite, to redirect all requests to /app/webroot/blog to /blog/. The reason for this is that Wordpress was either throwing errors or displaying no cont...

Add HTML to wordpress database

Hey, how do I insert raw HTML in Wordpress's database? I'm using add_option to add values to wp_options table of Wordpress. But Wordpress escapes everything before inserting to the database, so will it pose a problem? If so, what is the correct way ...

Disable wordpress auto search for related posts

I am working on making urls like example.com/profile/username to work where example.com runs Wordpress(latest release). The install is on root. I wrote a plugin hook to catch template_redirect and I examine the URL to see if it is a profile request and then I show the profile. But, when a URL that does not exist is typed, Wordpress does...

Pseudo custom taxonomies from categories.

I am trying to get to an wordpress admin panel hack which would split the ‘category’ drop-down box in a few drop-downs with subcategories lists (like in this mock-up). I'm thinking(wishfully) of something dirty like making a function then adding something like a makeCtgPanel('parent_tg_name') that would filter a category box to all the ...

Need help with .htaccess ReWrite rules

I'm using Wordpress and have the following pemalink /%category%/%postname%. This gives me user friendly URLs like http://www.example.com/something/. With this permalink, I will not be able to access php files directly, e.g. http://www.example.com/something/myfile.php. I need to write a ReWrite rule which allows me access to /include/my...

WordPress question

when I click on the comments link on my blog the page is not redirecting to the link -- wordpress/?p=3#comments, rather stays in the same page. can anyone help me why this is not working? ...

How to make __() and _e() work in any PHP file of wordpress?

I'd like to have wordpress to do I18N for my javascript. My plan is to have javascript code in php file. For example, one sample.js.php file as below: function foo() { alert(<?php _e('do something'); ?>); } The sample.js.php file is referred as javascript. <script type='text/javascript'>url-to-myplugin/sample.js.php</script> How...

domains redirecting to specific pages

I have a main domain name associated with a WordPress site, and then I have a couple other domain names connected to that site as well. I want the other two domains names to point/redirect to specific pages on the site rather than the index page, which is the default. So when domain1.com is typed into the browser, it goes to maindomain.c...

How to show Wordpress page number and total number of pages (i.e., page 1 of 3)

I would like to display the page numbers in index.php, search.php and archive.php As far as I'm aware, the variable $page contains the current page number, this works, but I just need the number of pages. Also is there an easy way to get the URL for the next page and previous page for use any way you wish? next_posts_link(); and previo...

Wordpress: get last post belonging to a category, when listing categories

I've tried looking at the database but I can't seem to be able to make a query to do this. How can I look up posts from only one category, or more specifically, I just need the ID of the last post from the category. I'm trying to do this in index.php ...

For Wordpress, Is there a Twitter plugin shows twitter updates from people I follow?

Hi, does anybody know if there is a Wordpress plugin that allows me to show Twitter updates from people I follow? If someone knows about it, please share with me. Thanks in advance. ...

Upload an image from Wordpress to Flickr

Does anyone know a Wordpress plugin which uploads automatically a picture from Wordpress to Flickr? The are tons of plugins to pull pictures from Flickr to Wordpress but what I would like to do is add an image trough the Wordpress back end and automatically add ti to a specific Flickr account. Thank you, Maria. ...

Create custom rewrite rule for my WordPress plugin

I'm writing a plug-in for WordPress which in fact will be a separate ordering module (it will be placed in an IFRAME on the site I'm developing as well as others) but with its admin tied into WordPress. I wrote the administration part without too much hassle, however I'm having trouble with the front-end. First of all I'd like my script...

How to make custom post template in Thesis theme

Hi! I'm struggling to use custom post template in thesis. I would like to use different layouts for different posts. There are many tutorials for using custom page template but I can't find ones for posts. I'm new to Thesis so I probably miss something but if someone knows how to or tutorial that mentions about it, please share with me. ...