0
votes
1answer
16 views
Looping through wordpress catagories
Hi
I am new to wordpress and been pulling my hair out trying to a catagory loop
the loop is supposed to
1 loop through all categories
2 echo out the category name (with link to …
0
votes
1answer
22 views
Wordpress custom query pagination
I have a wordpress site, where on the main page I list the content from more categories.
My question is, is there a plugin where I can paginate the results from a category?I mean …
0
votes
4answers
62 views
How do I concatenate a string in a PHP Array Element?
I am customizing wordpress blog and I have a need to make custom sidebar widgets. My PHP is rusty at best. What I am trying to do is concatenate a php variable into a string bein …
0
votes
0answers
13 views
Displaying Subpages for a store
I'm creating a very simple store where the products are organised in a bunch of sub-pages. What i have been able to achieve so far is to display the subpages on the parent products …
0
votes
1answer
25 views
WordPress > setting permalink option via script buggy?
My theme's custom options panel has the following code...
`
/* initialize the site options */
if(get_option('permalink_structure')==""){update_option('permalink_structure', '/%po …
0
votes
1answer
28 views
Retrieving widget data with MySQL query in WordPress
I've built up multiple dynamic sidebars for front page item manipulation. Each sidebar contains a Text widget, and I want to retrieve each widget's content (according to widget ID) …
0
votes
2answers
37 views
Is there a way to change (delete) a standard phrase going after a single post in Wordpress?
Hello everybody, my question is about Wordpress.
Is there a way to get access to the phrase, going after a single post?
"Enjoy this article
If you have enjoyed this article cons …
0
votes
1answer
6 views
Best Resources for creating custom wordpress backends (advanced theme design)
I am interested in learning to create custom backends for Wordpress that extend the functionality.substantially. Anyone know of any books or resources that are particularly helpful …
0
votes
5answers
104 views
How to set up a website with WordPress ?
Hi,
I'm a PHP developper, and i need for a client request to set up and create a template/theme for wordpress.
I know a little about this blog engine, but i read i could use it a …
0
votes
1answer
14 views
Inserting a custom_field in Wordpress using MySql
I have asked here(http://stackoverflow.com/questions/1670838/inserting-a-post-in-wordpress-using-mysql) about how to insert a post in wordpress using mysql, but now I also need to …
0
votes
3answers
61 views
How to get and display post’s “position” in the query?
Hello,
I have a simple query: $query = new WP_Query('showposts=5'); that will obviously display 5 latest posts. Is there any way to be able to get post's position in the query? By …
0
votes
2answers
45 views
Returning Wordpress Custom Field Values
I'm trying to echo the key of a custom field (value, such as a URL set while editing a post) back into the document. Here's the overall code:
<div id="feature" class="clearfi …
1
vote
2answers
43 views
Wordpress how can I know if the pagination is active?
Has Wordpress a function or something like that?I need a way to check if there are any page links(Older Entries | Newer Entries)to be displayed or not.
Best Regards,
0
votes
1answer
236 views
WordPress - list multi-level parent pages when on a 3rd level child page
I'm working on a website at the moment, and the navigation works as follows (by client specification).
Underneath the header there is a horizontal navigation listing the top level …
0
votes
1answer
149 views
adding single.php page to wordpress or if condition for main page or post detail page…
Hi friends,
I use Barecity Theme for WordPress. i built everything, but now i need to add a single.php file to theme. now it displays all post content at homepage, I created a sho …
