seedpxwee5
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Line breaks in Template all missing!Actually I am seeing this behavior in all editors
– Notepad
– Notepad++
– WordPress EditorIt is already word wrapped in Notepad++ so it looks like
<div class="showcase-content"> <div>lalala <div class="showcase-caption"> This is a caption </div> </div></div>
Much harder to read than normal LOL
Any ideas as to what caused this to happen in the first place?
Forum: Fixing WordPress
In reply to: the_content() and more tagNVM got it …
Edit the post_template at wp_includesfind
$output .= $teaser
Change to
$output .= $teaser . '[...]';
Forum: Fixing WordPress
In reply to: How to get Permalink from GUID?Got it working.
1. get_permalink() LOLForum: Fixing WordPress
In reply to: Export permalinks from databaseBut those are the ugly permalinks.
How do you convert them into pretty permalinks?Forum: Fixing WordPress
In reply to: get_bookmarks and wp_list_bookmarks not working.Any idea guys ?
Forum: Fixing WordPress
In reply to: How to Create Link PageThat’s a great help thanks
Forum: Fixing WordPress
In reply to: How to Create Link PageWell, I copy and pasted links.php from the default theme.
But when I type in blogurl.com/links and blogurl.com/links.php
I get a “link not found”
Any idea?
Forum: Fixing WordPress
In reply to: Require “www.” : Troubleshooting & QuestionSo how should I do it if I want to have a www prefix in front of my website?
Since the rewrite code will always be in a loop …
Forum: Themes and Templates
In reply to: Different latest post with other posts (Query Question)What does showpost=1 means ?
Does that means the latest post?So if I put showpost=2 or showpost=3 or showpost=4
Does that means 2nd latest, 3rd latest and 4th latest ?Forum: Plugins
In reply to: [Plugin: Post Groups] Categories without the category prefix. Nice, but…Erm, why do I get this
Warning: Cannot modify header information – headers already sent by (output started at /public_html/wp-admin/admin-header.php:27) in /public_html/wp-includes/pluggable.php on line 770
Forum: Fixing WordPress
In reply to: How to have posts in a PageWarning: Cannot modify header information – headers already sent by (output started at /public_html/wp-admin/admin-header.php:27) in /public_html/wp-includes/pluggable.php on line 770
Got this when I installed the plugin.
Forum: Fixing WordPress
In reply to: 2.6 Image Uploader – Will Upload But Not InsertYes I have this exact problem as well.
I’ve changed the directory of the uploading path though.
Store uploads in this folder : images/
It cleverly stores whatever media I uploaded there
Full URL path to files (optional) : https://www.myurl.com/images
Works wonderful as well.
My gallery has all the pictures and I can view them from the Gallery or Media Library, I can even edit their captions and stuff. But what I CANNOT DO is INSERT them into my post, which is kind of discouraging.
Forum: Fixing WordPress
In reply to: lost categories after 2.6 upgradeErm, I found this error as well. But was fixed when I uploaded a new .htaccess
Which I think I’ve accidentally deleted when I was upgrading.
Good luck trying ^^Forum: Fixing WordPress
In reply to: Insert Image into Post (STUCK)Anybody’s got any idea ?
Forum: Fixing WordPress
In reply to: Insert Image into Post (STUCK)Here’s the picture
https://www.ahwee.com/images/problem.JPG