0
votes
2answers
47 views
Adding Up Values From A SQL Query
I have a table like this (using wordpress)
+---------+----------+------------+
| meta_id | meta_key | meta_value |
+---------+----------+------------+
| 1 | views | 3 …
0
votes
4answers
23 views
Create WordPress Page that redirects to another URL
I wanted to create a new WordPress page that is actually a link to another site. The goal is to have the page show up in a list of my pages, but actually send the web user to the …
0
votes
3answers
29 views
When automatically updating WordPress, how does it grab files from another server and store them on my server?
When I automatically update WordPress, how does it grab files from another server and store them on my server? It doesn't have ftp access rights. Does anyone know?
0
votes
2answers
31 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
6answers
82 views
Complicated MySQL Query
I'm creating a site in wordpress which holds information on television programs. I'm using custom fields to select each post.
The table looks something like this
+----+---------+ …
0
votes
2answers
27 views
getting posts from Wordpress to out of WP in codeigniter view
Hi friends,
I use codeigniter and need to display last 3 posts at footer from blog as blabla.com/blog located.
when I create a test.php file as below. it works well,
test.php …
0
votes
0answers
14 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) …
3
votes
2answers
78 views
How to get multiple items from <select> with PHP?
I'm building a theme options page for my WordPress theme and I would like to have a functionality to select multiple items from a list.
The "one option" select code I use looks li …
0
votes
1answer
17 views
External form causing wordpress 404 error
I have a file outside a Wordpress install that contains a form that submits to itself. I can access and fill the form out, without validation the form submits and reloads as expec …
0
votes
5answers
85 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
12 views
How to setup .htaccess redirect for particular category blogs (wordpress)
I have URL scheme for my blog like this:
http://www.example.com/%YEAR%/%MONTH%/%CATEGORY%/%POST%5FTITLE%/
Now i want to redirect a particular category blogs to a different domain. …
0
votes
1answer
63 views
Multiple loop working, function inside isn’t
Hi all, I'm using this piece of code I found (http://impnerd.com/wordpress-hack-add-post-images-to-your-homepage) to display the first image uploaded to a post on the homepage next …
0
votes
4answers
60 views
How to handle this CSS issue with Wordpress?
I have a (probably not) unique issue with a css background div I am seeking advice on. I am using Wordpress, which creates my pages dynamically. The front page and some other pages …
0
votes
1answer
40 views
How to add a span class in the following php?
I have the following code to display posts in Wordpress
<?php wp_get_archives('type=monthly&show_post_count=1'); ?>
How can I add a span class around the count so I ca …
0
votes
0answers
21 views
Change the way Wordpress insert images
When you insert an images with the WYSIWYG of Wordpress, it creates a caption, a tags and so and so. But, how can I change this? Auto-add an other class to the link for example?
