syncmaster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Forum ModerationThat ‘modlook’ tag is a good idea. I’ve joined the mailing list too ??
Forum: Fixing WordPress
In reply to: Forum ModerationDo we have a list of moderators that we can report the bad posts to or it’s just podz alone moderating ?
Forum: Fixing WordPress
In reply to: PHP Include for Static Page (Sell Template)That’s not the way it is going to work. You need to download and install the PHP Exec plugin in order to execute php script in your post. You can download the plugin here:
https://priyadi.net/archives/2005/03/02/wordpress-php-exec-plugin/
Forum: Themes and Templates
In reply to: changing order of link categories.You need to manually change the order in your sidebar.php file. e.g. the code below will display a block of categories. To change the order, you need to move this code to the location where you want it to be.
- <h2>Categories</h2>
-
<?php wp_list_cats(‘sort_column=name&optioncount=1&hierarchical=0’); ?>
Heading of the block is enclosed in <h2> tags i.e. <h2>Categories</h2> You can change the heading accordingly.
Forum: Fixing WordPress
In reply to: Change Font Size in body and Posted Comments238 errors :O:O:O
B/W the font size is fine with me in firefox. If you are on I.E, make sure the default font size is set to “Medium” in your browser settings (View>Text Size>).Forum: Requests and Feedback
In reply to: Is word press right for me?The simplest answer will be:
Go to the admin section, click “Users” and then click the “Authors & Users” tab. Here you can create a new user for your buddy with administrative privileges.Forum: Themes and Templates
In reply to: changing order of link categories.You need to edit your sidebar.php file located in your theme directory.
Forum: Themes and Templates
In reply to: More dummy dataGo to wp-admin and click the “Import” link on the top navigation. Click RSS and then browse the file you want to import.
Forum: Themes and Templates
In reply to: More dummy dataIf you know how to import RSS feed from the wordpress admin then I would suggest you to use the WordPress theme viewer RSS (https://themes.wordpress.net/wordpress/?feed=rss2) for dummy posts and Comments RSS (https://themes.wordpress.net/wordpress/?feed=comments-rss2) for comments
Forum: Fixing WordPress
In reply to: Google Adsense only showing Blog adsIt’s always a good idea to change your blog title not to show the word “blog”. By default the wordpress title shows BLOG NAME>>BLOG ARCHIVE>>POST TITLE. If you get rid of the first two parts and leave only the title, the adsense spiders will give priority to your title and show ads realted to the topic.
Forum: Themes and Templates
In reply to: Striped theme released as public beta 1Nice theme. Though am not comfortable with the navigation but its a good idea by the way ??
Forum: Fixing WordPress
In reply to: Unable to uploadSo does this directory “wp-content/uploads” actually exist ?
Forum: Fixing WordPress
In reply to: How to put adsense code in Sidebar?which theme r u using? All u need to do is add the adsense code to your sidebar.php file.
Forum: Themes and Templates
In reply to: Can I edit WP Theme in Dreamweaver?IMO the best way is design a custom layout in Adobe Photoshop, slice and export the images and then try to position the graphics in Dreamweaver using CSS.