crimsonwish0216
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: Embed Iframe] URL won't showNever mind, worked perfectly after waiting for a while.
I apologize for the unnecessary post…Forum: Themes and Templates
In reply to: Link settingsSorry, found it.
At the backend, place the mouse over a link category then the status bar shows the URL containing the ID.But now the category name is included as a heading which I do not need. Is there a way to remove this??
Thank you.
Forum: Themes and Templates
In reply to: Link settingsThanks Samuel for the swift reply.
One question though…
Where can I find the link category id??Forum: Fixing WordPress
In reply to: Sidebar widgets on pages, not only on front pageVtxyzzy, thanks for the tip.
I couldn’t find “if (is_home()) {” in neither the sidebar.php nor index.php so I decided to copy the entire sidebar code from index.php and paste it onto pages.php and single.php.
Worked this way too.
Forum: Fixing WordPress
In reply to: Remove <p> tag attached to comment tagsBeautiful.
Found where to style the <p> tag in the template css; I changed its line height to 100% so it won’t affect how the site should look.
Thanks again for your help.
Forum: Fixing WordPress
In reply to: Remove <p> tag attached to comment tagsHi, thanks for your reply.
I’m new to this so I’m not sure what you’re getting at… where do I check that the theme isn’t adding the <p> tags? If not, what do I do to the comment_text filter? And where is it??
If would style the <p> tags, do I do it somewhere in the template css?
Forum: Fixing WordPress
In reply to: Remove <p> tag attached to comment tagsBy comment tag, I meant the html that looks like this:
<!– comment –>
When I post this in WordPress and check the page’s source on the browser, it shows:
<!– comment –></p> or sometimes <p><!– comment –>