The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
39 views

Content in footer file

I swear I've done this before, but I am drawing a blank on it now... I'm trying to get it so that I can have editable content in my footer.php file. So that I (or the user) can update the content ...
0
votes
1answer
106 views

is ther a plugin that will hide/show content for a scheduled period of time?

We would like to post some html during a specific time on a given day of the week. For instance: Imagine a website for a TV station that wants to show what is on the air right now. I am looking for a ...
0
votes
1answer
62 views

How can I add more code to this?

<?php $my_query = new WP_Query( "cat=11&posts_per_page=1" ); if ( $my_query->have_posts() ) { while ( $my_query->have_posts() ) { $my_query->the_post(); ...
0
votes
2answers
464 views

How can I define the RSS feed content length?

I’m trying to shorten the content of my RSS feed. Right now it displays way, way too much for each entry and I’ve tried to select the “Excerpt” in the Syndications setting in my option panel but it ...
0
votes
1answer
34 views

Add a filter to a different custom plugin

Someone has built a custom plugin that adds a textarea on the admin/edit page, and a div on the pub page. I no longer have access to the person who built the custom plugin. I have created a filter ...
0
votes
1answer
98 views

Wordpress br in content problem

I have this irritating problem with a post in Wordpress (see the url below). http://www.bytewire.co.uk/services/website-design-essex/ You'll notice the second lower case bold heading (Why Bytewire ...
0
votes
2answers
119 views

Is there a standard public URL convention used on a Wordpress site directly to a page listing all of a user's public content?

Is there a standard convention for a full direct public URL address that, when visited/clicked on, will show a page list all of user account's public content uploaded on that site. Background: I ...
0
votes
0answers
160 views

Shortcode content does not show after calling $wpdb->get_results() [closed]

I created a wordpress plugin with a shortcode. I am just wondering why the content in the shortcode does not show after calling $wpdb->get_results(); Below is the code: $query = "SELECT * FROM ...
0
votes
1answer
169 views

Best way to modify content from index.php to single.php?

My blog has simple posts including a youtube videos. For example: <iframe width="460" height="342" src="http://www.youtube.com/embed/PkxteedBq9g?rel=0" frameborder="0" ...
0
votes
1answer
789 views

jquery: getting contents of #content field on post page

I managed to get the #content field html with this jquery call: jQuery("#content").html() This seems to be failing though on "Add New Post" pages. Any tips on how to get the contents of the ...
0
votes
1answer
39 views

Wordpress automatically removes emails from content? [closed]

Is there some kind of filter or other function in Wordpress that removes email address’ from the content when creating a new site? I’ve a site with some contact information on them and every time I ...
0
votes
1answer
56 views

What is the correct method for updating post content from a plugin?

I would like to create a plugin which updates the post's content in the Admin panel. For example, on the Edit post page, the user sees his draft content. If he clicks on a button from a meta box ...
0
votes
1answer
137 views

Extract Information from post content (using regex?)

I'm trying to replace some custom strings in my content before saving the post. I have got the $data["post_content"] which includes strings like %replaceContent:{type}% . Now I need to extract that ...
0
votes
1answer
30 views

Display a paragraph in the index page that won't be displayed in the single post

Can i make it possible for an excerpt to be displayed in the index page but that part of the excerpt will not be displayed in the single post anymore?
0
votes
1answer
162 views

Single dash converted to double dash

As the title says, if a single dash is used with a space between each side eg. 'Die Hard - Action Film' is written in to a WordPress post, once published it comes out as 'Die Hard -- Action Film'. If ...
0
votes
1answer
1k views

Import and replace existing page/post content

Is there any way to import a basic, exported Wordpress content XML file and have it replace the existing content? What I'm trying to do is synch up two instances of a site (development and staging ...
0
votes
1answer
666 views

Function to get content by ID

I'm trying to get text only content of posts by ID. I modified this function as follows, but at the moment it returns nothing. I cannot see what's wrong with it. function get_the_excerpt_id($post_id) ...
0
votes
1answer
33 views

Is it possible to set the upload location to a different server?

Our university has given our student society a 1GB portion of storage to be used for our website. We're low on their bandwidth priority however so it did not work speedily with Wordpress. I managed ...
0
votes
1answer
48 views

Custom field titles showing in main content field [closed]

I have some custom fields that worked fine in localhost. When I deployed to the server, the custom fields names are showing up into the main content field. Text input is working but I don't know why ...
-1
votes
2answers
864 views

How to use str_replace() outside the loop?

Is there any way to use str_replace() in Wordpress outside the loop? I want to change my html markup which starts before the loop. I need something like this: function content_magic($content) { ...
-1
votes
2answers
40 views

How to make a website like the ones in theme demos? [closed]

I don't understand, in Joomla there was a quickstart package that came with templates to show the template's power with data. So our site would be like the one we see in the demos. I have found some ...
-1
votes
2answers
83 views

Wordpress Shortcode loads at the top

I tried all solutions of the topics here but I haven't been able to find a solution. I made a Plugin for a Shortcode. My problem is that the plugin code get always loaded above the content. I already ...
-1
votes
1answer
44 views

Scroll over to get definition

I need to have content appear when I scroll over certain words or groups of words. Eg. If I scroll over the word pastor. I should see a definition of Pastor appear next to the word.I would like to ...
-1
votes
1answer
246 views

Integrating custom API for post content into Admin interface & Public Website [closed]

EDITED question to be more specific and added bounty in hopes someone has a solid coded solution: So, here is an interesting task I have been trying to find a solution for. I have added a bounty ...
-1
votes
0answers
24 views

Content management where content is divided into many pieces on the same page [closed]

I hope this question is not too inappropriate here. My pages use custom templates. In each of them, the content is divided into several blocks each with its own style. For example : an array of data ...
-1
votes
0answers
19 views

How do I place an image behind accordion DIV? [closed]

I'm new to wordpress and website building. Just bought a theme and faced an issue. I want to put my image behind accordion div container. How I can do that? My theme has content building option, but ...
-1
votes
1answer
74 views

Iframe only visible after log in

I have a website on WordPress and I am trying to add a Iframe on its website. I have done similar sort of thing on two other websites previously without any issue.. Here is the website in question: ...
-1
votes
1answer
275 views

How can I allow people to vote up objects? [closed]

I'd like to be able to create a post and allow people to vote up the items on the post. For instance, If I listed 10 great movies in a post, people could vote up or down the movies in that post. ...
-1
votes
1answer
101 views

Distribute post content through several divs [closed]

I would like to distribute the content in a post through several divs. Much like a word processor distributes content through pages. Any ideas?
-1
votes
1answer
185 views

Create Slugs Programmatically from Post Content for Specific Post Type [closed]

Was looking at the below post which does something similar to what I am trying to do...it clears out the post_name (slug) and recreates based on post_title. (for a specific post type) Create slugs ...
-1
votes
1answer
87 views

The content of the page is collapsed behind the image in portfolio slideshow [closed]

I am using portfolio slideshow I found that each image is wrapped with div and that div is given a inline style with height and width and other styles like opacity z-index etc. These divs are given ...
-1
votes
1answer
31 views

Shortcode returning specific content of a post

I'm currently building a plugin to display specific part of post after accepting verification code. Can a shortcode return a part of a post? I mean: Bla bla bla [shortcode postID="100"] Special bla ...
-2
votes
1answer
278 views

wordpress pinboard theme

I would like to add content(just plain text) to the first page of my site and also have the posts displayed on it aswell. I am using pinboard theme. Does anyone know a good way of achieving this ...
-2
votes
0answers
27 views

wp-content will move but not rename

define( 'WP_CONTENT_DIR', $_SERVER['DOCUMENT_ROOT'] . '/new-wp-content-name' ); define('WP_CONTENT_URL', 'http://www.site.com/new-wp-content-name'); This works so long as I keep the folder called ...
-2
votes
1answer
21 views

How to build or store lots of custom content

I'm setting up a new WordPress site and going forward we are going to be building a lot of custom interactions that will need to be stored within WordPress. When I say custom interactions I'm talking ...
-2
votes
2answers
140 views

Edit Wordpress site hosted by HostGator without original wordpress.org credentials [closed]

I was asked to take over admin duties for an organization site hosted at HostGator. I discovered it was a wordpress site with premium theme. I have never used Wordpress before, but really want to ...
-3
votes
1answer
57 views

styling the contents

I am newbie to wordpress and just started to play with themes. My problem is I want to change the css of the content part and for that I want to know by default the content comes in the blog page ...

1 2 3 4