binbin
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin : wp web Scraper] Need a Quick helpup
Forum: Plugins
In reply to: [Plugin : wp web Scraper] Need a Quick helpPlease someone could help me ?
Forum: Themes and Templates
In reply to: Custom content for FeedGenerally I always make post after reading the doc…
I don’t understand the doc about this point, it talk about 5 files
wp-rss2.php
Displays your entries in RSS 2.0 format.
wp-rss.php
Displays your entries in RSS 0.92 format.
wp-rdf.php
Displays your entries in RDF/RSS 1.0 format
wp-atom.php
Displays your entries in Atom format.
wp-commentsrss2.php
Displays comments – either the most recent comments on all posts, or the comments on a specific post – in RSS 2.0 format.So I need to create 5 template files ?
Concerning the custom content, some function has been deprecated, so I really don’t understand how I can custom all of this…Thanks.
Forum: Themes and Templates
In reply to: Display content with shortcode after More tagit works ! Thanks to you !!
Forum: Plugins
In reply to: [Plugin: WP-Table Reloaded] transform column into custom fieldsYes Tobias No problem.
So, imagine I have a table with 2 column and 5 rows.
In my first column I want to enter in each fields different values.
example :
1692
1832
1923
1902
1745
But I want that all field of this first column are like a wordpress custom field, because this value independently have no sense.
So is it possible to transform a field of wp-table Reloaded like a wordpress custom field ?Hope it’s more clear now ??
Thx !Forum: Your WordPress
In reply to: XML data feed importhey freemarconi do you have finally found a way to improve your plug ins ?
Forum: Fixing WordPress
In reply to: Remove a comma at the endI have tested the modification of code for functions you propose to me, unfortunately it doesn’t work and worth, all tags in my keywords are not displayed…
Forum: Fixing WordPress
In reply to: Remove a comma at the endAs I explained in my first post everything is working, except the fact that it display a little comma at the end, after my last keyword, and to have a clean meta keyword I just want to remove this comma ??
Forum: Fixing WordPress
In reply to: Remove a comma at the endthe website is not yet online, I work on it on local version with xampp
Forum: Fixing WordPress
In reply to: Remove a comma at the endok, done :
Forum: Fixing WordPress
In reply to: Remove a comma at the endHere’s the code…
In my header.php :
<?php if ( is_single() ) { ?> <meta name="keywords" content="<?php extract_tags(); ?>"/>
In my function.php :
<?php function extract_tags() { global $post; $the_tags =''; if(get_the_tags($post->ID)){ foreach(get_the_tags($post->ID) as $tag) { echo $stuff[] = $tag->name . ','; } } return $stuff; } ?>
Forum: Fixing WordPress
In reply to: Remove a comma at the endNo it doesn’t work
Forum: Fixing WordPress
In reply to: Remove a comma at the endThere’s no error this time, but this function doesn’t work, it display anything, no tags in my meta keywords
Forum: Fixing WordPress
In reply to: Remove a comma at the endMeta keywords is not so important than in the past but there’s are absolutely not ignored by search engines.
So please next time don’t loose your time to make this type of answer iridiax…
Forum: Fixing WordPress
In reply to: Remove a comma at the endParse error: syntax error, unexpected ‘{‘ in D:\Program\xampp\htdocs\wp-content\themes\mytheme\functions.php on line 30