The content tag has no wiki summary.
0
votes
1answer
32 views
Announces with different formatting dependently on a number
I am modifying the theme TwentyEleven.
In index.php there is the loop which accesses content.php template:
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', ...
0
votes
1answer
78 views
Is there a way to keep youtube videos from displaying on home page, and display only on single posts?
I have an interesting problem that requires a bit of creativity to solve.
We have a website where we are creating a video narrative about our son who was born with Down syndrome. We do a daily post ...
0
votes
1answer
236 views
Trimming a custom field to a length
I have a custom field added through the Advanced Custom Fields Plugin. I am trying to trim the content of the field down to a set number of words. I have tried to use the excerpt filter and setting ...
0
votes
1answer
324 views
Sorting dynamic table content with jQuery
I've been trying to use numerous jQuery plugins for tabling sorting in WordPress and have had absolutely no luck. Can anyone make a suggestion for a plugin that sorts tables of dynamic content?
I'm ...
0
votes
1answer
84 views
highlight specific text in the content box
This is an idea that came through my mind, and I would like to know if possible and how to approach it if so...
I have my own wordpress framework that I use as based for all my projects, I manage the ...
0
votes
1answer
75 views
Filtered content appears in the excerpt
I am modifying the content using the "the_content" filter. But this filtering is seen in the excerpts also.
Consider the following code,
function modify_content($content = ''){
return 'HELLO ...
0
votes
1answer
215 views
Posts and Pages w. private visibility don't show up in existing content
when I create or edit a link in the editor (post or page) pages & posts with private visibility don't show up in the "existing content" section of the "insert/edit link" popup. All pages/posts ...
0
votes
1answer
2k views
qTranslate 2.5.28 and WordPress 3.3.1 issues
Anybody knows how to solve the issues in qTranslate 2.5.28 with WordPress 3.3.1?
http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=3045
...
0
votes
1answer
209 views
How do i configure my content to show full posts?
So my blog is currently http://www.joegilbertphotography.co.uk/blog/ using the “delight” theme. Can anybody tell me how on earth I change it so instead of showing excerpts of posts, it just shows the ...
0
votes
1answer
82 views
Is there existing plugins to “Click-to-Launch” embedded Flash / SWF content?
I'm aware that there is existing FlashBlock plugins that users can install on their browsers, but I would like a Wordpress approach to be able to:
Replace SWF content by a thumbnail / screenshot of ...
0
votes
1answer
69 views
matisse theme show excerpts not whole content
I want to only show the excerpts, not the entire content,
This question has been asked and answered in respect of the twenty eleven theme.
Matisse theme is different. where can i find the files to ...
0
votes
2answers
55 views
Wordpress general content best pratices
Im trying to figure out howto structure general content that should be easy to import in a page template.
Lets say for example i have some contact details and i want to include this content on ...
0
votes
1answer
70 views
How to add a shortcode that creates an adjacent column of text in the content editor?
I'd like to enable a shortcode toolbar button, similar to the "More" break, that I can click to mark an insertion point where the text should be broken into columns.
Do shortcodes have encapsulation ...
0
votes
1answer
154 views
How to show content for posts of a specific category only
I show excerpts of all posts at this site. Which works fine.
However, I would like show content for posts of a specific category, while keeping all others showing excerpts.
Is it possible, without a ...
0
votes
2answers
1k views
Get the Page Content,without generating HTML
I want to get the page content (so i can parse the tags/short-codes in it), but i don't want to output the result itself to the browser (i.e. echo=0).
I tried get_the_content(); but its the same ...
0
votes
1answer
331 views
How to customize tag and category post listings to show introductory content?
In wordpress, we allow google to index our category and tag pages. We don't use no-index for tag or categories, which results very high ranking in a lots of keywords and we are receiving very high ...
0
votes
2answers
63 views
search and add in wordpress content
I have a wordpress plugin that displays videos through a shortcode. My problem is it assigns the div's with ID's such as video-1-player, video-2-player, etc. I need to create a function that searches ...
0
votes
2answers
173 views
upgrade has caused page content to disappear
I've just transferred a site from one server to another and gone through it and tested it and made sure all the content was there etc etc. I then did a backup of the database via phpMyAdmin and did an ...
0
votes
1answer
197 views
Plugin for visitors to edit content without logging in?
I have a company catalog and want visitors to edit the information without logging in. I have tried TDO Mini Forms and it almost worked, too many bugs.
Is there any other good plugin for this?
0
votes
1answer
279 views
the_excerpt function not showing image
I am having posts with images.In single post page all
contents displaying well with image. But in blog page , the content only displaying not an image.
How can i make it to display
For example,
...
0
votes
2answers
129 views
Display a specified content on a Page and all its child pages
I have a website with 5 main pages (consider them as sections), then 3-5 sub pages for each of them. I would like to display a flash banner for each section, i.e. it should display the flash banner on ...
0
votes
2answers
117 views
What is the best practice to localize content? (Geographic not langauge)
I have a website that needs to display state-specific versions, for a few states. Obviously, I will need to parse the IP address to gain geographic information. Before I start making that plug-in, I ...
0
votes
1answer
236 views
definining own teaser text for post
i'd like to have a small news box in my sidebar - so i need to display just a few lines of text, separated from the actual the_content() - how could i do that?
it should be somekind of quicktag which ...
0
votes
1answer
135 views
Page displays content from different query?
How can I reset all variables in order to get the actual page content?
I keep getting the last post's content I've called from a news-box I've implemented - but need the actual page's content ..
...
0
votes
3answers
710 views
Output custom content not from the posts table?
It would be best if I started out be explaining the situation:
A while ago I created a Property/Real Estate management system using PHP and MySQL. It works great and I have a lot of customers using ...
0
votes
1answer
405 views
The entire content of my Wordpress page has disappeared
I have a blog installed on my site using Wordpress. Last week I upgraded Wordpress from 2.6 to 3.0.4 (I had to do this manually).
All went well, or so I thought, but I have just noticed that the ...
0
votes
1answer
73 views
Duplicate content with incremental titles. How is this happening?
I was looking through the crawl results of my SEO Moz app and saw that there are somehow many copies of certain pages that have titles that are the exact same except for a number added to them. An ...
0
votes
1answer
324 views
Disable automatic linking
How can I disable automatic linking?
For example if I write http://www.test.com I don't want it converted to a link.
0
votes
1answer
19 views
Retrieve page content and pass to PHP?
I'm new to WP but not PHP.
I've a custom page that I have a PHP call to do some processing on the page content.
the_content() even when enclosed in a function call
<?php ...
0
votes
1answer
55 views
Hide parts of the post content on the home page
I have a post that contains a video (or a slider) and some text.
Is it possible to hide the text on the home page, but still display the rest? How would I do that?
0
votes
0answers
21 views
how to code if the page doesn't exist execute and display this content?
I am trying to develop a wordpress theme, I having hard time on how to code on how to support on this:
if I don't have any page created yet, there is a substitute title and content displayed.
Is ...
0
votes
1answer
35 views
Empty string supplied as input when parsing content
I have this code:
<?php
function mb_find_my_image( $content ) {
if( is_home() ) { /* if is home start */
$dom = new domDocument;
$dom->loadHTML($content);
...
0
votes
2answers
26 views
How can i show only 30% of the “the_content(”More…“)”?
I'm trying to make a page that has all the posts in it and shows 30% or less of the content of the post. So I'm editing a page template and I can't figure out how to show only 30% of the content. I'm ...
0
votes
2answers
43 views
How do I make certain areas editable?
I'm new to wordpress and I'm currently converting an HTML/CSS site I made to wordpress to make it easier for my client to edit it from the admin panel.
I have provided 3 screenshots and I'll refer to ...
0
votes
0answers
17 views
Display external web content, not the RSS
Is it possible to display external web content (not the RSS) on Wordpress web?
If so, how to do that?
Thanks for any helps.
0
votes
1answer
83 views
How to delete all posts, categories and tags from Wordpress database
I have WP website with over 40,000 posts. Now I'll like to delete all posts, categories and tags. So All content and related meta. All I want to keep is static files. Is there a easy way to do this ...
0
votes
0answers
42 views
qTranslate: Use page-content of another language instead of Non-availability message
if a page for a language is empty, normally the "Non-availability message" appears and told the user to open the page with an other language.
But i want to display the page-content from another ...
0
votes
1answer
40 views
Automatically search and replace link in content (pages/posts)?
The users of my site mainly share documents by inserting links into content (pages/posts) using the built in editor. These files include everything from pdfs to word documents. The users currently ...
0
votes
2answers
16 views
My UPDATED content ONLY shows when I am signed in.
Good Day, as mentioned in my title, my webpage Lasnersport.com only shows it's updated content when i am signed in. When not signed in it shows context from months ago as its current.
0
votes
0answers
204 views
Loading content dynamically using jQuery.load
So I am working on a website for a client and they want a tabbed content area. Without loading all of the queries on a single page, how can I go about doing this? Right now I have the following for my ...
0
votes
1answer
42 views
Built-in Method to Extract Embedded Video from Content
Is there way to extract embedded video without using a regular expression as seen here?
I was hoping that there would be a way to get them using a WordPress function.
0
votes
1answer
47 views
Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?
Some way to Flush or Overwrite all Imported Content in a Site for a Fresh Import - How?
Is there an easy quick way to do this? To delete all Pages, Posts, Comments and stuff that got imported?
Or ...
0
votes
2answers
85 views
Replace full content with an excerpt
My theme shows full posts on the main page and I want it to show only the summary, I tried searching for the_content tag in my theme's index.php file but it is not even there!
I don't have a home.php ...
0
votes
1answer
382 views
How to use wp_editor(); in functions.php then retrieve content in the template
I want to use wp_editor(); (custom editor)
I've tried several methods but I am lost and I can't get it to save the post and retrieve the content in template
How to edit posts with the new wp_editor ...
0
votes
1answer
172 views
Loading a post's content, into a div outside the loop, when it's title is selected in a list
I am building a site in wordpress where at a certain part there is a container that has a list of post items (see it as a menu/sidebar), and an empty space where I will load content. When you click on ...
0
votes
1answer
71 views
Bulk move (or copy) from a custom field to the post content?
I need to move (or copy) the contents of a custom field into the main post body, replacing any existing content.
I need to do this for a few hundred posts...Is there a quick way of doing this?
I can ...
0
votes
1answer
47 views
Paragraphs removed when using get_post_custom()?
I'm using a custom field plugin called Advanced Custom Fields to create custom fields, but i don't think that's what's causing the problem.
When i fetch the custom fields from a template using ...
0
votes
1answer
124 views
Create Fixed Content Window in Twenty Ten Theme [closed]
I am using a child theme of twenty ten. Does anyone know how to make my content area fixed. I want the header, Menu, Sidebar, and Footer to all stay at a fixed size so just the content scrolls up, ...
0
votes
0answers
14 views
How do i make multiple “segments” of the page editable from admin? [duplicate]
Possible Duplicate:
Multiple areas of dynamic content in a page
Take a look at this page:
http://livedemo00.template-help.com/wordpress_35782/
I'm trying to improve my wordpress coding so ...
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 ...