pinoyca
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to remove email and url from post form??Go to “Presentation | Theme Editor” or “Design | Theme Editor”
Take them out of Comments (comments.php).
(make a backup first, of course.)
If my suggestion helped, visit my profile page sometime.
Forum: Fixing WordPress
In reply to: Tagline Italic69.89.31.215/~winerabb/wp-content/themes/neoclassical/style.css isn’t showing the change. Please re-upload, or reedit it in Theme Editor then save.
Forum: Themes and Templates
In reply to: Calling a plugin within a PHP page *New to WP!*This reminds me of Movable Type and Livejournal, where the templates are ‘parsed’….
When you are embedding PHP statements in theme files, you must enclose them between
<?phpand?>marks.Forum: Fixing WordPress
In reply to: Tagline ItalicI’m sorry I gave you a wrong snippet — I was using a new CSS debugger. I should have said,
Add a
font-style:italic;line to the#masthead h1, #masthead #taglinesection.Forum: Themes and Templates
In reply to: WidgetsYes.
Actually… a new spanking major upgrade (2.5) came out a few days ago, and honestly speaking, the support forums are abuzz concerning installation issues.
The upgrade instructions are here: http://codex.wordpress.org/Upgrading_WordPress .
An older yet stable version is 2.3.3 (which has the same admin screens as 2.1), found at the middle of this page http://wordpress.org/download/release-archive/ . The upgrade instructions are the same.
Forum: Fixing WordPress
In reply to: Tagline ItalicItalicizing “Your “rabbi” in the wine world.”?
On your style.css, in this section
#masthead h1, #masthead #tagline { color:#999999; font-family:Verdana,serif; font-size:1.4em; font-size-adjust:none; font-stretch:normal; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.42857em; padding:0pt; text-align:left; }change
font-style:normal;tofont-style:italic;If this helps, visit my profile sometime.
Forum: Plugins
In reply to: Widget control WP2.5Turn off Javascript
or
Open the widget management page in another browser
or
Find the widget’s codename (in the plugin’s source code) and visit http://www.example.com/wp-admin/widgets.php?edit=widget-codename&key=2
If this helps, drop by my profile page sometime.
Forum: Themes and Templates
In reply to: WidgetsWidget support is built-in with WordPress 2.3. Check the bottom of your admin pages for the version number.
If you have version 2.3 or later, go to “Presentation” then “Widgets”
You can get more widgets at http://widgets.wordpress.com/
Forum: Installing WordPress
In reply to: I Give up……Drop all tables and then restore the db from backup.
I also can’t wait for 2.5.1 http://trac.wordpress.org/milestone/2.5.1 .
Forum: Fixing WordPress
In reply to: Permalinks losing css…I agree with haochi. WP is reverting to the default single.php , that’s why I asked you to reinstall your theme.
Forum: Fixing WordPress
In reply to: disable feedSo the feed has to exist, is that a problem?
Point it to an empty feed from some domain, as long as it exists
or
Download one of your XML feeds to your harddisk and empty it of
<item>s using a text editor. Then upload it somewhere assomething.xmland point FB there.or
Upload this somewhere as
something.xmland point FB there.<?xml version="1.0" encoding="UTF-8"?> <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" > <channel> <title>Your Site Name</title> <link>http://www.yoursitedomain.com/</link> <pubDate>Sun, 30 Mar 2008 15:16:42 +0000</pubDate> <generator>http://wordpress.org/?v=2.3.3</generator> <language>en</language> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.yoursitedomain.com/" type="application/rss+xml" /> </channel> </rss>I hope this helps.
Forum: Fixing WordPress
In reply to: horizontal spacing on imageCan you be more specific — which image?
Forum: Fixing WordPress
In reply to: Text Widget Bug?I don’t think anyone can answer you unless she sees the code of the text widget.
Forum: Plugins
In reply to: Flash and WordPressThere are a dozen ways to do this. Read http://codex.wordpress.org/Creating_a_Static_Front_Page and explore the other options.
Forum: Fixing WordPress
In reply to: Placing PHP and IF functions side-by-sideThe adsense element is set as
display:blockthat’s why it takes over the whole line. Use a differentdisplaysetting.