ladii-mystic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Add Searchbox to One pageSorry Esmi,
it doesn’t work =/
I get a Page not found and this code in address bar:
https://www.runescapeaddicts.com/itemdatabase/<?s=av&submit=Search
not to mention my sidebar disappears.
Maybe I should explain a little more.
I’m trying to add a searchbox INSIDE a Page Content, not a search widget or on the header. Inside the text area.
This works:
<form name="search_cat_bar" method="get" action="(----I don't know what to put here----)"> <table width="500" border="1" cellpadding="5"> <tr> <td> <input type="hidden" name="dff_view" value="grid"> Search:<input type="text" name="dff_keyword" size="30" maxlength="50"> in <select name="dff_cat1num" size="1"> <option value="-1">All Categories <option value="-2">-------------- <option value="101">A <option value="193">B <option value="2546">C <option value="271">D <option value="292">E <option value="322">F </select> <input type="submit" value="Find"> </td> </tr> </table> </form>
but the problem is that I don’t know what link I should put in the Action field
Forum: Fixing WordPress
In reply to: “Read More” tag is ignored^_^
I figured out what happened,
I could’ve just used the tag built in wordpress.
Thank you anyway!
Forum: Fixing WordPress
In reply to: “Read More” tag is ignoredThank you for the reply Shane.
But that was not my intention.
I meant, instead of the blog automatically cutting the posts, I would like to manually put the <!–more–> tag after a certain amount of lines.
Thank you for trying!
Forum: Themes and Templates
In reply to: Adding an image below Header/bannerYes but I want the image to be above the post content, below the header and next to the sidebar.
Just putting an image right under the header will push the content and sidebars down won’t it?
Or perhaps change the padding of the sidebar would work?
Forum: Themes and Templates
In reply to: What is the RSS css code?Oh alright =)
Thank you ^_^
Forum: Themes and Templates
In reply to: What is the RSS css code?Thanks you both!
And now there’s another question.
*Sorry, I don’t really know anything about RSSWith the codes you both provided, it only shows new thread titles?
I even made a new thread, and waited five minutes or so, and it still doesn’t show up on the blog??Is there another code to show the new posts instead of the new threads?
And to limit the amount of new threads/posts?
Forum: Themes and Templates
In reply to: What is the RSS css code?Thank you!
That worked!
But now, i have a question.
$default_args = array( 'show_author' => 0, 'show_date' => 0, 'show_summary' => 0 ); $args = wp_parse_args( $args, $default_args ); extract( $args, EXTR_SKIP ); $items = (int) $items; if ( $items < 1 || 20 < $items ) $items = 10; $show_summary = (int) $show_summary; $show_author = (int) $show_author; $show_date = (int) $show_date;
The code you gave me only shows the title of the threads, does the code above work to show the author and date?
Forum: Plugins
In reply to: About FeedWordPress, how to get feeds?Oh!!
I didn’t notice that before!
Thank you so much!
Forum: Plugins
In reply to: Is there such plugin??oh would it be considered a widget or a plugin?
thanks!
Forum: Fixing WordPress
In reply to: How to allow comments on PAGES?oh i got it now…
Thank you guys so much!!!
Forum: Fixing WordPress
In reply to: How to allow comments on PAGES?i’m sorry, i couldn’t find where to put that…
this is my blog’s template:
/* Theme Name: Runescape Theme URI: Author: E-Scapes-India Author URI: Description: Runescape */
[Moderated: Too much code. Please consider placing the code in a text file on your site with a link here -or- use a pastebin service such as https://wordpress.pastebin.com. Thanks!]
Forum: Fixing WordPress
In reply to: How to allow comments on PAGES?i did, but it still shows no box =/ for the comment